Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRequest ¶
type GetRequest = hellokv.GetRequest
type GetResponse ¶
type GetResponse = hellokv.GetResponse
type Hellokv ¶
type Hellokv interface { Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*SetResponse, error) }
func NewHellokv ¶
type SetRequest ¶
type SetRequest = hellokv.SetRequest
type SetResponse ¶
type SetResponse = hellokv.SetResponse
Click to show internal directories.
Click to hide internal directories.