Documentation
¶
Overview ¶
Package servicedefs contains empty stubs so that backcompat can compile.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DRPCRegisterService ¶
func DRPCRegisterService(_, _ interface{}) error
Types ¶
type DRPCServiceClient ¶
type DRPCServiceClient interface { Method1(ctx context.Context, in *In) (*Out, error) Method2(ctx context.Context) (DRPCService_Method2Client, error) Method3(ctx context.Context, in *In) (DRPCService_Method3Client, error) Method4(ctx context.Context) (DRPCService_Method4Client, error) }
func NewDRPCServiceClient ¶
func NewDRPCServiceClient(_ interface{}) DRPCServiceClient
type DRPCServiceServer ¶
type DRPCServiceServer interface { Method1(context.Context, *In) (*Out, error) Method2(DRPCService_Method2Stream) error Method3(*In, DRPCService_Method3Stream) error Method4(DRPCService_Method4Stream) error }
Click to show internal directories.
Click to hide internal directories.