Files
EdgeNode/internal/utils/command.go

8 lines
83 B
Go
Raw Normal View History

2021-01-11 18:16:15 +08:00
package utils
// 命令定义
type Command struct {
Name string
Args []string
}