Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hellokv2Server ¶
type Hellokv2Server struct { hellokv2.UnimplementedHellokv2Server // contains filtered or unexported fields }
func NewHellokv2Server ¶
func NewHellokv2Server(svcCtx *svc.ServiceContext) *Hellokv2Server
func (*Hellokv2Server) Get ¶
func (s *Hellokv2Server) Get(ctx context.Context, in *hellokv2.GetRequest) (*hellokv2.GetResponse, error)
func (*Hellokv2Server) Set ¶
func (s *Hellokv2Server) Set(ctx context.Context, in *hellokv2.SetRequest) (*hellokv2.SetResponse, error)
Click to show internal directories.
Click to hide internal directories.