mirror of
https://github.com/foomo/sesamy-cli.git
synced 2026-06-28 14:10:09 +00:00
8 lines
176 B
Go
8 lines
176 B
Go
package config
|
|
|
|
type Container struct {
|
|
ContainerID string `yaml:"container_id"`
|
|
WorkspaceID string `yaml:"workspace_id"`
|
|
MeasurementID string `yaml:"measurement_id"`
|
|
}
|