Versions in this module Expand all Collapse all v0 v0.21.1 Nov 6, 2024 v0.21.0 Oct 28, 2024 Changes in this version + var SwaggerAssets embed.FS + var TypedocAssets embed.FS + type Api struct + func NewApi(controllers *controllers.Controllers, echoFilter *rbac.EchoAccessFilter, ...) (api *Api) + func (a *Api) Echo() *echo.Echo + func (a *Api) Shutdown(ctx context.Context) (err error) + func (a *Api) Start() (err error) + type Config struct + Debug bool + Gzip bool + HttpPort int + HttpsPort int + Pprof bool + Swagger bool