Documentation ¶
Index ¶
- type HandlerHttpSyslog
- func (handler *HandlerHttpSyslog) Close() error
- func (handler *HandlerHttpSyslog) Dial() error
- func (handler *HandlerHttpSyslog) Errors() chan error
- func (handler *HandlerHttpSyslog) HandlerFunc(response http.ResponseWriter, req *http.Request)
- func (handler *HandlerHttpSyslog) Packets() chan syslog.Packet
- func (handler *HandlerHttpSyslog) Pools() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerHttpSyslog ¶
type HandlerHttpSyslog struct {
// contains filtered or unexported fields
}
func Create ¶
func Create() (*HandlerHttpSyslog, error)
func (*HandlerHttpSyslog) Close ¶
func (handler *HandlerHttpSyslog) Close() error
func (*HandlerHttpSyslog) Dial ¶
func (handler *HandlerHttpSyslog) Dial() error
func (*HandlerHttpSyslog) Errors ¶
func (handler *HandlerHttpSyslog) Errors() chan error
func (*HandlerHttpSyslog) HandlerFunc ¶
func (handler *HandlerHttpSyslog) HandlerFunc(response http.ResponseWriter, req *http.Request)
func (*HandlerHttpSyslog) Packets ¶
func (handler *HandlerHttpSyslog) Packets() chan syslog.Packet
func (*HandlerHttpSyslog) Pools ¶
func (handler *HandlerHttpSyslog) Pools() bool
Click to show internal directories.
Click to hide internal directories.