geckpb

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: Unlicense Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_geck_v1_definitions_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BundleDefinition added in v0.1.0

type BundleDefinition struct {
	Name        string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Components  []*ComponentDefinition `protobuf:"bytes,3,rep,name=components,proto3" json:"components,omitempty"`
	// contains filtered or unexported fields
}

func (*BundleDefinition) CloneMessageVT added in v0.1.0

func (m *BundleDefinition) CloneMessageVT() proto.Message

func (*BundleDefinition) CloneVT added in v0.1.0

func (m *BundleDefinition) CloneVT() *BundleDefinition

func (*BundleDefinition) Descriptor deprecated added in v0.1.0

func (*BundleDefinition) Descriptor() ([]byte, []int)

Deprecated: Use BundleDefinition.ProtoReflect.Descriptor instead.

func (*BundleDefinition) EqualMessageVT added in v0.1.0

func (this *BundleDefinition) EqualMessageVT(thatMsg proto.Message) bool

func (*BundleDefinition) EqualVT added in v0.1.0

func (this *BundleDefinition) EqualVT(that *BundleDefinition) bool

func (*BundleDefinition) GetComponents added in v0.1.0

func (x *BundleDefinition) GetComponents() []*ComponentDefinition

func (*BundleDefinition) GetDescription added in v0.1.0

func (x *BundleDefinition) GetDescription() string

func (*BundleDefinition) GetName added in v0.1.0

func (x *BundleDefinition) GetName() string

func (*BundleDefinition) MarshalJSON added in v0.1.0

func (msg *BundleDefinition) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*BundleDefinition) MarshalToSizedBufferVT added in v0.1.0

func (m *BundleDefinition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BundleDefinition) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *BundleDefinition) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BundleDefinition) MarshalToVT added in v0.1.0

func (m *BundleDefinition) MarshalToVT(dAtA []byte) (int, error)

func (*BundleDefinition) MarshalToVTStrict added in v0.1.0

func (m *BundleDefinition) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BundleDefinition) MarshalVT added in v0.1.0

func (m *BundleDefinition) MarshalVT() (dAtA []byte, err error)

func (*BundleDefinition) MarshalVTStrict added in v0.1.0

func (m *BundleDefinition) MarshalVTStrict() (dAtA []byte, err error)

func (*BundleDefinition) ProtoMessage added in v0.1.0

func (*BundleDefinition) ProtoMessage()

func (*BundleDefinition) ProtoReflect added in v0.1.0

func (x *BundleDefinition) ProtoReflect() protoreflect.Message

func (*BundleDefinition) Reset added in v0.1.0

func (x *BundleDefinition) Reset()

func (*BundleDefinition) SizeVT added in v0.1.0

func (m *BundleDefinition) SizeVT() (n int)

func (*BundleDefinition) String added in v0.1.0

func (x *BundleDefinition) String() string

func (*BundleDefinition) UnmarshalJSON added in v0.1.0

func (msg *BundleDefinition) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*BundleDefinition) UnmarshalVT added in v0.1.0

func (m *BundleDefinition) UnmarshalVT(dAtA []byte) error

type ComponentDefinition added in v0.1.0

