Documentation ¶
Index ¶
- Variables
- type GoDetails
- func (*GoDetails) Descriptor() ([]byte, []int)deprecated
- func (x *GoDetails) GetBuildTags() []string
- func (x *GoDetails) GetCgoEnabled() bool
- func (x *GoDetails) GetCompiler() string
- func (x *GoDetails) GetGoarch() string
- func (x *GoDetails) GetGoos() string
- func (x *GoDetails) GetGopath() string
- func (x *GoDetails) GetGoroot() string
- func (*GoDetails) ProtoMessage()
- func (x *GoDetails) ProtoReflect() protoreflect.Message
- func (x *GoDetails) Reset()
- func (x *GoDetails) String() string
- type GoPackageInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var File_kythe_proto_go_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GoDetails ¶
type GoDetails struct { Goos string `protobuf:"bytes,1,opt,name=goos,proto3" json:"goos,omitempty"` Goarch string `protobuf:"bytes,2,opt,name=goarch,proto3" json:"goarch,omitempty"` Goroot string `protobuf:"bytes,3,opt,name=goroot,proto3" json:"goroot,omitempty"` Gopath string `protobuf:"bytes,4,opt,name=gopath,proto3" json:"gopath,omitempty"` Compiler string `protobuf:"bytes,5,opt,name=compiler,proto3" json:"compiler,omitempty"` BuildTags []string `protobuf:"bytes,6,rep,name=build_tags,json=buildTags,proto3" json:"build_tags,omitempty"` CgoEnabled bool `protobuf:"varint,7,opt,name=cgo_enabled,json=cgoEnabled,proto3" json:"cgo_enabled,omitempty"` // contains filtered or unexported fields }
func (*GoDetails) Descriptor
deprecated
func (*GoDetails) GetBuildTags ¶
func (*GoDetails) GetCgoEnabled ¶
func (*GoDetails) GetCompiler ¶
func (*GoDetails) ProtoMessage ¶
func (*GoDetails) ProtoMessage()
func (*GoDetails) ProtoReflect ¶ added in v0.0.49
func (x *GoDetails) ProtoReflect() protoreflect.Message
type GoPackageInfo ¶ added in v0.0.30
type GoPackageInfo struct { ImportPath string `protobuf:"bytes,1,opt,name=import_path,json=importPath,proto3" json:"import_path,omitempty"` // contains filtered or unexported fields }
func (*GoPackageInfo) Descriptor
deprecated
added in
v0.0.30
func (*GoPackageInfo) Descriptor() ([]byte, []int)
Deprecated: Use GoPackageInfo.ProtoReflect.Descriptor instead.
func (*GoPackageInfo) GetImportPath ¶ added in v0.0.30
func (x *GoPackageInfo) GetImportPath() string
func (*GoPackageInfo) ProtoMessage ¶ added in v0.0.30
func (*GoPackageInfo) ProtoMessage()
func (*GoPackageInfo) ProtoReflect ¶ added in v0.0.49
func (x *GoPackageInfo) ProtoReflect() protoreflect.Message
func (*GoPackageInfo) Reset ¶ added in v0.0.30
func (x *GoPackageInfo) Reset()
func (*GoPackageInfo) String ¶ added in v0.0.30
func (x *GoPackageInfo) String() string
Click to show internal directories.
Click to hide internal directories.