Documentation ¶
Index ¶
Constants ¶
View Source
const QueryInGzip = "in_gzip"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpWriter ¶
type HttpWriter struct {
// contains filtered or unexported fields
}
func HttpDial ¶
func HttpDial(addr string) (*HttpWriter, error)
func (*HttpWriter) Close ¶
func (t *HttpWriter) Close() error
type MultiWriter ¶
type MultiWriter struct {
// contains filtered or unexported fields
}
func MultiDial ¶
func MultiDial(addresses ...string) (*MultiWriter, error)
func (*MultiWriter) Close ¶
func (t *MultiWriter) Close() error
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
type WriterPool ¶ added in v1.1.0
type WriterPool struct {
// contains filtered or unexported fields
}
func NewWriterPool ¶ added in v1.1.0
func NewWriterPool(poolSize int, addr string) (*WriterPool, error)
func (*WriterPool) Close ¶ added in v1.1.0
func (w *WriterPool) Close() error
Close closes a connection to the syslog daemon.
Click to show internal directories.
Click to hide internal directories.