MCPcopy
hub / github.com/uber-go/fx / moduleOption

Struct moduleOption

module.go:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type moduleOption struct {
88 name string
89 location fxreflect.Frame
90 options []Option
91}
92
93func (o moduleOption) String() string {
94 return fmt.Sprintf("fx.Module(%q, %v)", o.name, o.options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected