Versions in this module Expand all Collapse all v1 v1.13.0 Sep 13, 2024 Changes in this version + func SortDefault[V any](m map[string]V) []string + type Options struct + APIBasePaths map[*config.API]string + APIErrTpls map[*config.API]*errors.Template + FilesBasePaths []string + FilesErrTpls []*errors.Template + SPABasePaths []string + ServerErrTpl *errors.Template + ServerName string + SrvBasePath string + TLS *config.ServerTLS + func NewServerOptions(conf *config.Server, logger *logrus.Entry) (*Options, error)