Documentation ¶ Index ¶ Constants type Options Constants ¶ View Source const ( ProjectName = "app" MaskString = "******" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options interface { // Validate checks Options and return a slice of found error(s) Validate() error // AddFlags adds flags for a specific Option to the specified FlagSet AddFlags(fs *pflag.FlagSet) } Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.