Last analyzed 67ce7cf 10 days ago
Default analysis branch is
Currently analyzing run
Exported function returning value of unexported type RVV-B0011
Anti-pattern
10 days ago8 months 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