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