JCC-CSScheduler/common/pkgs/mq/executor/config.go

6 lines
66 B
Go

package executor
type Config struct {
URL string `json:"url"`
}