Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewCertificateCommand ¶
type NewCertificateCommand struct{}
func (NewCertificateCommand) Command ¶
func (c NewCertificateCommand) Command(ctx context.Context, args []string, s cli.System) error
func (NewCertificateCommand) Help ¶
func (NewCertificateCommand) Help()
type NewCommand ¶
type NewCommand struct{}
func (NewCommand) Help ¶
func (NewCommand) Help()
func (NewCommand) Subcommands ¶
func (NewCommand) Subcommands() cli.CLI
type NewIdentityCommand ¶
type NewIdentityCommand struct {
// contains filtered or unexported fields
}
func (NewIdentityCommand) Command ¶
func (c NewIdentityCommand) Command(ctx context.Context, args []string, s cli.System) error
func (*NewIdentityCommand) Flags ¶
func (c *NewIdentityCommand) Flags(f *flag.FlagSet)
func (NewIdentityCommand) Help ¶
func (NewIdentityCommand) Help()
type NewSecretCommand ¶
type NewSecretCommand struct{}
func (NewSecretCommand) Command ¶
func (c NewSecretCommand) Command(ctx context.Context, args []string, s cli.System) error
func (NewSecretCommand) Help ¶
func (NewSecretCommand) Help()
Click to show internal directories.
Click to hide internal directories.