Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDaoHandler ¶
func RegisterDaoHandler(s server.Server, hdlr DaoHandler, opts ...server.HandlerOption) error
func RegisterDaoServer ¶
Types ¶
type DaoClient ¶
type DaoClient interface { }
DaoClient is the client API for Dao service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDaoClient ¶
func NewDaoClient(cc *grpc.ClientConn) DaoClient
type DaoService ¶
type DaoService interface { }
Client API for Dao service
func NewDaoService ¶
func NewDaoService(name string, c client.Client) DaoService
type UnimplementedDaoServer ¶
type UnimplementedDaoServer struct { }
UnimplementedDaoServer can be embedded to have forward compatible implementations.
Click to show internal directories.
Click to hide internal directories.