type ComponentDefinition struct {
	Name                       string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description                string             `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	IsDeprecated               bool               `protobuf:"varint,3,opt,name=is_deprecated,json=isDeprecated,proto3" json:"is_deprecated,omitempty"`
	ShouldNotInflect           bool               `protobuf:"varint,4,opt,name=should_not_inflect,json=shouldNotInflect,proto3" json:"should_not_inflect,omitempty"`
	ShouldGenerateAddedEvent   bool               `` /* 138-byte string literal not displayed */
	ShouldGenerateRemovedEvent bool               `` /* 144-byte string literal not displayed */
	ShouldGenerateChangedEvent bool               `` /* 144-byte string literal not displayed */
	Fields                     []*FieldDefinition `protobuf:"bytes,8,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentDefinition) CloneMessageVT added in v0.1.0

func (m *ComponentDefinition) CloneMessageVT() proto.Message

func (*ComponentDefinition) CloneVT added in v0.1.0

func (*ComponentDefinition) Descriptor deprecated added in v0.1.0

func (*ComponentDefinition) Descriptor() ([]byte, []int)

Deprecated: Use ComponentDefinition.ProtoReflect.Descriptor instead.

func (*ComponentDefinition) EqualMessageVT added in v0.1.0

func (this *ComponentDefinition) EqualMessageVT(thatMsg proto.Message) bool

func (*ComponentDefinition) EqualVT added in v0.1.0

func (this *ComponentDefinition) EqualVT(that *ComponentDefinition) bool

func (*ComponentDefinition) GetDescription added in v0.1.0

func (x *ComponentDefinition) GetDescription() string

func (*ComponentDefinition) GetFields added in v0.1.0

func (x *ComponentDefinition) GetFields() []*FieldDefinition

func (*ComponentDefinition) GetIsDeprecated added in v0.1.0

func (x *ComponentDefinition) GetIsDeprecated() bool

func (*ComponentDefinition) GetName added in v0.1.0

func (x *ComponentDefinition) GetName() string

func (*ComponentDefinition) GetShouldGenerateAddedEvent added in v0.1.0

func (x *ComponentDefinition) GetShouldGenerateAddedEvent() bool

func (*ComponentDefinition) GetShouldGenerateChangedEvent added in v0.1.0

func (x *ComponentDefinition) GetShouldGenerateChangedEvent() bool

func (*ComponentDefinition) GetShouldGenerateRemovedEvent added in v0.1.0

func (x *ComponentDefinition) GetShouldGenerateRemovedEvent() bool

func (*ComponentDefinition) GetShouldNotInflect added in v0.1.0

func (x *ComponentDefinition) GetShouldNotInflect() bool

func (*ComponentDefinition) MarshalJSON added in v0.1.0

func (msg *ComponentDefinition) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ComponentDefinition) MarshalToSizedBufferVT added in v0.1.0

func (m *ComponentDefinition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComponentDefinition) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *ComponentDefinition) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ComponentDefinition) MarshalToVT added in v0.1.0

func (m *ComponentDefinition) MarshalToVT(dAtA []byte) (int, error)

func (*ComponentDefinition) MarshalToVTStrict added in v0.1.0

func (m *ComponentDefinition) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ComponentDefinition) MarshalVT added in v0.1.0

func (m *ComponentDefinition) MarshalVT() (dAtA []byte, err error)

func (*ComponentDefinition) MarshalVTStrict added in v0.1.0

func (m *ComponentDefinition) MarshalVTStrict() (dAtA []byte, err error)

func (*ComponentDefinition) ProtoMessage added in v0.1.0

func (*ComponentDefinition) ProtoMessage()

func (*ComponentDefinition) ProtoReflect added in v0.1.0

func (x *ComponentDefinition) ProtoReflect() protoreflect.Message

func (*ComponentDefinition) Reset added in v0.1.0

func (x *ComponentDefinition) Reset()

func (*ComponentDefinition) SizeVT added in v0.1.0

func (m *ComponentDefinition) SizeVT() (n int)

func (*ComponentDefinition) String added in v0.1.0

func (x *ComponentDefinition) String() string

func (*ComponentDefinition) UnmarshalJSON added in v0.1.0

func (msg *ComponentDefinition) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*ComponentDefinition) UnmarshalVT added in v0.1.0

func (m *ComponentDefinition) UnmarshalVT(dAtA []byte) error

type ComponentSetDefinition added in v0.1.0

type ComponentSetDefinition struct {
	Owned    []*ComponentSetDefinition_Component `protobuf:"bytes,1,rep,name=owned,proto3" json:"owned,omitempty"`
	Borrowed []*ComponentSetDefinition_Component `protobuf:"bytes,2,rep,name=borrowed,proto3" json:"borrowed,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentSetDefinition) CloneMessageVT added in v0.1.0

func (m *ComponentSetDefinition) CloneMessageVT() proto.Message

func (*ComponentSetDefinition) CloneVT added in v0.1.0

func (*ComponentSetDefinition) Descriptor deprecated added in v0.1.0

func (*ComponentSetDefinition) Descriptor() ([]byte, []int)

Deprecated: Use ComponentSetDefinition.ProtoReflect.Descriptor instead.

func (*ComponentSetDefinition) EqualMessageVT added in v0.1.0

func (this *ComponentSetDefinition) EqualMessageVT(thatMsg proto.Message) bool

func (*ComponentSetDefinition) EqualVT added in v0.1.0

func (this *ComponentSetDefinition) EqualVT(that *ComponentSetDefinition) bool

func (*ComponentSetDefinition) GetBorrowed added in v0.1.0

func (*ComponentSetDefinition) GetOwned added in v0.1.0

func (*ComponentSetDefinition) MarshalJSON added in v0.1.0

func (msg *ComponentSetDefinition) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ComponentSetDefinition) MarshalToSizedBufferVT added in v0.1.0

func (m *ComponentSetDefinition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComponentSetDefinition) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *ComponentSetDefinition) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ComponentSetDefinition) MarshalToVT added in v0.1.0

func (m *ComponentSetDefinition) MarshalToVT(dAtA []byte) (int, error)

func (*ComponentSetDefinition) MarshalToVTStrict added in v0.1.0

func (m *ComponentSetDefinition) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ComponentSetDefinition) MarshalVT added in v0.1.0

func (m *ComponentSetDefinition) MarshalVT() (dAtA []byte, err error)

func (*ComponentSetDefinition) MarshalVTStrict added in v0.1.0

func (m *ComponentSetDefinition) MarshalVTStrict() (dAtA []byte, err error)

func (*ComponentSetDefinition) ProtoMessage added in v0.1.0

func (*ComponentSetDefinition) ProtoMessage()

func (*ComponentSetDefinition) ProtoReflect added in v0.1.0

func (x *ComponentSetDefinition) ProtoReflect() protoreflect.Message

func (*ComponentSetDefinition) Reset added in v0.1.0

func (x *ComponentSetDefinition) Reset()

func (*ComponentSetDefinition) SizeVT added in v0.1.0

func (m *ComponentSetDefinition) SizeVT() (n int)

func (*ComponentSetDefinition) String added in v0.1.0

func (x *ComponentSetDefinition) String() string

func (*ComponentSetDefinition) UnmarshalJSON added in v0.1.0

func (msg *ComponentSetDefinition) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*ComponentSetDefinition) UnmarshalVT added in v0.1.0

func (m *ComponentSetDefinition) UnmarshalVT(dAtA []byte) error

type ComponentSetDefinition_Component added in v0.1.0

type ComponentSetDefinition_Component struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IsWriteable bool   `protobuf:"varint,2,opt,name=is_writeable,json=isWriteable,proto3" json:"is_writeable,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentSetDefinition_Component) CloneMessageVT added in v0.1.0

func (m *ComponentSetDefinition_Component) CloneMessageVT() proto.Message

func (*ComponentSetDefinition_Component) CloneVT added in v0.1.0

func (*ComponentSetDefinition_Component) Descriptor deprecated added in v0.1.0

func (*ComponentSetDefinition_Component) Descriptor() ([]byte, []int)

Deprecated: Use ComponentSetDefinition_Component.ProtoReflect.Descriptor instead.

func (*ComponentSetDefinition_Component) EqualMessageVT added in v0.1.0

func (this *ComponentSetDefinition_Component) EqualMessageVT(thatMsg proto.Message) bool

func (*ComponentSetDefinition_Component) EqualVT added in v0.1.0

func (*ComponentSetDefinition_Component) GetIsWriteable added in v0.1.0

func (x *ComponentSetDefinition_Component) GetIsWriteable() bool

func (*ComponentSetDefinition_Component) GetName added in v0.1.0

func (*ComponentSetDefinition_Component) MarshalJSON added in v0.1.0

func (msg *ComponentSetDefinition_Component) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ComponentSetDefinition_Component) MarshalToSizedBufferVT added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ComponentSetDefinition_Component) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ComponentSetDefinition_Component) MarshalToVT added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalToVT(dAtA []byte) (int, error)

