Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VersionHandler ¶
func VersionHandler(version string) echo.HandlerFunc
Types ¶
type HealthHandler ¶
type HealthHandler struct { }
func (HealthHandler) Handler ¶
func (h HealthHandler) Handler(tracer *zipkin.Tracer) echo.HandlerFunc
type IronIOHandler ¶ added in v1.1.0
type IronIOHandler struct {
// contains filtered or unexported fields
}
func NewIronIOHandler ¶ added in v1.1.0
func NewIronIOHandler(token string, pusher queue.Queue) (*IronIOHandler, error)
func (*IronIOHandler) Handler ¶ added in v1.1.0
func (h *IronIOHandler) Handler(tracer *zipkin.Tracer) echo.HandlerFunc
type SyslogHandler ¶
type SyslogHandler struct {
// contains filtered or unexported fields
}
func NewSyslogHandler ¶
func NewSyslogHandler(token string, pusher queue.Queue) (*SyslogHandler, error)
func (*SyslogHandler) Handler ¶
func (h *SyslogHandler) Handler(tracer *zipkin.Tracer) echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.