Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedController ¶
type FeedController struct {
Config *confer.Config `inject:""`
Slacker *bot.SlackService `inject:""`
Factory *factories.GonduitFactory `inject:""`
Commits *resolvers.CommitResolver `inject:""`
Tasks *resolvers.TaskResolver `inject:""`
Differential *resolvers.DifferentialResolver `inject:""`
Logger *logrus.Logger `inject:""`
}
FeedController handles feed webhook routes
func (*FeedController) Register ¶
func (f *FeedController) Register(r *gin.RouterGroup)
Register registers the route handlers for this controller
type FrontController ¶
type FrontController struct{}
FrontController handles main routes
func (*FrontController) Register ¶
func (f *FrontController) Register(r *gin.Engine)
Register registers the route handlers for this controller
Click to show internal directories.
Click to hide internal directories.