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