Documentation
¶
Overview ¶
This file auto generated by sscli
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SayHelloRequest ¶
type SayHelloRequest struct {
Name string `json:"name"`
}
type SayHelloResponse ¶
type SayHelloResponse struct {
Reply string `json:"reply"`
}
func SayHello ¶
func SayHello(ctx context.Context, req *SayHelloRequest) (*SayHelloResponse, error)
Click to show internal directories.
Click to hide internal directories.