Files
uncloud/internal/cli/config/cluster.go
T

7 lines
138 B
Go

package config
type Cluster struct {
Name string `toml:"-"`
Connections []MachineConnection `toml:"connections"`
}