| 33 | ) |
| 34 | |
| 35 | type Auth struct { |
| 36 | instName string |
| 37 | useHelper bool |
| 38 | helperPath string |
| 39 | |
| 40 | Log *log.Logger |
| 41 | } |
| 42 | |
| 43 | func New(c *container.C, modName, instName string) (module.Module, error) { |
| 44 | return &Auth{ |
nothing calls this directly
no outgoing calls
no test coverage detected