pb

package
v2.0.0-...-9c2dfff Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_index_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Index

type Index struct {
	Records []*IndexRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*Index) Descriptor deprecated

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

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetRecords

func (x *Index) GetRecords() []*IndexRecord

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

func (x *Index) ProtoReflect() protoreflect.Message

func (*Index) Reset

func (x *Index) Reset()

func (*Index) String

func (x *Index) String() string

type IndexRecord

type IndexRecord struct {
	Path      string `protobuf:"bytes,1,opt,name=Path,proto3" json:"Path,omitempty"`
	Version   string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
	Timestamp string `protobuf:"bytes,3,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexRecord) Descriptor deprecated

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

Deprecated: Use IndexRecord.ProtoReflect.Descriptor instead.

func (*IndexRecord) GetPath

func (x *IndexRecord) GetPath() string

func (*IndexRecord) GetTimestamp

func (x *IndexRecord) GetTimestamp() string

func (*IndexRecord) GetVersion

func (x *IndexRecord) GetVersion() string

func (*IndexRecord) ProtoMessage

func (*IndexRecord) ProtoMessage()

func (*IndexRecord) ProtoReflect

func (x *IndexRecord) ProtoReflect() protoreflect.Message

func (*IndexRecord) Reset

func (x *IndexRecord) Reset()

func (*IndexRecord) String

func (x *IndexRecord) String() string

type ModuleVersion

type ModuleVersion struct {
	Version  string           `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Go       string           `protobuf:"bytes,2,opt,name=go,proto3" json:"go,omitempty"`
	Requires []*Require       `protobuf:"bytes,3,rep,name=requires,proto3" json:"requires,omitempty"`
	Excludes []*Version       `protobuf:"bytes,4,rep,name=excludes,proto3" json:"excludes,omitempty"`
	Replaces []*Replace       `protobuf:"bytes,5,rep,name=replaces,proto3" json:"replaces,omitempty"`
	Tokens   map[string]int64 `` /* 154-byte string literal not displayed */
	Idents   map[string]int64 `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModuleVersion) Descriptor deprecated

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

Deprecated: Use ModuleVersion.ProtoReflect.Descriptor instead.

func (*ModuleVersion) GetExcludes

func (x *ModuleVersion) GetExcludes() []*Version

func (*ModuleVersion) GetGo

func (x *ModuleVersion) GetGo() string

func (*ModuleVersion) GetIdents

func (x *ModuleVersion) GetIdents() map[string]int64

func (*ModuleVersion) GetReplaces

func (x *ModuleVersion) GetReplaces() []*Replace

func (*ModuleVersion) GetRequires

func (x *ModuleVersion) GetRequires() []*Require

func (*ModuleVersion) GetTokens

func (x *ModuleVersion) GetTokens() map[string]int64

func (*ModuleVersion) GetVersion

func (x *ModuleVersion) GetVersion() string

func (*ModuleVersion) ProtoMessage

func (*ModuleVersion) ProtoMessage()

func (*ModuleVersion) ProtoReflect

func (x *ModuleVersion) ProtoReflect() protoreflect.Message

func (*ModuleVersion) Reset

func (x *ModuleVersion) Reset()

func (*ModuleVersion) String

func (x *ModuleVersion) String() string

type ModuleVersions

type ModuleVersions struct {
	Versions []*ModuleVersion `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleVersions) Descriptor deprecated

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

Deprecated: Use ModuleVersions.ProtoReflect.Descriptor instead.

func (*ModuleVersions) GetVersions

func (x *ModuleVersions) GetVersions() []*ModuleVersion

func (*ModuleVersions) ProtoMessage

func (*ModuleVersions) ProtoMessage()

func (*ModuleVersions) ProtoReflect

func (x *ModuleVersions) ProtoReflect() protoreflect.Message

func (*ModuleVersions) Reset

func (x *ModuleVersions) Reset()

func (*ModuleVersions) String

func (x *ModuleVersions) String() string

type Modules

type Modules struct {
	Modules map[string]*ModuleVersions `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Modules) Descriptor deprecated

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

Deprecated: Use Modules.ProtoReflect.Descriptor instead.

func (*Modules) GetModules

func (x *Modules) GetModules() map[string]*ModuleVersions

func (*Modules) ProtoMessage

func (*Modules) ProtoMessage()

func (*Modules) ProtoReflect

func (x *Modules) ProtoReflect() protoreflect.Message

func (*Modules) Reset

func (x *Modules) Reset()

func (*Modules) String

func (x *Modules) String() string

type Replace

type Replace struct {
	Old *Version `protobuf:"bytes,1,opt,name=old,proto3" json:"old,omitempty"`
	New *Version `protobuf:"bytes,2,opt,name=new,proto3" json:"new,omitempty"`
	// contains filtered or unexported fields
}

func (*Replace) Descriptor deprecated

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

Deprecated: Use Replace.ProtoReflect.Descriptor instead.

func (*Replace) GetNew

func (x *Replace) GetNew() *Version

func (*Replace) GetOld

func (x *Replace) GetOld() *Version

func (*Replace) ProtoMessage

func (*Replace) ProtoMessage()

func (*Replace) ProtoReflect

func (x *Replace) ProtoReflect() protoreflect.Message

func (*Replace) Reset

func (x *Replace) Reset()

func (*Replace) String

func (x *Replace) String() string

type Require

type Require struct {
	Version  *Version `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Indirect bool     `protobuf:"varint,2,opt,name=indirect,proto3" json:"indirect,omitempty"`
	// contains filtered or unexported fields
}

func (*Require) Descriptor deprecated

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

Deprecated: Use Require.ProtoReflect.Descriptor instead.

func (*Require) GetIndirect

func (x *Require) GetIndirect() bool

func (*Require) GetVersion

func (x *Require) GetVersion() *Version

func (*Require) ProtoMessage

func (*Require) ProtoMessage()

func (*Require) ProtoReflect

func (x *Require) ProtoReflect() protoreflect.Message

func (*Require) Reset

func (x *Require) Reset()

func (*Require) String

func (x *Require) String() string

type Version

type Version struct {
	Module  string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Version) Descriptor deprecated

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

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetModule

func (x *Version) GetModule() string

func (*Version) GetVersion

func (x *Version) GetVersion() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

func (x *Version) ProtoReflect() protoreflect.Message

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

Jump to

Keyboard shortcuts

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