Versions in this module Expand all Collapse all v0 v0.4.3 Mar 19, 2020 v0.4.2 Apr 5, 2019 v0.4.1 Jun 11, 2018 v0.4.0 Jun 10, 2018 v0.3.2 Jun 10, 2018 v0.3.1 Jan 29, 2018 v0.3.0 Jan 29, 2018 v0.2.2 Jan 25, 2018 v0.2.1 Jan 10, 2018 v0.2.0 Sep 5, 2017 Changes in this version + const MessageBodyType v0.1.0 Aug 2, 2017 Changes in this version + const DisplayName + const HandlerKey + const MessageDirection + func ExampleMessage(cfg config.Configuration, data util.ExampleData, eventSlug string) (cc.Message, error) + func Normalize(cfg config.Configuration, bytes []byte) (cc.Message, error) + type ConfluenceComment struct + CreationDate int64 + CreatorKey string + CreatorName string + Id int64 + LastModifierKey string + LastModifierName string + ModificationDate int64 + Parent ConfluencePage + Self string + SpaceKey string + Version int64 + func (comment *ConfluenceComment) IsCreated() bool + func (comment *ConfluenceComment) IsUpdated() bool + type ConfluenceOutMessage struct + Comment ConfluenceComment + Page ConfluencePage + Timestamp int64 + User string + UserKey string + Username string + func ConfluenceOutMessageFromBytes(bytes []byte) (ConfluenceOutMessage, error) + func (msg *ConfluenceOutMessage) IsComment() bool + type ConfluencePage struct + CreationDate int64 + CreatorKey string + CreatorName string + Id int64 + LastModifierKey string + LastModifierName string + ModificationDate int64 + Self string + SpaceKey string + Title string + Version int64 + func (page *ConfluencePage) IsCreated() bool + func (page *ConfluencePage) IsUpdated() bool + type Handler struct + Adapter adapters.Adapter + Config config.Configuration + func NewHandler(cfg config.Configuration, adapter adapters.Adapter) Handler + func (h *Handler) HandleFastHTTP(ctx *fasthttp.RequestCtx) + func (h Handler) HandlerKey() string + func (h Handler) MessageDirection() string