ppforge/protocol/defaultfieldvalue.go

8 lines
184 B
Go
Raw Permalink Normal View History

package protocol
2023-11-10 13:48:47 +01:00
// DefaultFieldValue represents a default value for a field identified in a protocol by its name.
type DefaultFieldValue struct {
FieldRef string
Value string
}