Documentation ¶
Index ¶
Constants ¶
View Source
const AllAgents = "*"
Variables ¶
View Source
var ( AgentMaps = [...]agentStation{ { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, } WantAllAgentActions mapIndex = agentListen WantAllAgencyActions mapIndex = agencyListen WantAllPSMCleanup mapIndex = psmCleanup )
View Source
var Maps = [...]lockMap{{/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}}
View Source
var WantAll mapIndex = allStates
View Source
var WantUserActions mapIndex = userActions
Functions ¶
This section is empty.
Types ¶
type AgentKeyType ¶
func (AgentKeyType) String ¶ added in v0.25.11
func (k AgentKeyType) String() string
type AgentNotify ¶
type AgentNotify struct { AgentKeyType ID string PID string NotificationType string ConnectionID string ProtocolID string ProtocolFamily string Timestamp int64 Initiator bool UserActionType string *IssuePropose *ProofVerify }
type AgentStateChan ¶
type AgentStateChan chan AgentNotify
type IssuePropose ¶
type ProofVerify ¶
type ProofVerify struct {
Attrs []didcomm.ProofValue
}
Click to show internal directories.
Click to hide internal directories.