Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluentDriver ¶
type FluentDriver struct {
// contains filtered or unexported fields
}
func New ¶
func New() *FluentDriver
func (*FluentDriver) StartLogging ¶
func (d *FluentDriver) StartLogging(req StartLoggingRequest) error
func (*FluentDriver) StopLogging ¶
func (d *FluentDriver) StopLogging(req StopLoggingRequest) error
type StartLoggingRequest ¶
type StopLoggingRequest ¶
type StopLoggingRequest struct {
File string
}
Click to show internal directories.
Click to hide internal directories.