Documentation
¶
Overview ¶
This file auto generated by sscli
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HelloService ¶ added in v0.0.2
func HelloService() *helloService
Types ¶
type HelloServiceSayHelloRequest ¶ added in v0.0.2
type HelloServiceSayHelloRequest struct {
Name string `json:"name"`
}
type HelloServiceSayHelloResponse ¶ added in v0.0.2
type HelloServiceSayHelloResponse struct {
Reply string `json:"reply"`
}
Click to show internal directories.
Click to hide internal directories.