proto

package
v0.0.0-...-dc6f9f8 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package proto is a generated protocol buffer package.

It is generated from these files:

shapers.proto

It has these top-level messages:

Fixture
Shaper
Identity
AnyEmpty
EmptyOptional
EmptySeries
OptionalOptional
AnyOptional
OptionalSeries
SeriesSeries
AnySeries
StructureStructure
Field
UnionUnion
Variety

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthShapers = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowShapers   = fmt.Errorf("proto: integer overflow")
)

Functions

func FileDescriptorBytes

func FileDescriptorBytes() []byte

Types

type AnyEmpty

type AnyEmpty struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*AnyEmpty) Descriptor

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

func (*AnyEmpty) Marshal

func (m *AnyEmpty) Marshal() (dAtA []byte, err error)

func (*AnyEmpty) MarshalTo

func (m *AnyEmpty) MarshalTo(dAtA []byte) (int, error)

func (*AnyEmpty) ProtoMessage

func (*AnyEmpty) ProtoMessage()

func (*AnyEmpty) Reset

func (m *AnyEmpty) Reset()

func (*AnyEmpty) Size

func (m *AnyEmpty) Size() (n int)

func (*AnyEmpty) String

func (m *AnyEmpty) String() string

func (*AnyEmpty) Unmarshal

func (m *AnyEmpty) Unmarshal(dAtA []byte) error

type AnyOptional

type AnyOptional struct {
	ElemShaper       *Shaper `protobuf:"bytes,1,req,name=elemShaper" json:"elemShaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*AnyOptional) Descriptor

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

func (*AnyOptional) GetElemShaper

func (m *AnyOptional) GetElemShaper() *Shaper

func (*AnyOptional) Marshal

func (m *AnyOptional) Marshal() (dAtA []byte, err error)

func (*AnyOptional) MarshalTo

func (m *AnyOptional) MarshalTo(dAtA []byte) (int, error)

func (*AnyOptional) ProtoMessage

func (*AnyOptional) ProtoMessage()

func (*AnyOptional) Reset

func (m *AnyOptional) Reset()

func (*AnyOptional) Size

func (m *AnyOptional) Size() (n int)

func (*AnyOptional) String

func (m *AnyOptional) String() string

func (*AnyOptional) Unmarshal

func (m *AnyOptional) Unmarshal(dAtA []byte) error

type AnySeries

type AnySeries struct {
	ElemShaper       *Shaper `protobuf:"bytes,1,req,name=elemShaper" json:"elemShaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*AnySeries) Descriptor

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

func (*AnySeries) GetElemShaper

func (m *AnySeries) GetElemShaper() *Shaper

func (*AnySeries) Marshal

func (m *AnySeries) Marshal() (dAtA []byte, err error)

func (*AnySeries) MarshalTo

func (m *AnySeries) MarshalTo(dAtA []byte) (int, error)

func (*AnySeries) ProtoMessage

func (*AnySeries) ProtoMessage()

func (*AnySeries) Reset

func (m *AnySeries) Reset()

func (*AnySeries) Size

func (m *AnySeries) Size() (n int)

func (*AnySeries) String

func (m *AnySeries) String() string

func (*AnySeries) Unmarshal

func (m *AnySeries) Unmarshal(dAtA []byte) error

type EmptyOptional

type EmptyOptional struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*EmptyOptional) Descriptor

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

func (*EmptyOptional) Marshal

func (m *EmptyOptional) Marshal() (dAtA []byte, err error)

func (*EmptyOptional) MarshalTo

func (m *EmptyOptional) MarshalTo(dAtA []byte) (int, error)

func (*EmptyOptional) ProtoMessage

func (*EmptyOptional) ProtoMessage()

func (*EmptyOptional) Reset

func (m *EmptyOptional) Reset()

func (*EmptyOptional) Size

func (m *EmptyOptional) Size() (n int)

func (*EmptyOptional) String

func (m *EmptyOptional) String() string

func (*EmptyOptional) Unmarshal

func (m *EmptyOptional) Unmarshal(dAtA []byte) error

type EmptySeries

type EmptySeries struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*EmptySeries) Descriptor

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

func (*EmptySeries) Marshal

func (m *EmptySeries) Marshal() (dAtA []byte, err error)

