Versions in this module Expand all Collapse all v1 v1.0.1 Mar 8, 2026 Changes in this version + type BootstrapConfig struct + AppConfig config.APIConfig + type Server interface + Shutdown func(ctx context.Context) error + Start func(addr string) error + func Bootstrap(config BootstrapConfig) (Server, error) + type ServerBuilder struct + func New() *ServerBuilder + func (b *ServerBuilder) Build() *echo.Echo + func (b *ServerBuilder) WithDefaultMiddleware() *ServerBuilder + func (b *ServerBuilder) WithErrorHandler() *ServerBuilder + func (b *ServerBuilder) WithNotFound() *ServerBuilder + func (b *ServerBuilder) WithRoutes(register func(e *echo.Echo)) *ServerBuilder + func (b *ServerBuilder) WithStaticAssets(directories map[string]string) *ServerBuilder