convox / convox

Exported function returning value of unexported type RVV-B0011
Anti-pattern
Critical
a day agoa year old
exported func NewPodLogger returns unexported type *local.podLogger, which can be annoying to use
115	streams  sync.Map
116}
117
118func NewPodLogger(p *Provider) *podLogger {119	return &podLogger{provider: p}
120}
121