Versions in this module Expand all Collapse all v0 v0.7.1 Mar 28, 2026 v0.7.0 Mar 28, 2026 Changes in this version + type CORSConfig struct + AllowedOrigins []string + type Config struct + Client client.Config + DB postgres.Config + Elasticsearch esStore.Config + LogLevel string + Service ServerConfig + Telemetry telemetry.Config + type IdentityConfig struct + HeaderKeyUserEmail string + HeaderKeyUserUUID string + HeaderValueUserUUID string + NamespaceClaimKey string + ProviderDefaultName string + type ServerConfig struct + BaseUrl string + CORS CORSConfig + Host string + Identity IdentityConfig + MaxRecvMsgSize int + MaxSendMsgSize int + Port int + func (cfg ServerConfig) Addr() string