MCPcopy Create free account
hub / github.com/aws-cloudformation/rain / value

Struct value

cft/diff/diff.go:56–59  ·  view source on GitHub ↗

value represents a difference between values of any type

Source from the content-addressed store, hash-verified

54
55// value represents a difference between values of any type
56type value struct {
57 val interface{}
58 mode Mode
59}
60
61// Mode returns the value's mode
62func (v value) Mode() Mode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected