terraform/helper/shadow/keyed_value.go

6 lines
102 B
Go
Raw Normal View History

2016-10-01 02:00:01 +02:00
package shadow
// KeyedValue is a struct that coordinates a value by key.
type KeyedValue struct {
}