func (*ComponentSetDefinition_Component) MarshalToVTStrict added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ComponentSetDefinition_Component) MarshalVT added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalVT() (dAtA []byte, err error)

func (*ComponentSetDefinition_Component) MarshalVTStrict added in v0.1.0

func (m *ComponentSetDefinition_Component) MarshalVTStrict() (dAtA []byte, err error)

func (*ComponentSetDefinition_Component) ProtoMessage added in v0.1.0

func (*ComponentSetDefinition_Component) ProtoMessage()

func (*ComponentSetDefinition_Component) ProtoReflect added in v0.1.0

func (*ComponentSetDefinition_Component) Reset added in v0.1.0

func (*ComponentSetDefinition_Component) SizeVT added in v0.1.0

func (m *ComponentSetDefinition_Component) SizeVT() (n int)

func (*ComponentSetDefinition_Component) String added in v0.1.0

func (*ComponentSetDefinition_Component) UnmarshalJSON added in v0.1.0

func (msg *ComponentSetDefinition_Component) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*ComponentSetDefinition_Component) UnmarshalVT added in v0.1.0

func (m *ComponentSetDefinition_Component) UnmarshalVT(dAtA []byte) error

type FieldDefinition added in v0.1.0

type FieldDefinition struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description  string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsDeprecated bool   `protobuf:"varint,4,opt,name=is_deprecated,json=isDeprecated,proto3" json:"is_deprecated,omitempty"`
	HasMultiple  bool   `protobuf:"varint,5,opt,name=has_multiple,json=hasMultiple,proto3" json:"has_multiple,omitempty"`
	Order        int32  `protobuf:"varint,6,opt,name=order,proto3" json:"order,omitempty"`
	// Types that are assignable to ResetValue:
	//
	//	*FieldDefinition_U8
	//	*FieldDefinition_U16
	//	*FieldDefinition_U32
	//	*FieldDefinition_U64
	//	*FieldDefinition_I8
	//	*FieldDefinition_I16
	//	*FieldDefinition_I32
	//	*FieldDefinition_I64
	//	*FieldDefinition_F32
	//	*FieldDefinition_F64
	//	*FieldDefinition_Txt
	//	*FieldDefinition_Bin
	//	*FieldDefinition_Entity
	ResetValue isFieldDefinition_ResetValue `protobuf_oneof:"reset_value"`
	// contains filtered or unexported fields
}

func (*FieldDefinition) CloneMessageVT added in v0.1.0

func (m *FieldDefinition) CloneMessageVT() proto.Message

func (*FieldDefinition) CloneVT added in v0.1.0

func (m *FieldDefinition) CloneVT() *FieldDefinition

func (*FieldDefinition) Descriptor deprecated added in v0.1.0

func (*FieldDefinition) Descriptor() ([]byte, []int)

Deprecated: Use FieldDefinition.ProtoReflect.Descriptor instead.

func (*FieldDefinition) EqualMessageVT added in v0.1.0

func (this *FieldDefinition) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldDefinition) EqualVT added in v0.1.0

func (this *FieldDefinition) EqualVT(that *FieldDefinition) bool

func (*FieldDefinition) GetBin added in v0.1.0

func (x *FieldDefinition) GetBin() []byte

func (*FieldDefinition) GetDescription added in v0.1.0

func (x *FieldDefinition) GetDescription() string

func (*FieldDefinition) GetEntity added in v0.1.0

func (x *FieldDefinition) GetEntity() uint32

func (*FieldDefinition) GetF32 added in v0.1.0

func (x *FieldDefinition) GetF32() float32

func (*FieldDefinition) GetF64 added in v0.1.0

func (x *FieldDefinition) GetF64() float64

func (*FieldDefinition) GetHasMultiple added in v0.1.0

func (x *FieldDefinition) GetHasMultiple() bool

func (*FieldDefinition) GetI16 added in v0.1.0

func (x *FieldDefinition) GetI16() int32

func (*FieldDefinition) GetI32 added in v0.1.0

func (x *FieldDefinition) GetI32() int32

func (*FieldDefinition) GetI64 added in v0.1.0

func (x *FieldDefinition) GetI64() int64

func (*FieldDefinition) GetI8 added in v0.1.0

func (x *FieldDefinition) GetI8() int32

func (*FieldDefinition) GetIsDeprecated added in v0.1.0

func (x *FieldDefinition) GetIsDeprecated() bool

func (*FieldDefinition) GetName added in v0.1.0

func (x *FieldDefinition) GetName() string

func (*FieldDefinition) GetOrder added in v0.1.0

func (x *FieldDefinition) GetOrder() int32

func (*FieldDefinition) GetResetValue added in v0.1.0

func (m *FieldDefinition) GetResetValue() isFieldDefinition_ResetValue

func (*FieldDefinition) GetTxt added in v0.1.0

func (x *FieldDefinition) GetTxt() string

func (*FieldDefinition) GetU16 added in v0.1.0

func (x *FieldDefinition) GetU16() uint32

func (*FieldDefinition) GetU32 added in v0.1.0

func (x *FieldDefinition) GetU32() uint32

func (*FieldDefinition) GetU64 added in v0.1.0

func (x *FieldDefinition) GetU64() uint64

func (*FieldDefinition) GetU8 added in v0.1.0

func (x *FieldDefinition) GetU8() uint32

func (*FieldDefinition) MarshalJSON added in v0.1.0

func (msg *FieldDefinition) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*FieldDefinition) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition) MarshalToVT added in v0.1.0

func (m *FieldDefinition) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition) MarshalVT added in v0.1.0

func (m *FieldDefinition) MarshalVT() (dAtA []byte, err error)

func (*FieldDefinition) MarshalVTStrict added in v0.1.0

func (m *FieldDefinition) MarshalVTStrict() (dAtA []byte, err error)

func (*FieldDefinition) ProtoMessage added in v0.1.0

func (*FieldDefinition) ProtoMessage()

func (*FieldDefinition) ProtoReflect added in v0.1.0

func (x *FieldDefinition) ProtoReflect() protoreflect.Message

func (*FieldDefinition) Reset added in v0.1.0

func (x *FieldDefinition) Reset()

func (*FieldDefinition) SizeVT added in v0.1.0

func (m *FieldDefinition) SizeVT() (n int)

func (*FieldDefinition) String added in v0.1.0

func (x *FieldDefinition) String() string

func (*FieldDefinition) UnmarshalJSON added in v0.1.0

func (msg *FieldDefinition) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*FieldDefinition) UnmarshalVT added in v0.1.0

func (m *FieldDefinition) UnmarshalVT(dAtA []byte) error

type FieldDefinition_Bin added in v0.1.0

type FieldDefinition_Bin struct {
	Bin []byte `protobuf:"bytes,18,opt,name=bin,proto3,oneof"`
}

func (*FieldDefinition_Bin) CloneVT added in v0.1.0

func (m *FieldDefinition_Bin) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_Bin) EqualVT added in v0.1.0

func (this *FieldDefinition_Bin) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_Bin) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_Bin) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_Bin) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_Bin) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Bin) MarshalToVT added in v0.1.0

func (m *FieldDefinition_Bin) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_Bin) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_Bin) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Bin) SizeVT added in v0.1.0

func (m *FieldDefinition_Bin) SizeVT() (n int)

type FieldDefinition_Entity added in v0.1.0

