package protocol
type ProtocolStructure struct {
Metadata DOPMeta
Structure []*Field
DefaultValues []DefaultValue
JavaScript string
}
type ProtocolReferencer interface {
GetProtocol() *ProtocolStructure
SetProtocol(prot *ProtocolStructure)