Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SCCBuilder ¶
type SCCBuilder struct {
// contains filtered or unexported fields
}
SCCBuilder builds a slice of SelfDescribingSysCC
func (*SCCBuilder) Add ¶
func (b *SCCBuilder) Add(creator interface{}) *SCCBuilder
Add adds a new SCC creator function. The function has zero or more args that define dependencies and a single return value of type scc.SelfDescribingSysCC. Note: The args must all be interfaces.
func (*SCCBuilder) Build ¶
func (b *SCCBuilder) Build(providers ...interface{}) ([]scc.SelfDescribingSysCC, error)
Build returns a slice of SelfDescribingSysCC using the given set of providers
Click to show internal directories.
Click to hide internal directories.