concourse / concourse

Exported function returning value of unexported type RVV-B0011
Anti-pattern
Critical
1 occurrence in this check
exported func NewSsmFactory returns unexported type *ssm.ssmFactory, which can be annoying to use
14	sharedPath      string
15}
16
17func NewSsmFactory(log lager.Logger, session *session.Session, secretTemplates []*creds.SecretTemplate, sharedPath string) *ssmFactory {18	return &ssmFactory{
19		log:             log,
20		api:             ssm.New(session),