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