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:

circuit.proto

It has these top-level messages:

Repo
Package
Func
ID
Step
Arg
Gather
Logic
LogicEnter
LogicLeave
LogicNumber
LogicLink
LogicSelect
LogicAugment
LogicInvoke
LogicOperator
LogicPkgFunc
Source
Position

Index

Constants

This section is empty.

Variables

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

Functions

This section is empty.

Types

type Arg

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

func (*Arg) Descriptor

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

func (*Arg) GetName

func (m *Arg) GetName() string

func (*Arg) GetStep

func (m *Arg) GetStep() string

func (*Arg) Marshal

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

func (*Arg) MarshalTo

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

func (*Arg) ProtoMessage

func (*Arg) ProtoMessage()

func (*Arg) Reset

func (m *Arg) Reset()

func (*Arg) Size

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

func (*Arg) String

func (m *Arg) String() string

func (*Arg) Unmarshal

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

type Func

type Func struct {
	Doc              *string `protobuf:"bytes,1,opt,name=doc" json:"doc,omitempty"`
	Id               *ID     `protobuf:"bytes,11,req,name=id" json:"id,omitempty"`
	PkgPath          *string `protobuf:"bytes,12,req,name=pkgPath" json:"pkgPath,omitempty"`
	Name             *string `protobuf:"bytes,13,req,name=name" json:"name,omitempty"`
	Step             []*Step `protobuf:"bytes,14,rep,name=step" json:"step,omitempty"`
	Enter            *string `protobuf:"bytes,15,req,name=enter" json:"enter,omitempty"`
	Arg              []*Arg  `protobuf:"bytes,16,rep,name=arg" json:"arg,omitempty"`
	Monadic          *string `protobuf:"bytes,17,opt,name=monadic" json:"monadic,omitempty"`
	Leave            *string `protobuf:"bytes,18,req,name=leave" json:"leave,omitempty"`
	Source           *Source `protobuf:"bytes,19,opt,name=source" json:"source,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Func) Descriptor

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

func (*Func) GetArg

func (m *Func) GetArg() []*Arg

func (*Func) GetDoc

func (m *Func) GetDoc() string

func (*Func) GetEnter

func (m *Func) GetEnter() string

func (*Func) GetId

func (m *Func) GetId() *ID

func (*Func) GetLeave

func (m *Func) GetLeave() string

func (*Func) GetMonadic

func (m *Func) GetMonadic() string

func (*Func) GetName

func (m *Func) GetName() string

func (*Func) GetPkgPath

func (m *Func) GetPkgPath() string

func (*Func) GetSource

func (m *Func) GetSource() *Source

func (*Func) GetStep

func (m *Func) GetStep() []*Step

func (*Func) Marshal

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

func (*Func) MarshalTo

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

func (*Func) ProtoMessage

func (*Func) ProtoMessage()

func (*Func) Reset

func (m *Func) Reset()

func (*Func) Size

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

func (*Func) String

func (m *Func) String() string

func (*Func) Unmarshal

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

type Gather

type Gather struct {
	Arg              *string `protobuf:"bytes,1,req,name=arg" json:"arg,omitempty"`
	Step             *string `protobuf:"bytes,2,req,name=step" json:"step,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Gather) Descriptor

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

func (*Gather) GetArg

func (m *Gather) GetArg() string

func (*Gather) GetStep

func (m *Gather) GetStep() string

func (*Gather) Marshal

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

func (*Gather) MarshalTo

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

func (*Gather) ProtoMessage

func (*Gather) ProtoMessage()

func (*Gather) Reset

func (m *Gather) Reset()

func (*Gather) Size

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

func (*Gather) String

func (m *Gather) String() string

func (*Gather) Unmarshal

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

type ID

type ID struct {
	Data             *uint64 `protobuf:"varint,1,req,name=data" json:"data,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ID) Descriptor

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

func (*ID) GetData

func (m *ID) GetData() uint64

func (*ID) Marshal

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

func (*ID) MarshalTo

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

func (*ID) ProtoMessage

func (*ID) ProtoMessage()

func (*ID) Reset

func (m *ID) Reset()

func (*ID) Size

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

func (*ID) String

func (m *ID) String() string

func (*ID) Unmarshal

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

type Logic

type Logic struct {
	// Types that are valid to be assigned to Logic:
	//	*Logic_Enter
	//	*Logic_Leave
	//	*Logic_Number
	//	*Logic_Link
	//	*Logic_Select
	//	*Logic_Augment
	//	*Logic_Invoke
	//	*Logic_Operator
	//	*Logic_PkgFunc
	Logic            isLogic_Logic `protobuf_oneof:"logic"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*Logic) Descriptor

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

func (*Logic) GetAugment

func (m *Logic) GetAugment() *LogicAugment

func (*Logic) GetEnter

func (m *Logic) GetEnter() *LogicEnter

func (*Logic) GetInvoke

func (m *Logic) GetInvoke() *LogicInvoke

func (*Logic) GetLeave

func (m *Logic) GetLeave() *LogicLeave
func (m *Logic) GetLink() *LogicLink

func (*Logic) GetLogic

func (m *Logic) GetLogic() isLogic_Logic

func (*Logic) GetNumber

func (m *Logic) GetNumber() *LogicNumber

func (*Logic) GetOperator

func (m *Logic) GetOperator() *LogicOperator

func (*Logic) GetPkgFunc

func (m *Logic) GetPkgFunc() *LogicPkgFunc

func (*Logic) GetSelect

func (m *Logic) GetSelect() *LogicSelect

func (*Logic) Marshal

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

func (*Logic) MarshalTo

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

func (*Logic) ProtoMessage

func (*Logic) ProtoMessage()

func (*Logic) Reset

func (m *Logic) Reset()

func (*Logic) Size

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

func (*Logic) String

func (m *Logic) String() string

func (*Logic) Unmarshal

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

func (*Logic) XXX_OneofFuncs

func (*Logic) XXX_OneofFuncs() (func(msg proto1.Message, b *proto1.Buffer) error, func(msg proto1.Message, tag, wire int, b *proto1.Buffer) (bool, error), func(msg proto1.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type LogicAugment

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

func (*LogicAugment) Descriptor

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

func (*LogicAugment) Marshal

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

func (*LogicAugment) MarshalTo

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

func (*LogicAugment) ProtoMessage

func (*LogicAugment) ProtoMessage()

func (*LogicAugment) Reset

func (m *LogicAugment) Reset()

func (*LogicAugment) Size

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

func (*LogicAugment) String

func (m *LogicAugment) String() string

func (*LogicAugment) Unmarshal

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

type LogicEnter

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

func (*LogicEnter) Descriptor

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

func (*LogicEnter) Marshal

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

func (*LogicEnter) MarshalTo

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

func (*LogicEnter) ProtoMessage

func (*LogicEnter) ProtoMessage()

func (*LogicEnter) Reset

func (m *LogicEnter) Reset()

func (*LogicEnter) Size

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

func (*LogicEnter) String

func (m *LogicEnter) String() string

func (*LogicEnter) Unmarshal

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

type LogicInvoke

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

func (*LogicInvoke) Descriptor

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

func (*LogicInvoke) Marshal

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

func (*LogicInvoke) MarshalTo

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

func (*LogicInvoke) ProtoMessage

func (*LogicInvoke) ProtoMessage()

func (*LogicInvoke) Reset

func (m *LogicInvoke) Reset()

func (*LogicInvoke) Size

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

func (*LogicInvoke) String

func (m *LogicInvoke) String() string

func (*LogicInvoke) Unmarshal

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

type LogicLeave

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

func (*LogicLeave) Descriptor

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

func (*LogicLeave) Marshal

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

func (*LogicLeave) MarshalTo

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

func (*LogicLeave) ProtoMessage

func (*LogicLeave) ProtoMessage()

func (*LogicLeave) Reset

func (m *LogicLeave) Reset()

func (*LogicLeave) Size

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

func (*LogicLeave) String

func (m *LogicLeave) String() string

func (*LogicLeave) Unmarshal

func (m *LogicLeave) Unmarshal(dAtA []byte) error
type LogicLink struct {
	Name             *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Monadic          *bool   `protobuf:"varint,2,opt,name=monadic" json:"monadic,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*LogicLink) Descriptor

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

func (*LogicLink) GetMonadic

func (m *LogicLink) GetMonadic() bool

func (*LogicLink) GetName

func (m *LogicLink) GetName() string

func (*LogicLink) Marshal

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

func (*LogicLink) MarshalTo

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

func (*LogicLink) ProtoMessage

func (*LogicLink) ProtoMessage()

func (*LogicLink) Reset

func (m *LogicLink) Reset()

func (*LogicLink) Size

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

func (*LogicLink) String

func (m *LogicLink) String() string

func (*LogicLink) Unmarshal

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

type LogicNumber

type LogicNumber struct {
	// Types that are valid to be assigned to Number:
	//	*LogicNumber_Bool
	//	*LogicNumber_String_
	//	*LogicNumber_Int64
	//	*LogicNumber_Float64
	Number           isLogicNumber_Number `protobuf_oneof:"number"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*LogicNumber) Descriptor

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

func (*LogicNumber) GetBool

func (m *LogicNumber) GetBool() bool

func (*LogicNumber) GetFloat64

func (m *LogicNumber) GetFloat64() float64

func (*LogicNumber) GetInt64

func (m *LogicNumber) GetInt64() int64

func (*LogicNumber) GetNumber

func (m *LogicNumber) GetNumber() isLogicNumber_Number

func (*LogicNumber) GetString_

func (m *LogicNumber) GetString_() string

func (*LogicNumber) Marshal

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

func (*LogicNumber) MarshalTo

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

func (*LogicNumber) ProtoMessage

func (*LogicNumber) ProtoMessage()

func (*LogicNumber) Reset

func (m *LogicNumber) Reset()

func (*LogicNumber) Size

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

func (*LogicNumber) String

func (m *LogicNumber) String() string

func (*LogicNumber) Unmarshal

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

func (*LogicNumber) XXX_OneofFuncs

func (*LogicNumber) XXX_OneofFuncs() (func(msg proto1.Message, b *proto1.Buffer) error, func(msg proto1.Message, tag, wire int, b *proto1.Buffer) (bool, error), func(msg proto1.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type LogicNumber_Bool

type LogicNumber_Bool struct {
	Bool bool `protobuf:"varint,1,opt,name=bool,oneof"`
}

func (*LogicNumber_Bool) MarshalTo

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

func (*LogicNumber_Bool) Size

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

type LogicNumber_Float64

type LogicNumber_Float64 struct {
	Float64 float64 `protobuf:"fixed64,4,opt,name=float64,oneof"`
}

func (*LogicNumber_Float64) MarshalTo

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

func (*LogicNumber_Float64) Size

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

type LogicNumber_Int64

type LogicNumber_Int64 struct {
	Int64 int64 `protobuf:"varint,3,opt,name=int64,oneof"`
}

func (*LogicNumber_Int64) MarshalTo

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

func (*LogicNumber_Int64) Size

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

type LogicNumber_String_

type LogicNumber_String_ struct {
	String_ string `protobuf:"bytes,2,opt,name=string,oneof"`
}

func (*LogicNumber_String_) MarshalTo

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

func (*LogicNumber_String_) Size

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

type LogicOperator

type LogicOperator struct {
	Path             []string `protobuf:"bytes,1,rep,name=path" json:"path,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*LogicOperator) Descriptor

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

func (*LogicOperator) GetPath

func (m *LogicOperator) GetPath() []string

func (*LogicOperator) Marshal

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

func (*LogicOperator) MarshalTo

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

func (*LogicOperator) ProtoMessage

func (*LogicOperator) ProtoMessage()

func (*LogicOperator) Reset

func (m *LogicOperator) Reset()

func (*LogicOperator) Size

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

func (*LogicOperator) String

func (m *LogicOperator) String() string

func (*LogicOperator) Unmarshal

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

type LogicPkgFunc

type LogicPkgFunc struct {
	Pkg              *string `protobuf:"bytes,1,req,name=pkg" json:"pkg,omitempty"`
	Func             *string `protobuf:"bytes,2,req,name=func" json:"func,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*LogicPkgFunc) Descriptor

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

func (*LogicPkgFunc) GetFunc

func (m *LogicPkgFunc) GetFunc() string

func (*LogicPkgFunc) GetPkg

func (m *LogicPkgFunc) GetPkg() string

func (*LogicPkgFunc) Marshal

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

func (*LogicPkgFunc) MarshalTo

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

func (*LogicPkgFunc) ProtoMessage

func (*LogicPkgFunc) ProtoMessage()

func (*LogicPkgFunc) Reset

func (m *LogicPkgFunc) Reset()

func (*LogicPkgFunc) Size

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

func (*LogicPkgFunc) String

func (m *LogicPkgFunc) String() string

func (*LogicPkgFunc) Unmarshal

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

type LogicSelect

type LogicSelect struct {
	Path             []string `protobuf:"bytes,1,rep,name=path" json:"path,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*LogicSelect) Descriptor

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

func (*LogicSelect) GetPath

func (m *LogicSelect) GetPath() []string

func (*LogicSelect) Marshal

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

func (*LogicSelect) MarshalTo

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

func (*LogicSelect) ProtoMessage

func (*LogicSelect) ProtoMessage()

func (*LogicSelect) Reset

func (m *LogicSelect) Reset()

func (*LogicSelect) Size

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

func (*LogicSelect) String

func (m *LogicSelect) String() string

func (*LogicSelect) Unmarshal

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

type Logic_Augment

type Logic_Augment struct {
	Augment *LogicAugment `protobuf:"bytes,6,opt,name=augment,oneof"`
}

func (*Logic_Augment) MarshalTo

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

func (*Logic_Augment) Size

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

type Logic_Enter

type Logic_Enter struct {
	Enter *LogicEnter `protobuf:"bytes,1,opt,name=enter,oneof"`
}

func (*Logic_Enter) MarshalTo

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

func (*Logic_Enter) Size

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

type Logic_Invoke

type Logic_Invoke struct {
	Invoke *LogicInvoke `protobuf:"bytes,7,opt,name=invoke,oneof"`
}

func (*Logic_Invoke) MarshalTo

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

func (*Logic_Invoke) Size

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

type Logic_Leave

type Logic_Leave struct {
	Leave *LogicLeave `protobuf:"bytes,2,opt,name=leave,oneof"`
}

func (*Logic_Leave) MarshalTo

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

func (*Logic_Leave) Size

func (m *Logic_Leave) Size() (n int)
type Logic_Link struct {
	Link *LogicLink `protobuf:"bytes,4,opt,name=link,oneof"`
}

func (*Logic_Link) MarshalTo

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

func (*Logic_Link) Size

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

type Logic_Number

type Logic_Number struct {
	Number *LogicNumber `protobuf:"bytes,3,opt,name=number,oneof"`
}

func (*Logic_Number) MarshalTo

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

func (*Logic_Number) Size

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

type Logic_Operator

type Logic_Operator struct {
	Operator *LogicOperator `protobuf:"bytes,8,opt,name=operator,oneof"`
}

func (*Logic_Operator) MarshalTo

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

func (*Logic_Operator) Size

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

type Logic_PkgFunc

type Logic_PkgFunc struct {
	PkgFunc *LogicPkgFunc `protobuf:"bytes,9,opt,name=pkgFunc,oneof"`
}

func (*Logic_PkgFunc) MarshalTo

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

func (*Logic_PkgFunc) Size

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

type Logic_Select

type Logic_Select struct {
	Select *LogicSelect `protobuf:"bytes,5,opt,name=select,oneof"`
}

func (*Logic_Select) MarshalTo

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

func (*Logic_Select) Size

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

type Package

type Package struct {
	Path             *string `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Func             []*Func `protobuf:"bytes,2,rep,name=func" json:"func,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Package) Descriptor

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

func (*Package) GetFunc

func (m *Package) GetFunc() []*Func

func (*Package) GetPath

func (m *Package) GetPath() string

func (*Package) Marshal

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

func (*Package) MarshalTo

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

func (*Package) ProtoMessage

func (*Package) ProtoMessage()

func (*Package) Reset

func (m *Package) Reset()

func (*Package) Size

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

func (*Package) String

func (m *Package) String() string

func (*Package) Unmarshal

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

type Position

type Position struct {
	Offset           *int64 `protobuf:"varint,1,req,name=offset" json:"offset,omitempty"`
	Line             *int64 `protobuf:"varint,2,req,name=line" json:"line,omitempty"`
	Column           *int64 `protobuf:"varint,3,req,name=column" json:"column,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Position) Descriptor

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

func (*Position) GetColumn

func (m *Position) GetColumn() int64

func (*Position) GetLine

func (m *Position) GetLine() int64

func (*Position) GetOffset

func (m *Position) GetOffset() int64

func (*Position) Marshal

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

func (*Position) MarshalTo

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

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) Reset

func (m *Position) Reset()

func (*Position) Size

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

func (*Position) String

func (m *Position) String() string

func (*Position) Unmarshal

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

type Repo

type Repo struct {
	Package          []*Package `protobuf:"bytes,1,rep,name=package" json:"package,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*Repo) Descriptor

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

func (*Repo) GetPackage

func (m *Repo) GetPackage() []*Package

func (*Repo) Marshal

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

func (*Repo) MarshalTo

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

func (*Repo) ProtoMessage

func (*Repo) ProtoMessage()

func (*Repo) Reset

func (m *Repo) Reset()

func (*Repo) Size

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

func (*Repo) String

func (m *Repo) String() string

func (*Repo) Unmarshal

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

type Source

type Source struct {
	File             *string   `protobuf:"bytes,1,req,name=file" json:"file,omitempty"`
	Start            *Position `protobuf:"bytes,2,req,name=start" json:"start,omitempty"`
	End              *Position `protobuf:"bytes,3,req,name=end" json:"end,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*Source) Descriptor

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

func (*Source) GetEnd

func (m *Source) GetEnd() *Position

func (*Source) GetFile

func (m *Source) GetFile() string

func (*Source) GetStart

func (m *Source) GetStart() *Position

func (*Source) Marshal

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

func (*Source) MarshalTo

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

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) Reset

func (m *Source) Reset()

func (*Source) Size

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

func (*Source) String

func (m *Source) String() string

func (*Source) Unmarshal

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

type Step

type Step struct {
	Id               *ID       `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Label            *string   `protobuf:"bytes,2,req,name=label" json:"label,omitempty"`
	Gather           []*Gather `protobuf:"bytes,3,rep,name=gather" json:"gather,omitempty"`
	Logic            *Logic    `protobuf:"bytes,4,req,name=logic" json:"logic,omitempty"`
	Source           *Source   `protobuf:"bytes,5,opt,name=source" json:"source,omitempty"`
	PkgPath          *string   `protobuf:"bytes,6,opt,name=pkgPath" json:"pkgPath,omitempty"`
	Func             *string   `protobuf:"bytes,7,opt,name=func" json:"func,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*Step) Descriptor

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

func (*Step) GetFunc

func (m *Step) GetFunc() string

func (*Step) GetGather

func (m *Step) GetGather() []*Gather

func (*Step) GetId

func (m *Step) GetId() *ID

func (*Step) GetLabel

func (m *Step) GetLabel() string

func (*Step) GetLogic

func (m *Step) GetLogic() *Logic

func (*Step) GetPkgPath

func (m *Step) GetPkgPath() string

func (*Step) GetSource

func (m *Step) GetSource() *Source

func (*Step) Marshal

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

func (*Step) MarshalTo

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

func (*Step) ProtoMessage

func (*Step) ProtoMessage()

func (*Step) Reset

func (m *Step) Reset()

func (*Step) Size

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

func (*Step) String

func (m *Step) String() string

func (*Step) Unmarshal

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

Jump to

Keyboard shortcuts

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