Documentation ¶
Overview ¶
Package buildinfo_proto is a generated protocol buffer package.
It is generated from these files:
kythe/proto/buildinfo.proto
It has these top-level messages:
BuildDetails
Index ¶
- Variables
- type BuildDetails
- func (*BuildDetails) Descriptor() ([]byte, []int)
- func (m *BuildDetails) Marshal() (data []byte, err error)
- func (m *BuildDetails) MarshalTo(data []byte) (int, error)
- func (*BuildDetails) ProtoMessage()
- func (m *BuildDetails) Reset()
- func (m *BuildDetails) Size() (n int)
- func (m *BuildDetails) String() string
- func (m *BuildDetails) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthBuildinfo = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowBuildinfo = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type BuildDetails ¶
type BuildDetails struct { // For build tools such as Bazel, that assign names to buildable targets, the // name of the build target that generated this compilation. BuildTarget string `protobuf:"bytes,1,opt,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"` // If known, the name or mnemonic of the generating rule. RuleType string `protobuf:"bytes,2,opt,name=rule_type,json=ruleType,proto3" json:"rule_type,omitempty"` }
Details from the build tool used in a CompilationUnit. Its type is "kythe.io/proto/kythe.proto.BuildDetails".
func (*BuildDetails) Descriptor ¶
func (*BuildDetails) Descriptor() ([]byte, []int)
func (*BuildDetails) Marshal ¶
func (m *BuildDetails) Marshal() (data []byte, err error)
func (*BuildDetails) ProtoMessage ¶
func (*BuildDetails) ProtoMessage()
func (*BuildDetails) Reset ¶
func (m *BuildDetails) Reset()
func (*BuildDetails) Size ¶
func (m *BuildDetails) Size() (n int)
func (*BuildDetails) String ¶
func (m *BuildDetails) String() string
func (*BuildDetails) Unmarshal ¶
func (m *BuildDetails) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.