type FieldDefinition_Entity struct {
	Entity uint32 `protobuf:"varint,19,opt,name=entity,proto3,oneof"`
}

func (*FieldDefinition_Entity) CloneVT added in v0.1.0

func (m *FieldDefinition_Entity) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_Entity) EqualVT added in v0.1.0

func (this *FieldDefinition_Entity) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_Entity) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_Entity) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_Entity) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_Entity) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Entity) MarshalToVT added in v0.1.0

func (m *FieldDefinition_Entity) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_Entity) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_Entity) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Entity) SizeVT added in v0.1.0

func (m *FieldDefinition_Entity) SizeVT() (n int)

type FieldDefinition_F32 added in v0.1.0

type FieldDefinition_F32 struct {
	F32 float32 `protobuf:"fixed32,15,opt,name=f32,proto3,oneof"`
}

func (*FieldDefinition_F32) CloneVT added in v0.1.0

func (m *FieldDefinition_F32) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_F32) EqualVT added in v0.1.0

func (this *FieldDefinition_F32) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_F32) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_F32) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_F32) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_F32) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_F32) MarshalToVT added in v0.1.0

func (m *FieldDefinition_F32) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_F32) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_F32) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_F32) SizeVT added in v0.1.0

func (m *FieldDefinition_F32) SizeVT() (n int)

type FieldDefinition_F64 added in v0.1.0

type FieldDefinition_F64 struct {
	F64 float64 `protobuf:"fixed64,16,opt,name=f64,proto3,oneof"`
}

func (*FieldDefinition_F64) CloneVT added in v0.1.0

func (m *FieldDefinition_F64) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_F64) EqualVT added in v0.1.0

func (this *FieldDefinition_F64) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_F64) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_F64) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_F64) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_F64) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_F64) MarshalToVT added in v0.1.0

func (m *FieldDefinition_F64) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_F64) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_F64) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_F64) SizeVT added in v0.1.0

func (m *FieldDefinition_F64) SizeVT() (n int)

type FieldDefinition_I16 added in v0.1.0

type FieldDefinition_I16 struct {
	I16 int32 `protobuf:"zigzag32,12,opt,name=i16,proto3,oneof"`
}

func (*FieldDefinition_I16) CloneVT added in v0.1.0

func (m *FieldDefinition_I16) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_I16) EqualVT added in v0.1.0

func (this *FieldDefinition_I16) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_I16) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_I16) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_I16) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_I16) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I16) MarshalToVT added in v0.1.0

func (m *FieldDefinition_I16) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_I16) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_I16) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I16) SizeVT added in v0.1.0

func (m *FieldDefinition_I16) SizeVT() (n int)

type FieldDefinition_I32 added in v0.1.0

type FieldDefinition_I32 struct {
	I32 int32 `protobuf:"zigzag32,13,opt,name=i32,proto3,oneof"`
}

func (*FieldDefinition_I32) CloneVT added in v0.1.0

func (m *FieldDefinition_I32) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_I32) EqualVT added in v0.1.0

func (this *FieldDefinition_I32) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_I32) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_I32) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_I32) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_I32) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I32) MarshalToVT added in v0.1.0

func (m *FieldDefinition_I32) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_I32) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_I32) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I32) SizeVT added in v0.1.0

func (m *FieldDefinition_I32) SizeVT() (n int)

type FieldDefinition_I64 added in v0.1.0

type FieldDefinition_I64 struct {
	I64 int64 `protobuf:"zigzag64,14,opt,name=i64,proto3,oneof"`
}

func (*FieldDefinition_I64) CloneVT added in v0.1.0

func (m *FieldDefinition_I64) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_I64) EqualVT added in v0.1.0

func (this *FieldDefinition_I64) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_I64) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_I64) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_I64) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_I64) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I64) MarshalToVT added in v0.1.0

func (m *FieldDefinition_I64) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_I64) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_I64) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I64) SizeVT added in v0.1.0

func (m *FieldDefinition_I64) SizeVT() (n int)

