import "edge-infra.dev/cmd/tools/art/argo"
argo.go
func New() *sink.Command
type Commit struct { Committer Committer `json:"committer"` }
type Committer struct { Name string `json:"name"` Email string `json:"email"` Date string `json:"date"` }
type Response struct { Commit Commit `json:"commit"` }