Documentation
¶
Overview ¶
Package status implements the "krci auth status" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStatus ¶
NewCmdStatus returns the "auth status" cobra.Command. runF is the business logic function; pass nil to use the default statusRun.
Types ¶
type StatusOptions ¶
type StatusOptions struct {
IO *iostreams.IOStreams
TokenProvider func() (auth.TokenProvider, error)
}
StatusOptions holds all inputs for the status command.
Click to show internal directories.
Click to hide internal directories.