Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleService ¶
type ExampleService struct{}
func NewExampleService ¶
func NewExampleService() *ExampleService
func (*ExampleService) RegRpc ¶
func (s *ExampleService) RegRpc(r *grpc.Server)
type HelloService ¶
type HelloService struct{}
func NewHelloService ¶
func NewHelloService() *HelloService
func (*HelloService) RegRpc ¶
func (s *HelloService) RegRpc(r *grpc.Server)
type TestService ¶
type TestService struct{}
func NewTestService ¶
func NewTestService() *TestService
func (*TestService) RegRpc ¶
func (s *TestService) RegRpc(r *grpc.Server)
Click to show internal directories.
Click to hide internal directories.