7 lines
86 B
Go
7 lines
86 B
Go
|
package protocol
|
||
|
|
||
|
type DefaultFieldValue struct {
|
||
|
FieldRef string
|
||
|
Value string
|
||
|
}
|