Documentation
¶
Index ¶
- func AddTrailingSlash(apiBasePath string) echo.MiddlewareFunc
- func Authentication(apiBasePath string) echo.MiddlewareFunc
- func IsSkippableApiCall(req *http.Request, apiBasePath string) bool
- func PanicHandler(next echo.HandlerFunc) echo.HandlerFunc
- func ReadOnlyMode(apiBasePath string) echo.MiddlewareFunc
- func SetDatabaseServices(persistentDbSvc *internalDbInfra.PersistentDatabaseService, ...) echo.MiddlewareFunc
- func SetDefaultHeaders(apiBasePath string) echo.MiddlewareFunc
- type StackTrace
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) echo.MiddlewareFunc
func PanicHandler ¶
func PanicHandler(next echo.HandlerFunc) echo.HandlerFunc
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 ¶
type StackTrace ¶
type StackTrace struct {
// contains filtered or unexported fields
}
func (*StackTrace) String ¶
func (st *StackTrace) String() string
Click to show internal directories.
Click to hide internal directories.