Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSayHandler ¶
func RegisterSayHandler(s server.Server, hdlr SayHandler, opts ...server.HandlerOption) error
Types ¶
type SayHandler ¶
type SayService ¶
type SayService interface {
Hello(ctx context.Context, in *Request, opts ...client.CallOption) (*Response, error)
}
func NewSayService ¶
func NewSayService(name string, c client.Client) SayService
Click to show internal directories.
Click to hide internal directories.