Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Route ¶
type Route struct {
Method string
Path string
Handler http.HandlerFunc
AuthRequired bool
}
Route provides the route instance for routing operation.
func NewAuthRoutes ¶
func NewAuthRoutes(authHandlers handlers.AuthHandlers) []*Route
NewAuthRoutes provides the routing process for authentication.
func NewCatRoutes ¶
func NewCatRoutes(catHandlers handlers.CatHandlers) []*Route
NewCatRoutes provides the routing process for categorization.
func NewCatzeRoutes ¶
func NewCatzeRoutes(catzeHandlers handlers.CatzeHandlers) []*Route
NewCatzeRoutes provides the routing process for categorizer.
func NewCrawlRoutes ¶
func NewCrawlRoutes(crawlHandlers handlers.CrawlHandlers) []*Route
NewCrawlRoutes provides the routing process for crawler.
Click to show internal directories.
Click to hide internal directories.