Documentation ¶
Index ¶
- func CreateInitControllersFn(gc *GatewayController) fasthttp.RequestHandler
- type GatewayController
- func (gc *GatewayController) Apps(c *fasthttp.RequestCtx)
- func (gc *GatewayController) Index(c *fasthttp.RequestCtx)
- func (gc *GatewayController) SlackCommand(c *fasthttp.RequestCtx)
- func (gc *GatewayController) SlackEvent(c *fasthttp.RequestCtx)
- func (gc *GatewayController) SlackShortcut(c *fasthttp.RequestCtx)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInitControllersFn ¶
func CreateInitControllersFn(gc *GatewayController) fasthttp.RequestHandler
Types ¶
type GatewayController ¶
type GatewayController struct {
// contains filtered or unexported fields
}
func NewGatewayController ¶
func NewGatewayController(opt *gateway.Options, rdb *redis.Client, logger *zap.Logger, subClient pb.SubscribeClient, msgClient pb.MessageClient) *GatewayController
func (*GatewayController) Apps ¶
func (gc *GatewayController) Apps(c *fasthttp.RequestCtx)
func (*GatewayController) Index ¶
func (gc *GatewayController) Index(c *fasthttp.RequestCtx)
func (*GatewayController) SlackCommand ¶
func (gc *GatewayController) SlackCommand(c *fasthttp.RequestCtx)
func (*GatewayController) SlackEvent ¶
func (gc *GatewayController) SlackEvent(c *fasthttp.RequestCtx)
func (*GatewayController) SlackShortcut ¶
func (gc *GatewayController) SlackShortcut(c *fasthttp.RequestCtx)
Click to show internal directories.
Click to hide internal directories.