Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MyProtocolID string ACK bool )
View Source
var CmdData = struct { ConnID string JWT string }{}
View Source
var ConnectionCmd = &cobra.Command{ Use: "connection", Short: "Manage connections", Long: `Manages DIDComm based protocol communication.`, PreRunE: func(c *cobra.Command, args []string) (err error) { return cmd.BindEnvs(envs, "") }, Run: func(c *cobra.Command, args []string) { cmd.SubCmdNeeded(c) }, }
ConnectionCmd represents the JWT toke based user commands
View Source
var MyTypeID int32
Functions ¶
func PrintCmdData ¶ added in v0.24.21
func PrintCmdData()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.