Versions in this module Expand all Collapse all v1 v1.0.1 Oct 1, 2021 v1.0.0 Sep 30, 2021 Changes in this version + type APIConfig struct + func (c *APIConfig) GetCORSConfig() CORSConfigInterface + func (c *APIConfig) GetLogger() *zap.SugaredLogger + func (c *APIConfig) GetMonitor() monitoring.MonitorInterface + func (c *APIConfig) GetServiceName() string + type APIConfigInterface interface + GetCORSConfig func() CORSConfigInterface + GetLogger func() *zap.SugaredLogger + GetMonitor func() monitoring.MonitorInterface + GetServiceName func() string + func NewAPIConfig(name string, cors CORSConfigInterface, monitor monitoring.MonitorInterface, ...) APIConfigInterface + type CORSConfig struct + func (c *CORSConfig) GetOrigins() []string + type CORSConfigInterface interface + GetOrigins func() []string + func NewCORSConfig(origins ...string) CORSConfigInterface Other modules containing this package github.com/shipperizer/miniature-monkey/v2