Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKV ¶
type IKV interface { Store(ctx context.Context, key string, field string, attrs string) error Load(ctx context.Context, key string) (map[string]string, error) Delete(ctx context.Context, key string, fields ...string) error }
IKV interface
type Nats ¶
type Nats struct {
// contains filtered or unexported fields
}
Nats ...
Click to show internal directories.
Click to hide internal directories.