This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeNode/internal/utils/command.go
T

8 lines
83 B
Go

package utils
// 命令定义
type Command struct {
Name string
Args []string
}