Documentation ¶
Index ¶
- type Agency
- func (f *Agency) AddAgent(agent *model.Agent) error
- func (f *Agency) Connect(a *model.Agent, strInvitation string) (id string, err error)
- func (f *Agency) Init(listener model.Listener, agents []*model.Agent, archiver model.Archiver, ...)
- func (f *Agency) Invite(a *model.Agent) (data *model.InvitationData, err error)
- func (f *Agency) ResumeCredentialOffer(a *model.Agent, job *model.JobInfo, accept bool) (err error)
- func (f *Agency) ResumeProofRequest(a *model.Agent, job *model.JobInfo, accept bool) (err error)
- func (f *Agency) SendMessage(a *model.Agent, connectionID, message string) (id string, err error)
- type AgentStatus
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agency ¶
type Agency struct {
// contains filtered or unexported fields
}
func (*Agency) ResumeCredentialOffer ¶
func (*Agency) ResumeProofRequest ¶
type AgentStatus ¶ added in v0.1.10
type AgentStatus struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.