Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kind ¶
type Kind interface {
Start() error
Apply(*authentication.User, []byte, string) (iresponse.Response, error)
Replay(*authentication.User) (iresponse.Response, error)
State(*authentication.User, []byte, string) (iresponse.Response, error)
Delete(*authentication.User, []byte, string) (iresponse.Response, error)
Event(events ievents.Event) error
}
Click to show internal directories.
Click to hide internal directories.