Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBinding ¶
func NewBinding(svc Service) *serverBinding
Types ¶
type Service ¶
type Service interface {
Test(ctx context.Context, a string, b int64) (context.Context, string, error)
}
func NewClient ¶
func NewClient(cc *grpc.ClientConn) Service
func NewService ¶
func NewService() Service
type TestRequest ¶
type TestResponse ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.