Documentation ¶ Index ¶ type Tailer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tailer ¶ type Tailer interface { // Start starts the tailer. If this returns an error, the tailer is not started. Start() error // Stop stops the tailer, waiting for the operations to finish. Stop() } Tailer abstracts types which can tail logs. Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.