opentofu/helper/shadow/keyed_value.go
2016-10-11 22:17:27 +08:00

6 lines
102 B
Go

package shadow
// KeyedValue is a struct that coordinates a value by key.
type KeyedValue struct {
}