Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubscribeAsync ¶
func SubscribeSync ¶
Types ¶
type DidCommitBlock ¶
func (DidCommitBlock) IsEvent ¶
func (DidCommitBlock) IsEvent()
type DidSaveSnapshot ¶
type DidSaveSnapshot struct {
MinorIndex uint64
}
func (DidSaveSnapshot) IsEvent ¶
func (DidSaveSnapshot) IsEvent()
type FatalError ¶
type FatalError struct {
Err error
}
func (FatalError) Error ¶
func (e FatalError) Error() string
func (FatalError) IsEvent ¶
func (FatalError) IsEvent()
func (FatalError) Unwrap ¶
func (e FatalError) Unwrap() error
type WillChangeGlobals ¶
type WillChangeGlobals struct {
New, Old *core.GlobalValues
}
func (WillChangeGlobals) IsEvent ¶
func (WillChangeGlobals) IsEvent()
Click to show internal directories.
Click to hide internal directories.