package
0.9.1
Repository: https://github.com/coding-hui/iam.git
Documentation: pkg.go.dev

# Functions

NewCmdJWT returns new initialized instance of 'jwt' sub command.
NewCmdShow returns new initialized instance of show sub command.
NewCmdSign returns new initialized instance of sign sub command.
NewCmdVerify returns new initialized instance of verify sub command.
NewShowOptions returns an initialized ShowOptions instance.
NewSignOptions returns an initialized SignOptions instance.
NewVerifyOptions returns an initialized VerifyOptions instance.

# Variables

ErrSigningMethod defines invalid signing method error.

# Structs

ShowOptions is an options struct to support show subcommands.
SignOptions is an options struct to support sign subcommands.
VerifyOptions is an options struct to support verify subcommands.

# Type aliases

ArgList defines a new pflag Value.