Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2017 Changes in this version + func Handle(h Handler) + func HandleFunc(h HandlerFunc) + type Event struct + ChannelID string + ChannelName string + Command string + ResponseURL string + TeamDomain string + TeamID string + Text string + Token string + UserID string + UserName string + type Handler interface + HandleSlackEvent func(*Event, *apex.Context) (interface{}, error) + type HandlerFunc func(*Event, *apex.Context) (interface{}, error) + func (h HandlerFunc) Handle(data json.RawMessage, ctx *apex.Context) (interface{}, error) + type ResponseMessage struct + ResponseType string + Text string