Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation struct {
stringsV1.UnimplementedStringsAPIServer
}
func NewImplementation ¶
func NewImplementation() *Implementation
func (*Implementation) GetDescription ¶
func (i *Implementation) GetDescription() transport.ServiceDesc
GetDescription is a simple alias to the ServiceDesc constructor. It makes it possible to register the service implementation @ the server.
func (*Implementation) GetInfo ¶
func (i *Implementation) GetInfo( ctx context.Context, req *stringsV1.GetInfoReq, ) (*stringsV1.GetInfoResp, error)
func (*Implementation) ToUpper ¶
func (i *Implementation) ToUpper( ctx context.Context, req *stringsV1.ToUpperReq, ) (*stringsV1.ToUpperResp, error)
Click to show internal directories.
Click to hide internal directories.