Documentation ¶
Index ¶
- Variables
- type Dependency
- func (*Dependency) Descriptor() ([]byte, []int)deprecated
- func (x *Dependency) GetModule() stringdeprecated
- func (x *Dependency) GetName() string
- func (x *Dependency) GetOrganization() stringdeprecated
- func (x *Dependency) GetScopes() []string
- func (x *Dependency) GetVersionConstraint() string
- func (*Dependency) ProtoMessage()
- func (x *Dependency) ProtoReflect() protoreflect.Message
- func (x *Dependency) Reset()
- func (x *Dependency) String() string
- type DependencyManagementFile
- func (*DependencyManagementFile) Descriptor() ([]byte, []int)deprecated
- func (x *DependencyManagementFile) GetDependencies() []*Dependency
- func (x *DependencyManagementFile) GetLanguage() string
- func (x *DependencyManagementFile) GetModule() stringdeprecated
- func (x *DependencyManagementFile) GetName() string
- func (x *DependencyManagementFile) GetOrganization() stringdeprecated
- func (x *DependencyManagementFile) GetSourceUrl() string
- func (x *DependencyManagementFile) GetSystem() string
- func (x *DependencyManagementFile) GetVersion() string
- func (*DependencyManagementFile) ProtoMessage()
- func (x *DependencyManagementFile) ProtoReflect() protoreflect.Message
- func (x *DependencyManagementFile) Reset()
- func (x *DependencyManagementFile) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_depscloud_api_v1alpha_deps_deps_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct { // Deprecated: Do not use. Organization *string `protobuf:"bytes,1,opt,name=organization" json:"organization,omitempty"` // use name // Deprecated: Do not use. Module *string `protobuf:"bytes,2,opt,name=module" json:"module,omitempty"` // use name VersionConstraint *string `protobuf:"bytes,3,opt,name=versionConstraint" json:"versionConstraint,omitempty"` Scopes []string `protobuf:"bytes,4,rep,name=scopes" json:"scopes,omitempty"` Name *string `protobuf:"bytes,5,opt,name=name" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Dependency) Descriptor
deprecated
func (*Dependency) Descriptor() ([]byte, []int)
Deprecated: Use Dependency.ProtoReflect.Descriptor instead.
func (*Dependency) GetModule
deprecated
func (x *Dependency) GetModule() string
Deprecated: Do not use.
func (*Dependency) GetName ¶ added in v0.1.14
func (x *Dependency) GetName() string
func (*Dependency) GetOrganization
deprecated
func (x *Dependency) GetOrganization() string
Deprecated: Do not use.
func (*Dependency) GetScopes ¶
func (x *Dependency) GetScopes() []string
func (*Dependency) GetVersionConstraint ¶
func (x *Dependency) GetVersionConstraint() string
func (*Dependency) ProtoMessage ¶
func (*Dependency) ProtoMessage()
func (*Dependency) ProtoReflect ¶ added in v0.3.2
func (x *Dependency) ProtoReflect() protoreflect.Message
func (*Dependency) Reset ¶
func (x *Dependency) Reset()
func (*Dependency) String ¶
func (x *Dependency) String() string
type DependencyManagementFile ¶
type DependencyManagementFile struct { Language *string `protobuf:"bytes,1,opt,name=language" json:"language,omitempty"` // java, node, python, golang System *string `protobuf:"bytes,2,opt,name=system" json:"system,omitempty"` // npm, ivy, maven, gradle, godeps SourceUrl *string `protobuf:"bytes,3,opt,name=sourceUrl" json:"sourceUrl,omitempty"` // Deprecated: Do not use. Organization *string `protobuf:"bytes,5,opt,name=organization" json:"organization,omitempty"` // use name // Deprecated: Do not use. Module *string `protobuf:"bytes,6,opt,name=module" json:"module,omitempty"` // use name Version *string `protobuf:"bytes,7,opt,name=version" json:"version,omitempty"` Dependencies []*Dependency `protobuf:"bytes,8,rep,name=dependencies" json:"dependencies,omitempty"` Name *string `protobuf:"bytes,9,opt,name=name" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DependencyManagementFile) Descriptor
deprecated
func (*DependencyManagementFile) Descriptor() ([]byte, []int)
Deprecated: Use DependencyManagementFile.ProtoReflect.Descriptor instead.
func (*DependencyManagementFile) GetDependencies ¶
func (x *DependencyManagementFile) GetDependencies() []*Dependency
func (*DependencyManagementFile) GetLanguage ¶
func (x *DependencyManagementFile) GetLanguage() string
func (*DependencyManagementFile) GetModule
deprecated
func (x *DependencyManagementFile) GetModule() string
Deprecated: Do not use.
func (*DependencyManagementFile) GetName ¶ added in v0.1.14
func (x *DependencyManagementFile) GetName() string
func (*DependencyManagementFile) GetOrganization
deprecated
func (x *DependencyManagementFile) GetOrganization() string
Deprecated: Do not use.
func (*DependencyManagementFile) GetSourceUrl ¶
func (x *DependencyManagementFile) GetSourceUrl() string
func (*DependencyManagementFile) GetSystem ¶
func (x *DependencyManagementFile) GetSystem() string
func (*DependencyManagementFile) GetVersion ¶
func (x *DependencyManagementFile) GetVersion() string
func (*DependencyManagementFile) ProtoMessage ¶
func (*DependencyManagementFile) ProtoMessage()
func (*DependencyManagementFile) ProtoReflect ¶ added in v0.3.2
func (x *DependencyManagementFile) ProtoReflect() protoreflect.Message
func (*DependencyManagementFile) Reset ¶
func (x *DependencyManagementFile) Reset()
func (*DependencyManagementFile) String ¶
func (x *DependencyManagementFile) String() string
Click to show internal directories.
Click to hide internal directories.