Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(impl Interface, opts ...thrift.RegisterOption) []transport.Registrant
New prepares an implementation of the Hello service for registration.
handler := HelloHandler{} dispatcher.Register(helloserver.New(handler))
Types ¶
Click to show internal directories.
Click to hide internal directories.