func (*EmptySeries) MarshalTo

func (m *EmptySeries) MarshalTo(dAtA []byte) (int, error)

func (*EmptySeries) ProtoMessage

func (*EmptySeries) ProtoMessage()

func (*EmptySeries) Reset

func (m *EmptySeries) Reset()

func (*EmptySeries) Size

func (m *EmptySeries) Size() (n int)

func (*EmptySeries) String

func (m *EmptySeries) String() string

func (*EmptySeries) Unmarshal

func (m *EmptySeries) Unmarshal(dAtA []byte) error

type Field

type Field struct {
	Name             *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Shaper           *Shaper `protobuf:"bytes,2,req,name=shaper" json:"shaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Field) Descriptor

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

func (*Field) GetName

func (m *Field) GetName() string

func (*Field) GetShaper

func (m *Field) GetShaper() *Shaper

func (*Field) Marshal

func (m *Field) Marshal() (dAtA []byte, err error)

func (*Field) MarshalTo

func (m *Field) MarshalTo(dAtA []byte) (int, error)

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) Reset

func (m *Field) Reset()

func (*Field) Size

func (m *Field) Size() (n int)

func (*Field) String

func (m *Field) String() string

func (*Field) Unmarshal

func (m *Field) Unmarshal(dAtA []byte) error

type Fixture

type Fixture struct {
	Shaper           *Shaper `protobuf:"bytes,1,req,name=shaper" json:"shaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Fixture) Descriptor

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

func (*Fixture) GetShaper

func (m *Fixture) GetShaper() *Shaper

func (*Fixture) Marshal

func (m *Fixture) Marshal() (dAtA []byte, err error)

func (*Fixture) MarshalTo

func (m *Fixture) MarshalTo(dAtA []byte) (int, error)

func (*Fixture) ProtoMessage

func (*Fixture) ProtoMessage()

func (*Fixture) Reset

func (m *Fixture) Reset()

func (*Fixture) Size

func (m *Fixture) Size() (n int)

func (*Fixture) String

func (m *Fixture) String() string

func (*Fixture) Unmarshal

func (m *Fixture) Unmarshal(dAtA []byte) error

type Identity

type Identity struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*Identity) Descriptor

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

func (*Identity) Marshal

func (m *Identity) Marshal() (dAtA []byte, err error)

func (*Identity) MarshalTo

func (m *Identity) MarshalTo(dAtA []byte) (int, error)

func (*Identity) ProtoMessage

func (*Identity) ProtoMessage()

func (*Identity) Reset

func (m *Identity) Reset()

func (*Identity) Size

func (m *Identity) Size() (n int)

func (*Identity) String

func (m *Identity) String() string

func (*Identity) Unmarshal

func (m *Identity) Unmarshal(dAtA []byte) error

type OptionalOptional

