Documentation
¶
Index ¶
Constants ¶
View Source
const (
ApiBasePath string = "/api"
)
Variables ¶
This section is empty.
Functions ¶
func ApiInit ¶
func ApiInit( e *echo.Echo, persistentDbSvc *internalDbInfra.PersistentDatabaseService, transientDbSvc *internalDbInfra.TransientDatabaseService, trailDbSvc *internalDbInfra.TrailDatabaseService, )
@host localhost:1618 @BasePath /api
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func NewRouter ¶
func NewRouter( baseRoute *echo.Group, transientDbSvc *internalDbInfra.TransientDatabaseService, persistentDbSvc *internalDbInfra.PersistentDatabaseService, trailDbSvc *internalDbInfra.TrailDatabaseService, ) *Router
func (Router) RegisterRoutes ¶
func (router Router) RegisterRoutes()
Directories
¶
Path | Synopsis |
---|---|
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
Click to show internal directories.
Click to hide internal directories.