Documentation
¶
Index ¶
- func AddTrailingSlash(apiBasePath string) echo.MiddlewareFunc
- func Authentication(apiBasePath string, persistentDbSvc *internalDbInfra.PersistentDatabaseService) echo.MiddlewareFunc
- func IsSkippableApiCall(req *http.Request, apiBasePath string) bool
- func ReadOnlyMode(apiBasePath string) echo.MiddlewareFunc
- func SetDatabaseServices(persistentDbSvc *internalDbInfra.PersistentDatabaseService, ...) echo.MiddlewareFunc
- func SetDefaultHeaders(apiBasePath string) echo.MiddlewareFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTrailingSlash ¶
func AddTrailingSlash(apiBasePath string) echo.MiddlewareFunc
func Authentication ¶ added in v0.1.2
func Authentication( apiBasePath string, persistentDbSvc *internalDbInfra.PersistentDatabaseService, ) echo.MiddlewareFunc
func ReadOnlyMode ¶
func ReadOnlyMode(apiBasePath string) echo.MiddlewareFunc
func SetDatabaseServices ¶ added in v0.1.2
func SetDatabaseServices( persistentDbSvc *internalDbInfra.PersistentDatabaseService, transientDbSvc *internalDbInfra.TransientDatabaseService, trailDbSvc *internalDbInfra.TrailDatabaseService, ) echo.MiddlewareFunc
func SetDefaultHeaders ¶
func SetDefaultHeaders(apiBasePath string) echo.MiddlewareFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.