blaze_deps

package
v0.0.0-...-5d63770 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Dependency_Kind_name = map[int32]string{
	0: "EXPLICIT",
	1: "IMPLICIT",
	2: "UNUSED",
	3: "INCOMPLETE",
}
View Source
var Dependency_Kind_value = map[string]int32{
	"EXPLICIT":   0,
	"IMPLICIT":   1,
	"UNUSED":     2,
	"INCOMPLETE": 3,
}

Functions

This section is empty.

Types

type Dependencies

type Dependencies struct {
	Dependency           []*Dependency `protobuf:"bytes,1,rep,name=dependency" json:"dependency,omitempty"`
	RuleLabel            *string       `protobuf:"bytes,2,opt,name=rule_label,json=ruleLabel" json:"rule_label,omitempty"`
	Success              *bool         `protobuf:"varint,3,opt,name=success" json:"success,omitempty"`
	ContainedPackage     []string      `protobuf:"bytes,4,rep,name=contained_package,json=containedPackage" json:"contained_package,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Dependencies) Descriptor

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

func (*Dependencies) GetContainedPackage

func (m *Dependencies) GetContainedPackage() []string

func (*Dependencies) GetDependency

func (m *Dependencies) GetDependency() []*Dependency

func (*Dependencies) GetRuleLabel

func (m *Dependencies) GetRuleLabel() string

func (*Dependencies) GetSuccess

func (m *Dependencies) GetSuccess() bool

func (*Dependencies) ProtoMessage

func (*Dependencies) ProtoMessage()

func (*Dependencies) Reset

func (m *Dependencies) Reset()

func (*Dependencies) String

func (m *Dependencies) String() string

func (*Dependencies) XXX_DiscardUnknown

func (m *Dependencies) XXX_DiscardUnknown()

func (*Dependencies) XXX_Marshal

func (m *Dependencies) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Dependencies) XXX_Merge

func (m *Dependencies) XXX_Merge(src proto.Message)

func (*Dependencies) XXX_Size

func (m *Dependencies) XXX_Size() int

func (*Dependencies) XXX_Unmarshal

func (m *Dependencies) XXX_Unmarshal(b []byte) error

type Dependency

type Dependency struct {
	Path                 *string           `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Kind                 *Dependency_Kind  `protobuf:"varint,2,req,name=kind,enum=blaze_deps.Dependency_Kind" json:"kind,omitempty"`
	Location             []*SourceLocation `protobuf:"bytes,3,rep,name=location" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Dependency) Descriptor

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

func (*Dependency) GetKind

func (m *Dependency) GetKind() Dependency_Kind

func (*Dependency) GetLocation

func (m *Dependency) GetLocation() []*SourceLocation

func (*Dependency) GetPath

func (m *Dependency) GetPath() string

func (*Dependency) ProtoMessage

func (*Dependency) ProtoMessage()

func (*Dependency) Reset

func (m *Dependency) Reset()

func (*Dependency) String

func (m *Dependency) String() string

func (*Dependency) XXX_DiscardUnknown

func (m *Dependency) XXX_DiscardUnknown()

func (*Dependency) XXX_Marshal

func (m *Dependency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Dependency) XXX_Merge

func (m *Dependency) XXX_Merge(src proto.Message)

func (*Dependency) XXX_Size

func (m *Dependency) XXX_Size() int

func (*Dependency) XXX_Unmarshal

func (m *Dependency) XXX_Unmarshal(b []byte) error

type Dependency_Kind

type Dependency_Kind int32
const (
	Dependency_EXPLICIT   Dependency_Kind = 0
	Dependency_IMPLICIT   Dependency_Kind = 1
	Dependency_UNUSED     Dependency_Kind = 2
	Dependency_INCOMPLETE Dependency_Kind = 3
)

func (Dependency_Kind) Enum

func (x Dependency_Kind) Enum() *Dependency_Kind

func (Dependency_Kind) EnumDescriptor

func (Dependency_Kind) EnumDescriptor() ([]byte, []int)

func (Dependency_Kind) String

func (x Dependency_Kind) String() string

func (*Dependency_Kind) UnmarshalJSON

func (x *Dependency_Kind) UnmarshalJSON(data []byte) error

type SourceLocation

type SourceLocation struct {
	Path                 *string  `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	Line                 *int32   `protobuf:"varint,2,opt,name=line" json:"line,omitempty"`
	Column               *int32   `protobuf:"varint,3,opt,name=column" json:"column,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SourceLocation) Descriptor

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

func (*SourceLocation) GetColumn

func (m *SourceLocation) GetColumn() int32

func (*SourceLocation) GetLine

func (m *SourceLocation) GetLine() int32

func (*SourceLocation) GetPath

func (m *SourceLocation) GetPath() string

func (*SourceLocation) ProtoMessage

func (*SourceLocation) ProtoMessage()

func (*SourceLocation) Reset

func (m *SourceLocation) Reset()

func (*SourceLocation) String

func (m *SourceLocation) String() string

func (*SourceLocation) XXX_DiscardUnknown

func (m *SourceLocation) XXX_DiscardUnknown()

func (*SourceLocation) XXX_Marshal

func (m *SourceLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourceLocation) XXX_Merge

func (m *SourceLocation) XXX_Merge(src proto.Message)

func (*SourceLocation) XXX_Size

func (m *SourceLocation) XXX_Size() int

func (*SourceLocation) XXX_Unmarshal

func (m *SourceLocation) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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