Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_canis_didcomm_doorman_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDoormanServer ¶
func RegisterDoormanServer(s *grpc.Server, srv DoormanServer)
Types ¶
type DoormanClient ¶
type DoormanClient interface { GetInvitation(ctx context.Context, in *common.InvitationRequest, opts ...grpc.CallOption) (*common.InvitationResponse, error) AcceptInvitation(ctx context.Context, in *common.AcceptInvitationRequest, opts ...grpc.CallOption) (*common.AcceptInvitationResponse, error) }
DoormanClient is the client API for Doorman service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDoormanClient ¶
func NewDoormanClient(cc grpc.ClientConnInterface) DoormanClient
type DoormanServer ¶
type DoormanServer interface { GetInvitation(context.Context, *common.InvitationRequest) (*common.InvitationResponse, error) AcceptInvitation(context.Context, *common.AcceptInvitationRequest) (*common.AcceptInvitationResponse, error) }
DoormanServer is the server API for Doorman service.
type UnimplementedDoormanServer ¶
type UnimplementedDoormanServer struct { }
UnimplementedDoormanServer can be embedded to have forward compatible implementations.
func (*UnimplementedDoormanServer) AcceptInvitation ¶
func (*UnimplementedDoormanServer) AcceptInvitation(context.Context, *common.AcceptInvitationRequest) (*common.AcceptInvitationResponse, error)
func (*UnimplementedDoormanServer) GetInvitation ¶
func (*UnimplementedDoormanServer) GetInvitation(context.Context, *common.InvitationRequest) (*common.InvitationResponse, error)
Click to show internal directories.
Click to hide internal directories.