Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadRequest = errors.New("bad request")
View Source
var ErrForbidden = errors.New("access forbidden")
View Source
var ErrInternalServer = errors.New("internal server error")
Functions ¶
This section is empty.
Types ¶
type BountyRouter ¶
type BountyRouter struct { R *echo.Echo `inject:""` BC *controllers.BountyCtrl `inject:""` Dev bool `inject:"dev"` Config *config.Configuration `inject:""` }
func (*BountyRouter) Init ¶
func (br *BountyRouter) Init()
type IndexRouter ¶
func (*IndexRouter) Init ¶
func (indexRouter *IndexRouter) Init()
type RepoRouter ¶
type RepoRouter struct { R *echo.Echo `inject:""` RC *controllers.RepoCtrl `inject:""` BC *controllers.BountyCtrl `inject:""` Dev bool `inject:"dev"` Config *config.Configuration `inject:""` }
func (*RepoRouter) Init ¶
func (rr *RepoRouter) Init()
type SimpleCountMsg ¶
type SimpleCountMsg struct {
Count int `json:"count"`
}
Click to show internal directories.
Click to hide internal directories.