Documentation ¶ Index ¶ type Exporter func NewExporter() (*Exporter, error) func (e *Exporter) AddPath(dir string) error func (e *Exporter) SetEnv(key, value string) error func (e *Exporter) SetOutput(key, value string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Exporter ¶ type Exporter struct { // contains filtered or unexported fields } func NewExporter ¶ func NewExporter() (*Exporter, error) func (*Exporter) AddPath ¶ func (e *Exporter) AddPath(dir string) error func (*Exporter) SetEnv ¶ func (e *Exporter) SetEnv(key, value string) error func (*Exporter) SetOutput ¶ func (e *Exporter) SetOutput(key, value string) error Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.