Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mpc_virtual_service_platform_service_common_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCommonServer ¶
func RegisterCommonServer(s *grpc.Server, srv CommonServer)
Types ¶
type CommonClient ¶
type CommonClient interface {
CreateJwt(ctx context.Context, in *jwt.CreateJwtRequest, opts ...grpc.CallOption) (*jwt1.CreateJwtResponse, error)
}
CommonClient is the client API for Common service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCommonClient ¶
func NewCommonClient(cc grpc.ClientConnInterface) CommonClient
type CommonServer ¶
type CommonServer interface {
CreateJwt(context.Context, *jwt.CreateJwtRequest) (*jwt1.CreateJwtResponse, error)
}
CommonServer is the server API for Common service.
type UnimplementedCommonServer ¶
type UnimplementedCommonServer struct { }
UnimplementedCommonServer can be embedded to have forward compatible implementations.
func (*UnimplementedCommonServer) CreateJwt ¶
func (*UnimplementedCommonServer) CreateJwt(context.Context, *jwt.CreateJwtRequest) (*jwt1.CreateJwtResponse, error)
Click to show internal directories.
Click to hide internal directories.