type OptionalOptional struct {
	ElemShaper       *Shaper `protobuf:"bytes,1,req,name=elemShaper" json:"elemShaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*OptionalOptional) Descriptor

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

func (*OptionalOptional) GetElemShaper

func (m *OptionalOptional) GetElemShaper() *Shaper

func (*OptionalOptional) Marshal

func (m *OptionalOptional) Marshal() (dAtA []byte, err error)

func (*OptionalOptional) MarshalTo

func (m *OptionalOptional) MarshalTo(dAtA []byte) (int, error)

func (*OptionalOptional) ProtoMessage

func (*OptionalOptional) ProtoMessage()

func (*OptionalOptional) Reset

func (m *OptionalOptional) Reset()

func (*OptionalOptional) Size

func (m *OptionalOptional) Size() (n int)

func (*OptionalOptional) String

func (m *OptionalOptional) String() string

func (*OptionalOptional) Unmarshal

func (m *OptionalOptional) Unmarshal(dAtA []byte) error

type OptionalSeries

type OptionalSeries struct {
	ElemShaper       *Shaper `protobuf:"bytes,1,req,name=elemShaper" json:"elemShaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*OptionalSeries) Descriptor

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

func (*OptionalSeries) GetElemShaper

func (m *OptionalSeries) GetElemShaper() *Shaper

func (*OptionalSeries) Marshal

func (m *OptionalSeries) Marshal() (dAtA []byte, err error)

func (*OptionalSeries) MarshalTo

func (m *OptionalSeries) MarshalTo(dAtA []byte) (int, error)

func (*OptionalSeries) ProtoMessage

func (*OptionalSeries) ProtoMessage()

func (*OptionalSeries) Reset

func (m *OptionalSeries) Reset()

func (*OptionalSeries) Size

func (m *OptionalSeries) Size() (n int)

func (*OptionalSeries) String

func (m *OptionalSeries) String() string

func (*OptionalSeries) Unmarshal

func (m *OptionalSeries) Unmarshal(dAtA []byte) error

type SeriesSeries

type SeriesSeries struct {
	ElemShaper       *Shaper `protobuf:"bytes,1,req,name=elemShaper" json:"elemShaper,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*SeriesSeries) Descriptor

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

func (*SeriesSeries) GetElemShaper

func (m *SeriesSeries) GetElemShaper() *Shaper

func (*SeriesSeries) Marshal

func (m *SeriesSeries) Marshal() (dAtA []byte, err error)

func (*SeriesSeries) MarshalTo

func (m *SeriesSeries) MarshalTo(dAtA []byte) (int, error)

func (*SeriesSeries) ProtoMessage

func (*SeriesSeries) ProtoMessage()

func (*SeriesSeries) Reset

func (m *SeriesSeries) Reset()

func (*SeriesSeries) Size

func (m *SeriesSeries) Size() (n int)

func (*SeriesSeries) String

func (m *SeriesSeries) String() string

func (*SeriesSeries) Unmarshal

func (m *SeriesSeries) Unmarshal(dAtA []byte) error

type Shaper

type Shaper struct {
	FromType *ko_bootstrap_types.Type `protobuf:"bytes,1,req,name=fromType" json:"fromType,omitempty"`
	ToType   *ko_bootstrap_types.Type `protobuf:"bytes,2,req,name=toType" json:"toType,omitempty"`
	//
	Identity           *Identity           `protobuf:"bytes,100,opt,name=identity" json:"identity,omitempty"`
	AnyEmpty           *AnyEmpty           `protobuf:"bytes,101,opt,name=anyEmpty" json:"anyEmpty,omitempty"`
	EmptyOptional      *EmptyOptional      `protobuf:"bytes,102,opt,name=emptyOptional" json:"emptyOptional,omitempty"`
	EmptySeries        *EmptySeries        `protobuf:"bytes,103,opt,name=emptySeries" json:"emptySeries,omitempty"`
	OptionalOptional   *OptionalOptional   `protobuf:"bytes,104,opt,name=optionalOptional" json:"optionalOptional,omitempty"`
	AnyOptional        *AnyOptional        `protobuf:"bytes,105,opt,name=anyOptional" json:"anyOptional,omitempty"`
	OptionalSeries     *OptionalSeries     `protobuf:"bytes,106,opt,name=optionalSeries" json:"optionalSeries,omitempty"`
	SeriesSeries       *SeriesSeries       `protobuf:"bytes,107,opt,name=seriesSeries" json:"seriesSeries,omitempty"`
	AnySeries          *AnySeries          `protobuf:"bytes,108,opt,name=anySeries" json:"anySeries,omitempty"`
	StructureStructure *StructureStructure `protobuf:"bytes,109,opt,name=structureStructure" json:"structureStructure,omitempty"`
	UnionUnion         *UnionUnion         `protobuf:"bytes,110,opt,name=unionUnion" json:"unionUnion,omitempty"`
	XXX_unrecognized   []byte              `json:"-"`
}

func (*Shaper) Descriptor

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

func (*Shaper) GetAnyEmpty

func (m *Shaper) GetAnyEmpty() *AnyEmpty

func (*Shaper) GetAnyOptional

func (m *Shaper) GetAnyOptional() *AnyOptional

func (*Shaper) GetAnySeries

func (m *Shaper) GetAnySeries() *AnySeries

func (*Shaper) GetEmptyOptional

func (m *Shaper) GetEmptyOptional() *EmptyOptional

func (*Shaper) GetEmptySeries

func (m *Shaper) GetEmptySeries() *EmptySeries

func (*Shaper) GetFromType

func (m *Shaper) GetFromType() *ko_bootstrap_types.Type

func (*Shaper) GetIdentity

func (m *Shaper) GetIdentity() *Identity

func (*Shaper) GetOptionalOptional

func (m *Shaper) GetOptionalOptional() *OptionalOptional

func (*Shaper) GetOptionalSeries

func (m *Shaper) GetOptionalSeries() *OptionalSeries

func (*Shaper) GetSeriesSeries

func (m *Shaper) GetSeriesSeries() *SeriesSeries

func (*Shaper) GetStructureStructure

func (m *Shaper) GetStructureStructure() *StructureStructure

func (*Shaper) GetToType

func (m *Shaper) GetToType() *ko_bootstrap_types.Type

func (*Shaper) GetUnionUnion

func (m *Shaper) GetUnionUnion() *UnionUnion

func (*Shaper) Marshal

func (m *Shaper) Marshal() (dAtA []byte, err error)

func (*Shaper) MarshalTo

func (m *Shaper) MarshalTo(dAtA []byte) (int, error)

func (*Shaper) ProtoMessage

func (*Shaper) ProtoMessage()

func (*Shaper) Reset

func (m *Shaper) Reset()

func (*Shaper) Size

func (m *Shaper) Size() (n int)

func (*Shaper) String

func (m *Shaper) String() string

func (*Shaper) Unmarshal

func (m *Shaper) Unmarshal(dAtA []byte) error

type StructureStructure

type StructureStructure struct {
	FieldShapers     []*Field `protobuf:"bytes,1,rep,name=fieldShapers" json:"fieldShapers,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*StructureStructure) Descriptor

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

func (*StructureStructure) GetFieldShapers

func (m *StructureStructure) GetFieldShapers() []*Field

func (*StructureStructure) Marshal

func (m *StructureStructure) Marshal() (dAtA []byte, err error)

func (*StructureStructure) MarshalTo

func (m *StructureStructure) MarshalTo(dAtA []byte) (int, error)

func (*StructureStructure) ProtoMessage

func (*StructureStructure) ProtoMessage()

func (*StructureStructure) Reset

func (m *StructureStructure) Reset()

func (*StructureStructure) Size

func (m *StructureStructure) Size() (n int)

func (*StructureStructure) String

func (m *StructureStructure) String() string

func (*StructureStructure) Unmarshal

func (m *StructureStructure) Unmarshal(dAtA []byte) error

type UnionUnion

type UnionUnion struct {
	VarietyShapers   []*Variety `protobuf:"bytes,1,rep,name=varietyShapers" json:"varietyShapers,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*UnionUnion) Descriptor

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

func (*UnionUnion) GetVarietyShapers

func (m *UnionUnion) GetVarietyShapers() []*Variety

func (*UnionUnion) Marshal

func (m *UnionUnion) Marshal() (dAtA []byte, err error)

func (*UnionUnion) MarshalTo

func (m *UnionUnion) MarshalTo(dAtA []byte) (int, error)

func (*UnionUnion) ProtoMessage

func (*UnionUnion) ProtoMessage()

func (*UnionUnion) Reset

func (m *UnionUnion) Reset()

func (*UnionUnion) Size

func (m *UnionUnion) Size() (n int)

func (*UnionUnion) String

func (m *UnionUnion) String() string

func (*UnionUnion) Unmarshal

func (m *UnionUnion) Unmarshal(dAtA []byte) error

type Variety

type Variety struct {
	Transform        *ko_bootstrap_types.Transform `protobuf:"bytes,1,req,name=transform" json:"transform,omitempty"`
	FieldShapers     []*Field                      `protobuf:"bytes,2,rep,name=fieldShapers" json:"fieldShapers,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*Variety) Descriptor

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

func (*Variety) GetFieldShapers

func (m *Variety) GetFieldShapers() []*Field

func (*Variety) GetTransform

func (m *Variety) GetTransform() *ko_bootstrap_types.Transform

func (*Variety) Marshal

func (m *Variety) Marshal() (dAtA []byte, err error)

func (*Variety) MarshalTo

func (m *Variety) MarshalTo(dAtA []byte) (int, error)

func (*Variety) ProtoMessage

func (*Variety) ProtoMessage()

func (*Variety) Reset

func (m *Variety) Reset()

func (*Variety) Size

func (m *Variety) Size() (n int)

func (*Variety) String

func (m *Variety) String() string

func (*Variety) Unmarshal

func (m *Variety) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

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