Documentation ¶ Index ¶ type Builder func New() *Builder func (b *Builder) Build() *local func (b *Builder) ErrChannel(e chan error) *Builder func (b *Builder) EventChannel(e chan string) *Builder func (b *Builder) LogChannel(l chan backend.RawLog) *Builder Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { // contains filtered or unexported fields } func New ¶ func New() *Builder func (*Builder) Build ¶ func (b *Builder) Build() *local func (*Builder) ErrChannel ¶ func (b *Builder) ErrChannel(e chan error) *Builder func (*Builder) EventChannel ¶ func (b *Builder) EventChannel(e chan string) *Builder func (*Builder) LogChannel ¶ func (b *Builder) LogChannel(l chan backend.RawLog) *Builder Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.