Documentation
¶
Index ¶
- type Event
- func (event Event) GetContainerId() string
- func (event Event) GetData() []byte
- func (event Event) GetGroup() string
- func (event Event) GetKey() string
- func (event Event) GetKind() string
- func (event Event) GetName() string
- func (event Event) GetNetworkId() string
- func (event Event) GetPrefix() string
- func (event Event) GetTarget() string
- func (event Event) GetType() string
- func (event Event) IsManaged() bool
- func (event Event) Propose(proposeC *raft.KVStore, node uint64) error
- func (event Event) ToJSON() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
NetworkID string
ContainerID string
Prefix string
Kind string
Target string
Group string
Name string
Managed bool
Type string
Data []byte
}
func (Event) GetContainerId ¶ added in v0.1.30
func (Event) GetNetworkId ¶ added in v0.1.30
Click to show internal directories.
Click to hide internal directories.