gogjango/gjango

View on GitHub
route/custom_route.go

Summary

Maintainability
A
0 mins
Test Coverage
package route

// ServicesI is the interface for our user-defined custom routes and related services
type ServicesI interface {
    SetupRoutes()
}