()
| 15 | } |
| 16 | |
| 17 | func init() { |
| 18 | commandregistry.Register(FakeCommand4{Data: "FakeCommand4 data"}) |
| 19 | } |
| 20 | |
| 21 | func (cmd FakeCommand4) MetaData() commandregistry.CommandMetadata { |
| 22 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected