()
| 17 | } |
| 18 | |
| 19 | func init() { |
| 20 | commandregistry.Register(FakeCommand2{Data: "FakeCommand2 data", req: fakeReq2{}}) |
| 21 | } |
| 22 | |
| 23 | func (cmd FakeCommand2) MetaData() commandregistry.CommandMetadata { |
| 24 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected