package
3.2.0-dev.109+incompatible
Repository: https://github.com/edgexfoundry/edgex-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewCommand creates a new cmd and parses through options if any.
NewCreateRegistryToken instantiates a new CreateRegistryToken with a given inputs.
# Constants
AgentType is agent token type "agent" to be set.
the command name for setting up registry's ACL.
* The following are available agent token types that can be used for setting the token to Consul's agent
* For the details for each type, see reference https://www.consul.io/commands/acl/set-agent-token#token-types
*/ DefaultType is agent token type "default" to be set.
MasterType is agent token type "master" to be set.
ReplicationType is agent token type "replication" to be set.
# Structs
ACLTokenInfo is the key portion of the response metadata from consulCreateTokenAPI.
CreateRegistryToken is the structure to create a new registry token.
ManagementACLTokenInfo is the key portion of the response metadata from consulCreateTokenAPI for management acl token.
# Type aliases
AgentTokenType is the type of token to be set on the Consul agent.
No description provided by the author