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