Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleWrapper ¶
func HandleWrapper(s *Server, fn HandleFunc) httprouter.Handle
Types ¶
type HandleFunc ¶
type HandleFunc func(http.ResponseWriter, *http.Request, httprouter.Params) error
type HapiMessage ¶
type HapiMessage struct { Host string `json:"host"` Schema string `json:"schema"` //Timestamp time.Time `json:"timeStamp"` Events []*common.MapStr `json"events"` }
func (*HapiMessage) UnmarshalJSON ¶
func (m *HapiMessage) UnmarshalJSON(raw []byte) error
Click to show internal directories.
Click to hide internal directories.