Documentation ¶
Index ¶
Constants ¶
View Source
const (
FileName = "sink.file"
)
View Source
const (
HTTPName = "sink.http"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileConfig ¶
type FileConfig struct { Path *expr.StringExpr `json:"path,omitempty"` Format string `json:"format,omitempty"` BufferSize int `json:"buffer_size,omitempty"` }
type HTTPConfig ¶
Click to show internal directories.
Click to hide internal directories.