Documentation ¶
Index ¶
- type APIServer
- func (r *APIServer) APISpec() (http.HandlerFunc, error)
- func (r *APIServer) AcceptInvitation(ctx context.Context, req *common.AcceptInvitationRequest) (*common.AcceptInvitationResponse, error)
- func (r *APIServer) CreateAgent(_ context.Context, req *api.CreateAgentRequest) (*api.CreateAgentResponse, error)
- func (r *APIServer) CreateSchema(_ context.Context, req *api.CreateSchemaRequest) (*api.CreateSchemaResponse, error)
- func (r *APIServer) CreateWebhook(_ context.Context, request *api.CreateWebhookRequest) (*api.CreateWebhookResponse, error)
- func (r *APIServer) DeleteAgent(_ context.Context, req *api.DeleteAgentRequest) (*api.DeleteAgentResponse, error)
- func (r *APIServer) DeleteConnection(_ context.Context, req *api.DeleteConnectionRequest) (*api.DeleteConnectionResponse, error)
- func (r *APIServer) DeleteSchema(_ context.Context, req *api.DeleteSchemaRequest) (*api.DeleteSchemaResponse, error)
- func (r *APIServer) DeleteWebhook(_ context.Context, request *api.DeleteWebhookRequest) (*api.DeleteWebhookResponse, error)
- func (r *APIServer) GetAgent(_ context.Context, req *api.GetAgentRequest) (*api.GetAgentResponse, error)
- func (r *APIServer) GetAgentInvitation(ctx context.Context, request *common.InvitationRequest) (*common.InvitationResponse, error)
- func (r *APIServer) GetSchema(_ context.Context, req *api.GetSchemaRequest) (*api.GetSchemaResponse, error)
- func (r *APIServer) IssueCredential(ctx context.Context, req *common.IssueCredentialRequest) (*common.IssueCredentialResponse, error)
- func (r *APIServer) ListAgent(_ context.Context, req *api.ListAgentRequest) (*api.ListAgentResponse, error)
- func (r *APIServer) ListConnections(_ context.Context, req *api.ListConnectionRequest) (*api.ListConnectionResponse, error)
- func (r *APIServer) ListSchema(_ context.Context, req *api.ListSchemaRequest) (*api.ListSchemaResponse, error)
- func (r *APIServer) ListWebhook(_ context.Context, request *api.ListWebhookRequest) (*api.ListWebhookResponse, error)
- func (r *APIServer) RegisterGRPCGateway(mux *runtime.ServeMux, endpoint string, opts ...grpc.DialOption)
- func (r *APIServer) RegisterGRPCHandler(server *grpc.Server)
- func (r *APIServer) RequestPresentation(ctx context.Context, req *common.RequestPresentationRequest) (*common.RequestPresentationResponse, error)
- func (r *APIServer) SeedPublicDID(_ context.Context, req *api.SeedPublicDIDRequest) (*api.SeedPublicDIDResponse, error)
- func (r *APIServer) UpdateAgent(_ context.Context, req *api.UpdateAgentRequest) (*api.UpdateAgentResponse, error)
- func (r *APIServer) UpdateSchema(_ context.Context, req *api.UpdateSchemaRequest) (*api.UpdateSchemaResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func (*APIServer) AcceptInvitation ¶
func (r *APIServer) AcceptInvitation(ctx context.Context, req *common.AcceptInvitationRequest) (*common.AcceptInvitationResponse, error)
func (*APIServer) CreateAgent ¶
func (r *APIServer) CreateAgent(_ context.Context, req *api.CreateAgentRequest) (*api.CreateAgentResponse, error)
func (*APIServer) CreateSchema ¶
func (r *APIServer) CreateSchema(_ context.Context, req *api.CreateSchemaRequest) (*api.CreateSchemaResponse, error)
func (*APIServer) CreateWebhook ¶
func (r *APIServer) CreateWebhook(_ context.Context, request *api.CreateWebhookRequest) (*api.CreateWebhookResponse, error)
func (*APIServer) DeleteAgent ¶
func (r *APIServer) DeleteAgent(_ context.Context, req *api.DeleteAgentRequest) (*api.DeleteAgentResponse, error)
func (*APIServer) DeleteConnection ¶
func (r *APIServer) DeleteConnection(_ context.Context, req *api.DeleteConnectionRequest) (*api.DeleteConnectionResponse, error)
func (*APIServer) DeleteSchema ¶
func (r *APIServer) DeleteSchema(_ context.Context, req *api.DeleteSchemaRequest) (*api.DeleteSchemaResponse, error)
func (*APIServer) DeleteWebhook ¶
func (r *APIServer) DeleteWebhook(_ context.Context, request *api.DeleteWebhookRequest) (*api.DeleteWebhookResponse, error)
func (*APIServer) GetAgent ¶
func (r *APIServer) GetAgent(_ context.Context, req *api.GetAgentRequest) (*api.GetAgentResponse, error)
func (*APIServer) GetAgentInvitation ¶
func (r *APIServer) GetAgentInvitation(ctx context.Context, request *common.InvitationRequest) (*common.InvitationResponse, error)
func (*APIServer) GetSchema ¶
func (r *APIServer) GetSchema(_ context.Context, req *api.GetSchemaRequest) (*api.GetSchemaResponse, error)
func (*APIServer) IssueCredential ¶
func (r *APIServer) IssueCredential(ctx context.Context, req *common.IssueCredentialRequest) (*common.IssueCredentialResponse, error)
func (*APIServer) ListAgent ¶
func (r *APIServer) ListAgent(_ context.Context, req *api.ListAgentRequest) (*api.ListAgentResponse, error)
func (*APIServer) ListConnections ¶
func (r *APIServer) ListConnections(_ context.Context, req *api.ListConnectionRequest) (*api.ListConnectionResponse, error)
func (*APIServer) ListSchema ¶
func (r *APIServer) ListSchema(_ context.Context, req *api.ListSchemaRequest) (*api.ListSchemaResponse, error)
func (*APIServer) ListWebhook ¶
func (r *APIServer) ListWebhook(_ context.Context, request *api.ListWebhookRequest) (*api.ListWebhookResponse, error)
func (*APIServer) RegisterGRPCGateway ¶
func (*APIServer) RegisterGRPCHandler ¶
func (*APIServer) RequestPresentation ¶
func (r *APIServer) RequestPresentation(ctx context.Context, req *common.RequestPresentationRequest) (*common.RequestPresentationResponse, error)
func (*APIServer) SeedPublicDID ¶
func (r *APIServer) SeedPublicDID(_ context.Context, req *api.SeedPublicDIDRequest) (*api.SeedPublicDIDResponse, error)
func (*APIServer) UpdateAgent ¶
func (r *APIServer) UpdateAgent(_ context.Context, req *api.UpdateAgentRequest) (*api.UpdateAgentResponse, error)
func (*APIServer) UpdateSchema ¶
func (r *APIServer) UpdateSchema(_ context.Context, req *api.UpdateSchemaRequest) (*api.UpdateSchemaResponse, error)
Click to show internal directories.
Click to hide internal directories.