Documentation ¶
Index ¶
- type GoDetails
- func (*GoDetails) Descriptor() ([]byte, []int)
- func (m *GoDetails) GetBuildTags() []string
- func (m *GoDetails) GetCgoEnabled() bool
- func (m *GoDetails) GetCompiler() string
- func (m *GoDetails) GetGoarch() string
- func (m *GoDetails) GetGoos() string
- func (m *GoDetails) GetGopath() string
- func (m *GoDetails) GetGoroot() string
- func (*GoDetails) ProtoMessage()
- func (m *GoDetails) Reset()
- func (m *GoDetails) String() string
- func (m *GoDetails) XXX_DiscardUnknown()
- func (m *GoDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GoDetails) XXX_Merge(src proto.Message)
- func (m *GoDetails) XXX_Size() int
- func (m *GoDetails) XXX_Unmarshal(b []byte) error
- type GoPackageInfo
- func (*GoPackageInfo) Descriptor() ([]byte, []int)
- func (m *GoPackageInfo) GetImportPath() string
- func (*GoPackageInfo) ProtoMessage()
- func (m *GoPackageInfo) Reset()
- func (m *GoPackageInfo) String() string
- func (m *GoPackageInfo) XXX_DiscardUnknown()
- func (m *GoPackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GoPackageInfo) XXX_Merge(src proto.Message)
- func (m *GoPackageInfo) XXX_Size() int
- func (m *GoPackageInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GoDetails) Descriptor ¶
func (*GoDetails) GetBuildTags ¶
func (*GoDetails) GetCgoEnabled ¶
func (*GoDetails) GetCompiler ¶
func (*GoDetails) ProtoMessage ¶
func (*GoDetails) ProtoMessage()
func (*GoDetails) XXX_DiscardUnknown ¶
func (m *GoDetails) XXX_DiscardUnknown()
func (*GoDetails) XXX_Marshal ¶
func (*GoDetails) XXX_Unmarshal ¶
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GoPackageInfo) Descriptor ¶ added in v0.0.30
func (*GoPackageInfo) Descriptor() ([]byte, []int)
func (*GoPackageInfo) GetImportPath ¶ added in v0.0.30
func (m *GoPackageInfo) GetImportPath() string
func (*GoPackageInfo) ProtoMessage ¶ added in v0.0.30
func (*GoPackageInfo) ProtoMessage()
func (*GoPackageInfo) Reset ¶ added in v0.0.30
func (m *GoPackageInfo) Reset()
func (*GoPackageInfo) String ¶ added in v0.0.30
func (m *GoPackageInfo) String() string
func (*GoPackageInfo) XXX_DiscardUnknown ¶ added in v0.0.30
func (m *GoPackageInfo) XXX_DiscardUnknown()
func (*GoPackageInfo) XXX_Marshal ¶ added in v0.0.30
func (m *GoPackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GoPackageInfo) XXX_Merge ¶ added in v0.0.30
func (m *GoPackageInfo) XXX_Merge(src proto.Message)
func (*GoPackageInfo) XXX_Size ¶ added in v0.0.30
func (m *GoPackageInfo) XXX_Size() int
func (*GoPackageInfo) XXX_Unmarshal ¶ added in v0.0.30
func (m *GoPackageInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.