Documentation ¶ Index ¶ func Listen(path string) (net.Listener, error) func Load(path string) (net.Listener, error) func Transport(path string) (http.RoundTripper, error) type Env func Files(l net.Listener) (files []*os.File, env Env, err error) func (e Env) Key() string func (e Env) Value() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Listen ¶ func Listen(path string) (net.Listener, error) func Load ¶ func Load(path string) (net.Listener, error) Load the listener from a passed in file or start a new listener func Transport ¶ func Transport(path string) (http.RoundTripper, error) Types ¶ type Env ¶ type Env string func Files ¶ func Files(l net.Listener) (files []*os.File, env Env, err error) func (Env) Key ¶ func (e Env) Key() string func (Env) Value ¶ func (e Env) Value() string Source Files ¶ View all Source files child.goparent.goparent_listen.go Click to show internal directories. Click to hide internal directories.