Documentation ¶
Index ¶
Constants ¶
View Source
const AllAgents = "*"
Variables ¶
View Source
var ( WantAllAgentActions mapIndex = agentListen WantAllAgencyActions mapIndex = agencyListen WantAllPSMCleanup mapIndex = psmCleanup )
View Source
var WantAll mapIndex = allStates
View Source
var WantUserActions mapIndex = userActions
Functions ¶
func BroadcastReboot ¶ added in v0.31.4
func BroadcastReboot()
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 UserActionType string Role pb.Protocol_Role *IssuePropose *ProofVerify }
func NewRebootAgentNotify ¶ added in v0.31.4
func NewRebootAgentNotify() *AgentNotify
func (*AgentNotify) IsReboot ¶ added in v0.31.4
func (an *AgentNotify) IsReboot() bool
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.