type FieldDefinition_I8 added in v0.1.0

type FieldDefinition_I8 struct {
	I8 int32 `protobuf:"zigzag32,11,opt,name=i8,proto3,oneof"`
}

func (*FieldDefinition_I8) CloneVT added in v0.1.0

func (m *FieldDefinition_I8) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_I8) EqualVT added in v0.1.0

func (this *FieldDefinition_I8) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_I8) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_I8) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_I8) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_I8) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I8) MarshalToVT added in v0.1.0

func (m *FieldDefinition_I8) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_I8) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_I8) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_I8) SizeVT added in v0.1.0

func (m *FieldDefinition_I8) SizeVT() (n int)

type FieldDefinition_Txt added in v0.1.0

type FieldDefinition_Txt struct {
	Txt string `protobuf:"bytes,17,opt,name=txt,proto3,oneof"`
}

func (*FieldDefinition_Txt) CloneVT added in v0.1.0

func (m *FieldDefinition_Txt) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_Txt) EqualVT added in v0.1.0

func (this *FieldDefinition_Txt) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_Txt) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_Txt) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_Txt) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_Txt) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Txt) MarshalToVT added in v0.1.0

func (m *FieldDefinition_Txt) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_Txt) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_Txt) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_Txt) SizeVT added in v0.1.0

func (m *FieldDefinition_Txt) SizeVT() (n int)

type FieldDefinition_U16 added in v0.1.0

type FieldDefinition_U16 struct {
	U16 uint32 `protobuf:"varint,8,opt,name=u16,proto3,oneof"`
}

func (*FieldDefinition_U16) CloneVT added in v0.1.0

func (m *FieldDefinition_U16) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_U16) EqualVT added in v0.1.0

func (this *FieldDefinition_U16) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_U16) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_U16) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_U16) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_U16) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U16) MarshalToVT added in v0.1.0

func (m *FieldDefinition_U16) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_U16) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_U16) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U16) SizeVT added in v0.1.0

func (m *FieldDefinition_U16) SizeVT() (n int)

type FieldDefinition_U32 added in v0.1.0

type FieldDefinition_U32 struct {
	U32 uint32 `protobuf:"varint,9,opt,name=u32,proto3,oneof"`
}

func (*FieldDefinition_U32) CloneVT added in v0.1.0

func (m *FieldDefinition_U32) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_U32) EqualVT added in v0.1.0

func (this *FieldDefinition_U32) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_U32) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_U32) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_U32) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_U32) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U32) MarshalToVT added in v0.1.0

func (m *FieldDefinition_U32) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_U32) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_U32) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U32) SizeVT added in v0.1.0

func (m *FieldDefinition_U32) SizeVT() (n int)

type FieldDefinition_U64 added in v0.1.0

type FieldDefinition_U64 struct {
	U64 uint64 `protobuf:"varint,10,opt,name=u64,proto3,oneof"`
}

func (*FieldDefinition_U64) CloneVT added in v0.1.0

func (m *FieldDefinition_U64) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_U64) EqualVT added in v0.1.0

func (this *FieldDefinition_U64) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_U64) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_U64) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_U64) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_U64) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U64) MarshalToVT added in v0.1.0

func (m *FieldDefinition_U64) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_U64) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_U64) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U64) SizeVT added in v0.1.0

func (m *FieldDefinition_U64) SizeVT() (n int)

type FieldDefinition_U8 added in v0.1.0

type FieldDefinition_U8 struct {
	U8 uint32 `protobuf:"varint,7,opt,name=u8,proto3,oneof"`
}

func (*FieldDefinition_U8) CloneVT added in v0.1.0

func (m *FieldDefinition_U8) CloneVT() isFieldDefinition_ResetValue

func (*FieldDefinition_U8) EqualVT added in v0.1.0

func (this *FieldDefinition_U8) EqualVT(thatIface isFieldDefinition_ResetValue) bool

func (*FieldDefinition_U8) MarshalToSizedBufferVT added in v0.1.0

