mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 11:33:33 +00:00
7 lines
138 B
Go
7 lines
138 B
Go
package config
|
|
|
|
type Context struct {
|
|
Name string `yaml:"-"`
|
|
Connections []MachineConnection `yaml:"connections"`
|
|
}
|