Documentation
¶
Index ¶
- Constants
- type Printer
- func (printer *Printer) AttachTo(name string, input *modules.Input) error
- func (printer *Printer) Close() error
- func (printer *Printer) Input(name string) (*modules.Input, error)
- func (printer *Printer) Name() string
- func (printer *Printer) Output(name string) (*modules.Output, error)
- func (printer *Printer) Start(ctx context.Context)
Constants ¶
View Source
const (
InputName = "input"
)
input name
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer - the structure which is responsible for print received messages
Click to show internal directories.
Click to hide internal directories.