Documentation
¶
Index ¶
Constants ¶
View Source
const ( // API represents the group of API. API = "/api" BIBLE = "/bible" // BibleResults represents the result of book management API. BibleResults = API + BIBLE + "/result" )
Variables ¶
This section is empty.
Functions ¶
func InitRoutes ¶
func InitRoutes(e *echo.Echo, wrapper middlewares.Wrapper)
func NewBibleController ¶
func NewBibleController(wrapper middlewares.Wrapper) *bibleController
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.