()
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | commandregistry.Register(&Authenticate{}) |
| 24 | } |
| 25 | |
| 26 | func (cmd *Authenticate) MetaData() commandregistry.CommandMetadata { |
| 27 | return commandregistry.CommandMetadata{ |
nothing calls this directly
no test coverage detected