Documentation ¶
Index ¶
- type Depends
- func (*Depends) Descriptor() ([]byte, []int)
- func (m *Depends) GetLanguage() string
- func (m *Depends) GetRef() string
- func (m *Depends) GetScopes() []string
- func (m *Depends) GetVersionConstraint() string
- func (*Depends) ProtoMessage()
- func (m *Depends) Reset()
- func (m *Depends) String() string
- func (m *Depends) XXX_DiscardUnknown()
- func (m *Depends) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Depends) XXX_Merge(src proto.Message)
- func (m *Depends) XXX_Size() int
- func (m *Depends) XXX_Unmarshal(b []byte) error
- type Manages
- func (*Manages) Descriptor() ([]byte, []int)
- func (m *Manages) GetLanguage() string
- func (m *Manages) GetSystem() string
- func (m *Manages) GetVersion() string
- func (*Manages) ProtoMessage()
- func (m *Manages) Reset()
- func (m *Manages) String() string
- func (m *Manages) XXX_DiscardUnknown()
- func (m *Manages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Manages) XXX_Merge(src proto.Message)
- func (m *Manages) XXX_Size() int
- func (m *Manages) XXX_Unmarshal(b []byte) error
- type Module
- func (*Module) Descriptor() ([]byte, []int)
- func (m *Module) GetLanguage() string
- func (m *Module) GetModule() stringdeprecated
- func (m *Module) GetOrganization() stringdeprecated
- func (*Module) ProtoMessage()
- func (m *Module) Reset()
- func (m *Module) String() string
- func (m *Module) XXX_DiscardUnknown()
- func (m *Module) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Module) XXX_Merge(src proto.Message)
- func (m *Module) XXX_Size() int
- func (m *Module) XXX_Unmarshal(b []byte) error
- type Source
- func (*Source) Descriptor() ([]byte, []int)
- func (m *Source) GetKind() string
- func (m *Source) GetRef() string
- func (m *Source) GetUrl() string
- func (*Source) ProtoMessage()
- func (m *Source) Reset()
- func (m *Source) String() string
- func (m *Source) XXX_DiscardUnknown()
- func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Source) XXX_Merge(src proto.Message)
- func (m *Source) XXX_Size() int
- func (m *Source) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Depends ¶
type Depends struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` VersionConstraint string `protobuf:"bytes,2,opt,name=version_constraint,json=versionConstraint,proto3" json:"version_constraint,omitempty"` Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"` Ref string `protobuf:"bytes,4,opt,name=ref,proto3" json:"ref,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Depends) Descriptor ¶
func (*Depends) GetLanguage ¶
func (*Depends) GetVersionConstraint ¶
func (*Depends) ProtoMessage ¶
func (*Depends) ProtoMessage()
func (*Depends) XXX_DiscardUnknown ¶
func (m *Depends) XXX_DiscardUnknown()
func (*Depends) XXX_Marshal ¶
func (*Depends) XXX_Unmarshal ¶
type Manages ¶
type Manages struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` System string `protobuf:"bytes,2,opt,name=system,proto3" json:"system,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Manages) Descriptor ¶
func (*Manages) GetLanguage ¶
func (*Manages) GetVersion ¶
func (*Manages) ProtoMessage ¶
func (*Manages) ProtoMessage()
func (*Manages) XXX_DiscardUnknown ¶
func (m *Manages) XXX_DiscardUnknown()
func (*Manages) XXX_Marshal ¶
func (*Manages) XXX_Unmarshal ¶
type Module ¶
type Module struct { Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` Organization string `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"` // Deprecated: Do not use. Module string `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Module) Descriptor ¶
func (*Module) GetLanguage ¶
func (*Module) GetOrganization
deprecated
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) XXX_DiscardUnknown ¶
func (m *Module) XXX_DiscardUnknown()
func (*Module) XXX_Marshal ¶
func (*Module) XXX_Unmarshal ¶
type Source ¶
type Source struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Source) Descriptor ¶
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) XXX_DiscardUnknown ¶
func (m *Source) XXX_DiscardUnknown()
func (*Source) XXX_Marshal ¶
func (*Source) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.