Documentation ¶
Index ¶
Constants ¶
View Source
const (
RouteRingCentral = "/echo/ringcentral"
)
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func StartServer(cfg config.Configuration)
StartServer initializes and starts the webhook proxy server
Types ¶
type Handler ¶
type Handler struct {
Configuration config.Configuration
}
func NewHandler ¶
func NewHandler(cfg config.Configuration) Handler
func (*Handler) HandleFastHTTP ¶
func (h *Handler) HandleFastHTTP(fctx *fasthttp.RequestCtx)
Click to show internal directories.
Click to hide internal directories.