Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewHandle, NewService)
Functions ¶
func NewService ¶
Types ¶
type Handle ¶
type Handle struct { micro.Service // contains filtered or unexported fields }
func (*Handle) Goodbye ¶
func (h *Handle) Goodbye(ctx context.Context, req *api.GoodbyeReq, rsp *api.GoodbyeRsp) error
func (*Handle) Greeting ¶
func (h *Handle) Greeting(ctx context.Context, req *api.GreetingReq, rsp *api.GreetingRsp) error
Click to show internal directories.
Click to hide internal directories.