func(*Namespace)
| 31 | } |
| 32 | |
| 33 | type NamespaceOption func(*Namespace) |
| 34 | |
| 35 | func WithApplications(apps ...ApplicationSettings) NamespaceOption { |
| 36 | return func(ns *Namespace) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…