| 33 | ) |
| 34 | |
| 35 | type Auth struct { |
| 36 | modName string |
| 37 | instName string |
| 38 | |
| 39 | table module.Table |
| 40 | } |
| 41 | |
| 42 | func New(_ *container.C, modName, instName string) (module.Module, error) { |
| 43 | return &Auth{ |
nothing calls this directly
no outgoing calls
no test coverage detected