Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
}
func NewEnvironment ¶
func NewEnvironment() (*Environment, error)
func (*Environment) GetParameters ¶
func (env *Environment) GetParameters() (*string, *bool, *bool, error)
GetParameters returns the command line parameters with basic go flags.
Click to show internal directories.
Click to hide internal directories.