Documentation ¶
Index ¶
- type Dependency
- func (*Dependency) Descriptor() ([]byte, []int)
- func (m *Dependency) GetModule() stringdeprecated
- func (m *Dependency) GetName() string
- func (m *Dependency) GetOrganization() stringdeprecated
- func (m *Dependency) GetScopes() []string
- func (m *Dependency) GetVersionConstraint() string
- func (*Dependency) ProtoMessage()
- func (m *Dependency) Reset()
- func (m *Dependency) String() string
- func (m *Dependency) XXX_DiscardUnknown()
- func (m *Dependency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Dependency) XXX_Merge(src proto.Message)
- func (m *Dependency) XXX_Size() int
- func (m *Dependency) XXX_Unmarshal(b []byte) error
- type DependencyManagementFile
- func (*DependencyManagementFile) Descriptor() ([]byte, []int)
- func (m *DependencyManagementFile) GetDependencies() []*Dependency
- func (m *DependencyManagementFile) GetLanguage() string
- func (m *DependencyManagementFile) GetModule() stringdeprecated
- func (m *DependencyManagementFile) GetName() string
- func (m *DependencyManagementFile) GetOrganization() stringdeprecated
- func (m *DependencyManagementFile) GetSourceUrl() string
- func (m *DependencyManagementFile) GetSystem() string
- func (m *DependencyManagementFile) GetVersion() string
- func (*DependencyManagementFile) ProtoMessage()
- func (m *DependencyManagementFile) Reset()
- func (m *DependencyManagementFile) String() string
- func (m *DependencyManagementFile) XXX_DiscardUnknown()
- func (m *DependencyManagementFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DependencyManagementFile) XXX_Merge(src proto.Message)
- func (m *DependencyManagementFile) XXX_Size() int
- func (m *DependencyManagementFile) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct { Organization *string `protobuf:"bytes,1,opt,name=organization" json:"organization,omitempty"` // Deprecated: Do not use. Module *string `protobuf:"bytes,2,opt,name=module" json:"module,omitempty"` // Deprecated: Do not use. 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Dependency) Descriptor ¶
func (*Dependency) Descriptor() ([]byte, []int)
func (*Dependency) GetModule
deprecated
func (m *Dependency) GetModule() string
Deprecated: Do not use.
func (*Dependency) GetName ¶ added in v0.1.14
func (m *Dependency) GetName() string
func (*Dependency) GetOrganization
deprecated
func (m *Dependency) GetOrganization() string
Deprecated: Do not use.
func (*Dependency) GetScopes ¶
func (m *Dependency) GetScopes() []string
func (*Dependency) GetVersionConstraint ¶
func (m *Dependency) GetVersionConstraint() string
func (*Dependency) ProtoMessage ¶
func (*Dependency) ProtoMessage()
func (*Dependency) Reset ¶
func (m *Dependency) Reset()
func (*Dependency) String ¶
func (m *Dependency) String() string
func (*Dependency) XXX_DiscardUnknown ¶
func (m *Dependency) XXX_DiscardUnknown()
func (*Dependency) XXX_Marshal ¶
func (m *Dependency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Dependency) XXX_Merge ¶
func (m *Dependency) XXX_Merge(src proto.Message)
func (*Dependency) XXX_Size ¶
func (m *Dependency) XXX_Size() int
func (*Dependency) XXX_Unmarshal ¶
func (m *Dependency) XXX_Unmarshal(b []byte) error
type DependencyManagementFile ¶
type DependencyManagementFile struct { Language *string `protobuf:"bytes,1,opt,name=language" json:"language,omitempty"` System *string `protobuf:"bytes,2,opt,name=system" json:"system,omitempty"` SourceUrl *string `protobuf:"bytes,3,opt,name=sourceUrl" json:"sourceUrl,omitempty"` Organization *string `protobuf:"bytes,5,opt,name=organization" json:"organization,omitempty"` // Deprecated: Do not use. Module *string `protobuf:"bytes,6,opt,name=module" json:"module,omitempty"` // Deprecated: Do not use. 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DependencyManagementFile) Descriptor ¶
func (*DependencyManagementFile) Descriptor() ([]byte, []int)
func (*DependencyManagementFile) GetDependencies ¶
func (m *DependencyManagementFile) GetDependencies() []*Dependency
func (*DependencyManagementFile) GetLanguage ¶
func (m *DependencyManagementFile) GetLanguage() string
func (*DependencyManagementFile) GetModule
deprecated
func (m *DependencyManagementFile) GetModule() string
Deprecated: Do not use.
func (*DependencyManagementFile) GetName ¶ added in v0.1.14
func (m *DependencyManagementFile) GetName() string
func (*DependencyManagementFile) GetOrganization
deprecated
func (m *DependencyManagementFile) GetOrganization() string
Deprecated: Do not use.
func (*DependencyManagementFile) GetSourceUrl ¶
func (m *DependencyManagementFile) GetSourceUrl() string
func (*DependencyManagementFile) GetSystem ¶
func (m *DependencyManagementFile) GetSystem() string
func (*DependencyManagementFile) GetVersion ¶
func (m *DependencyManagementFile) GetVersion() string
func (*DependencyManagementFile) ProtoMessage ¶
func (*DependencyManagementFile) ProtoMessage()
func (*DependencyManagementFile) Reset ¶
func (m *DependencyManagementFile) Reset()
func (*DependencyManagementFile) String ¶
func (m *DependencyManagementFile) String() string
func (*DependencyManagementFile) XXX_DiscardUnknown ¶
func (m *DependencyManagementFile) XXX_DiscardUnknown()
func (*DependencyManagementFile) XXX_Marshal ¶
func (m *DependencyManagementFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DependencyManagementFile) XXX_Merge ¶
func (m *DependencyManagementFile) XXX_Merge(src proto.Message)
func (*DependencyManagementFile) XXX_Size ¶
func (m *DependencyManagementFile) XXX_Size() int
func (*DependencyManagementFile) XXX_Unmarshal ¶
func (m *DependencyManagementFile) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.