Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { GetValue( ctx context.Context, reqMeta yarpc.ReqMeta, Key *string, ) (string, yarpc.ResMeta, error) SetValue( ctx context.Context, reqMeta yarpc.ReqMeta, Key *string, Value *string, ) (yarpc.ResMeta, error) }
Interface is the server-side interface for the KeyValue service.
Click to show internal directories.
Click to hide internal directories.