Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OutputFlag for rotate. OutputFlag string // Admins to be rotated. Admins bool // Services to be rotated. Services bool )
View Source
var CommandModule = fx.Options( fx.Provide(NewOutputConfig), fx.Invoke(RunCommand), )
CommandModule for fx.
Functions ¶
Types ¶
type OutputConfig ¶
OutputConfig for rotate.
func NewOutputConfig ¶
func NewOutputConfig(factory *marshaller.Factory) (*OutputConfig, error)
NewOutputConfig for rotate.
Click to show internal directories.
Click to hide internal directories.