| 28 | ) |
| 29 | |
| 30 | type Identity struct { |
| 31 | modName string |
| 32 | instName string |
| 33 | } |
| 34 | |
| 35 | func NewIdentity(_ *container.C, modName, instName string) (module.Module, error) { |
| 36 | return &Identity{ |
nothing calls this directly
no outgoing calls
no test coverage detected