connection

package
v0.25.8 Latest Latest
Warning

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

Go to latest
Published: May 10, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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.

Jump to

Keyboard shortcuts

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