findy

package
v0.1.175 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

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) AddAgent

func (f *Agency) AddAgent(agent *model.Agent) error

func (*Agency) Connect

func (f *Agency) Connect(a *model.Agent, strInvitation string) (id string, err error)

func (*Agency) Init

func (f *Agency) Init(
	listener model.Listener,
	agents []*model.Agent,
	archiver model.Archiver,
	config *utils.Configuration,
)

func (*Agency) Invite

func (f *Agency) Invite(a *model.Agent) (data *model.InvitationData, err error)

func (*Agency) ResumeCredentialOffer

func (f *Agency) ResumeCredentialOffer(a *model.Agent, job *model.JobInfo, accept bool) (err error)

func (*Agency) ResumeProofRequest

func (f *Agency) ResumeProofRequest(a *model.Agent, job *model.JobInfo, accept bool) (err error)

func (*Agency) SendMessage

func (f *Agency) SendMessage(a *model.Agent, connectionID, message string) (id string, err error)

func (*Agency) SendProofRequest added in v0.1.163

func (f *Agency) SendProofRequest(a *model.Agent, connectionID string, attributes []model.Attribute) (id string, err error)

type AgentStatus added in v0.1.10

type AgentStatus struct {
	// contains filtered or unexported fields
}

type Client added in v0.1.3

type Client struct {
	*client.Conn
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL