Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleService ¶
type ExampleService struct { v1.UnimplementedExampleServiceServer Values map[string]string }
func NewExampleService ¶
func NewExampleService() *ExampleService
func (ExampleService) GetExample ¶
func (s ExampleService) GetExample( _ context.Context, in *v1.GetExampleRequest, ) (*v1.GetExampleResponse, error)
func (ExampleService) SetExample ¶
func (s ExampleService) SetExample( _ context.Context, in *v1.SetExampleRequest, ) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.