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