package
module
Version:
v0.0.0-...-02c57ef
Opens a new window with list of versions in this module.
Published: Dec 28, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Instance(target interface{}, args ...*Arg) (interface{}, error)
type Arg struct {
Name string
Value interface{}
}
type Initializr interface {
Initializr() interface{}
}
type Wire interface {
NewWire(...*Arg) (interface{}, error)
}
type WireFunc func(...*Arg) (interface{}, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.