Prettify duration in cgr-console. Fixes#432

This commit is contained in:
Tripon Alexandru-Ionut
2019-06-20 12:39:32 +03:00
committed by Dan Christian Bogos
parent 83fe98ada8
commit e994711d73
21 changed files with 224 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ type Commander interface {
ClientArgs() []string // for autocompletion
Name() string
LocalExecute() string
GetFormatedResult(result interface{}) string
}
func GetCommands() map[string]Commander {