Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Greeter ¶
type Greeter struct {
v1.UnimplementedHelloServer
}
Greeter implement v1.HelloServer and v1.HelloHTTPHandler at same time
func (*Greeter) Add ¶
func (g *Greeter) Add(ctx context.Context, in *v1.AddRequest) (*v1.AddResponse, error)
func (*Greeter) Get ¶
func (g *Greeter) Get(ctx context.Context, in *v1.GetRequest) (*v1.GetResponse, error)
Click to show internal directories.
Click to hide internal directories.