Documentation ¶
Index ¶
Constants ¶
View Source
const AllAgents = "*"
Variables ¶
View Source
var ( AgentMaps = [...]agentLockMap{ {/* 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 ReadyStation = New()
View Source
var WantAll mapIndex = allStates
View Source
var WantAllAgentAnswers mapIndex = agentToAsk
View Source
var WantUserActions mapIndex = userActions
Functions ¶
This section is empty.
Types ¶
type AgentAnswer ¶
type AgentAnswer struct { ID QuestionKeyType AgentKeyType ACK bool Info string }
type AgentAnswerChan ¶
type AgentAnswerChan chan AgentAnswer
type AgentKeyType ¶
type AgentNotify ¶
type AgentNotify struct { AgentKeyType ID string PID string NotificationType string ConnectionID string ProtocolID string ProtocolFamily string Timestamp int64 Initiator bool *IssuePropose *ProofVerify }
type AgentQuestion ¶
type AgentQuestion struct { AgentNotify AgentAnswerChan }
type AgentQuestionChan ¶
type AgentQuestionChan chan AgentQuestion
type AgentStateChan ¶
type AgentStateChan chan AgentNotify
type IssuePropose ¶
type ProofVerify ¶
type ProofVerify struct {
Attrs []didcomm.ProofValue
}
type QuestionKeyType ¶
type QuestionKeyType = string
Click to show internal directories.
Click to hide internal directories.