Documentation ¶
Index ¶
- type Certificate
- type Command
- func (c *Command) Complete(ctx context.Context, r *readline.Readline) []goprompt.Suggest
- func (c *Command) Description() string
- func (c *Command) Execute(ctx context.Context, r *readline.Readline) error
- func (c *Command) Help(ctx context.Context, r *readline.Readline) string
- func (c *Command) Name() string
- func (c *Command) Validate(ctx context.Context, r *readline.Readline) error
- type Config
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) Description ¶
type Config ¶
type Config struct { CertificatePath string `yaml:"certificatePath"` Certificates []Certificate `yaml:"certificates"` }
Click to show internal directories.
Click to hide internal directories.