Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValue ¶
type KeyValue struct {
// contains filtered or unexported fields
}
func NewKeyValue ¶
func NewKeyValue() *KeyValue
func (*KeyValue) Get ¶
func (k *KeyValue) Get(ctx context.Context, r *keyvalue.GetKeyValueRequest) (*keyvalue.KeyValueResponse, error)
Get gets a value given a key, or say not found if it doesn't exist
func (*KeyValue) Set ¶
func (k *KeyValue) Set(ctx context.Context, r *keyvalue.SetKeyValueRequest) (*keyvalue.KeyValueResponse, error)
Click to show internal directories.
Click to hide internal directories.