Documentation ¶ Index ¶ func SerialiseBuiltinConfig() string type Binder func (b *Binder) Bind() type DefinitionLoader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SerialiseBuiltinConfig ¶ func SerialiseBuiltinConfig() string Types ¶ type Binder ¶ type Binder struct { Loader DefinitionLoader ToolName string } func (*Binder) Bind ¶ func (b *Binder) Bind() type DefinitionLoader ¶ type DefinitionLoader interface { LoadAndMerge(files []string) (map[string]interface{}, error) WriteMerged(data map[string]interface{}, path string) error } Source Files ¶ View all Source files binder.go Click to show internal directories. Click to hide internal directories.