func (m *FieldDefinition_U8) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDefinition_U8) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *FieldDefinition_U8) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U8) MarshalToVT added in v0.1.0

func (m *FieldDefinition_U8) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDefinition_U8) MarshalToVTStrict added in v0.1.0

func (m *FieldDefinition_U8) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDefinition_U8) SizeVT added in v0.1.0

func (m *FieldDefinition_U8) SizeVT() (n int)

type GeneratorOptions added in v0.1.0

type GeneratorOptions struct {
	PackageName   string                    `protobuf:"bytes,1,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	FolderPath    string                    `protobuf:"bytes,2,opt,name=folder_path,json=folderPath,proto3" json:"folder_path,omitempty"`
	Bundles       []*BundleDefinition       `protobuf:"bytes,3,rep,name=bundles,proto3" json:"bundles,omitempty"`
	ComponentSets []*ComponentSetDefinition `protobuf:"bytes,4,rep,name=component_sets,json=componentSets,proto3" json:"component_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneratorOptions) CloneMessageVT added in v0.1.0

func (m *GeneratorOptions) CloneMessageVT() proto.Message

func (*GeneratorOptions) CloneVT added in v0.1.0

func (m *GeneratorOptions) CloneVT() *GeneratorOptions

func (*GeneratorOptions) Descriptor deprecated added in v0.1.0

func (*GeneratorOptions) Descriptor() ([]byte, []int)

Deprecated: Use GeneratorOptions.ProtoReflect.Descriptor instead.

func (*GeneratorOptions) EqualMessageVT added in v0.1.0

func (this *GeneratorOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*GeneratorOptions) EqualVT added in v0.1.0

func (this *GeneratorOptions) EqualVT(that *GeneratorOptions) bool

func (*GeneratorOptions) GetBundles added in v0.1.0

func (x *GeneratorOptions) GetBundles() []*BundleDefinition

func (*GeneratorOptions) GetComponentSets added in v0.1.0

func (x *GeneratorOptions) GetComponentSets() []*ComponentSetDefinition

func (*GeneratorOptions) GetFolderPath added in v0.1.0

func (x *GeneratorOptions) GetFolderPath() string

func (*GeneratorOptions) GetPackageName added in v0.1.0

func (x *GeneratorOptions) GetPackageName() string

func (*GeneratorOptions) MarshalJSON added in v0.1.0

func (msg *GeneratorOptions) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GeneratorOptions) MarshalToSizedBufferVT added in v0.1.0

func (m *GeneratorOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GeneratorOptions) MarshalToSizedBufferVTStrict added in v0.1.0

func (m *GeneratorOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GeneratorOptions) MarshalToVT added in v0.1.0

func (m *GeneratorOptions) MarshalToVT(dAtA []byte) (int, error)

func (*GeneratorOptions) MarshalToVTStrict added in v0.1.0

func (m *GeneratorOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GeneratorOptions) MarshalVT added in v0.1.0

func (m *GeneratorOptions) MarshalVT() (dAtA []byte, err error)

func (*GeneratorOptions) MarshalVTStrict added in v0.1.0

func (m *GeneratorOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*GeneratorOptions) ProtoMessage added in v0.1.0

func (*GeneratorOptions) ProtoMessage()

func (*GeneratorOptions) ProtoReflect added in v0.1.0

func (x *GeneratorOptions) ProtoReflect() protoreflect.Message

func (*GeneratorOptions) Reset added in v0.1.0

func (x *GeneratorOptions) Reset()

func (*GeneratorOptions) SizeVT added in v0.1.0

func (m *GeneratorOptions) SizeVT() (n int)

func (*GeneratorOptions) String added in v0.1.0

func (x *GeneratorOptions) String() string

func (*GeneratorOptions) UnmarshalJSON added in v0.1.0

func (msg *GeneratorOptions) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*GeneratorOptions) UnmarshalVT added in v0.1.0

func (m *GeneratorOptions) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL