()
| 11 | } |
| 12 | |
| 13 | func init() { |
| 14 | commandregistry.Register(FakeCommand3{Data: "FakeCommand3 data"}) |
| 15 | } |
| 16 | |
| 17 | func (cmd FakeCommand3) MetaData() commandregistry.CommandMetadata { |
| 18 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected