Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func ForCollector ¶
func ForCollector() *Environment
func (*Environment) Add ¶
func (e *Environment) Add(k string, value interface{})
func (*Environment) Get ¶
func (e *Environment) Get(k string) interface{}
Click to show internal directories.
Click to hide internal directories.