Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAccessor ¶ added in v0.2.10
type CacheAccessor interface { Set(key, value string, expiresIn int) error Get(key string) (string, error) Delete(key string) error IncrBy(key string, value int64) (result int64, err error) Exists(key string) (bool, error) }
CacheAccessor 缓存读取器
type EventInspector ¶
type EventManager ¶
type EventOptions ¶
type EventPublishOption ¶
type EventPublishOption func(options EventOptions)
type Message ¶ added in v0.2.12
type Message interface {
Send(context.Context, *MessageTemplate) error
}
type MessageTemplate ¶ added in v0.2.12
Click to show internal directories.
Click to hide internal directories.