mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
added parse command
This commit is contained in:
@@ -37,6 +37,7 @@ type Commander interface {
|
||||
RpcResult() interface{} // Only requirement is to have a String method to print on console
|
||||
ClientArgs() []string // for autocompletion
|
||||
Name() string
|
||||
LocalExecute() string
|
||||
}
|
||||
|
||||
func GetCommands() map[string]Commander {
|
||||
|
||||
Reference in New Issue
Block a user