9 lines
150 B
Go
9 lines
150 B
Go
|
package protocol
|
||
|
|
||
|
type ProtocolStructure struct {
|
||
|
Metadata DOPMeta
|
||
|
Structure []Field
|
||
|
DefaultValues []DefaultValue
|
||
|
JavaScript string
|
||
|
}
|