Documentation ¶
Index ¶
- Variables
- type ContentEnabled
- type ContentItem
- func (*ContentItem) Descriptor() ([]byte, []int)deprecated
- func (x *ContentItem) GetCanBeInstalled() bool
- func (x *ContentItem) GetDescription() string
- func (x *ContentItem) GetFilename() string
- func (x *ContentItem) GetId() string
- func (x *ContentItem) GetName() string
- func (x *ContentItem) GetPlatforms() []string
- func (x *ContentItem) GetType() string
- func (x *ContentItem) GetVersion() string
- func (*ContentItem) ProtoMessage()
- func (x *ContentItem) ProtoReflect() protoreflect.Message
- func (x *ContentItem) Reset()
- func (x *ContentItem) String() string
- type ContentItems
- type Credentials
- type InstallContentItem
Constants ¶
This section is empty.
Variables ¶
View Source
var File_external_cds_response_root_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContentEnabled ¶
type ContentEnabled struct { IsContentEnabled bool `protobuf:"varint,1,opt,name=is_content_enabled,json=isContentEnabled,proto3" json:"is_content_enabled,omitempty"` // contains filtered or unexported fields }
func (*ContentEnabled) Descriptor
deprecated
func (*ContentEnabled) Descriptor() ([]byte, []int)
Deprecated: Use ContentEnabled.ProtoReflect.Descriptor instead.
func (*ContentEnabled) GetIsContentEnabled ¶
func (x *ContentEnabled) GetIsContentEnabled() bool
func (*ContentEnabled) ProtoMessage ¶
func (*ContentEnabled) ProtoMessage()
func (*ContentEnabled) ProtoReflect ¶
func (x *ContentEnabled) ProtoReflect() protoreflect.Message
func (*ContentEnabled) Reset ¶
func (x *ContentEnabled) Reset()
func (*ContentEnabled) String ¶
func (x *ContentEnabled) String() string
type ContentItem ¶
type ContentItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"` Platforms []string `protobuf:"bytes,6,rep,name=platforms,proto3" json:"platforms,omitempty"` CanBeInstalled bool `protobuf:"varint,7,opt,name=can_be_installed,json=canBeInstalled,proto3" json:"can_be_installed,omitempty"` Filename string `protobuf:"bytes,8,opt,name=filename,proto3" json:"filename,omitempty"` // contains filtered or unexported fields }
func (*ContentItem) Descriptor
deprecated
func (*ContentItem) Descriptor() ([]byte, []int)
Deprecated: Use ContentItem.ProtoReflect.Descriptor instead.
func (*ContentItem) GetCanBeInstalled ¶
func (x *ContentItem) GetCanBeInstalled() bool
func (*ContentItem) GetDescription ¶
func (x *ContentItem) GetDescription() string
func (*ContentItem) GetFilename ¶
func (x *ContentItem) GetFilename() string
func (*ContentItem) GetId ¶
func (x *ContentItem) GetId() string
func (*ContentItem) GetName ¶
func (x *ContentItem) GetName() string
func (*ContentItem) GetPlatforms ¶
func (x *ContentItem) GetPlatforms() []string
func (*ContentItem) GetType ¶
func (x *ContentItem) GetType() string
func (*ContentItem) GetVersion ¶
func (x *ContentItem) GetVersion() string
func (*ContentItem) ProtoMessage ¶
func (*ContentItem) ProtoMessage()
func (*ContentItem) ProtoReflect ¶
func (x *ContentItem) ProtoReflect() protoreflect.Message
func (*ContentItem) Reset ¶
func (x *ContentItem) Reset()
func (*ContentItem) String ¶
func (x *ContentItem) String() string
type ContentItems ¶
type ContentItems struct { Items []*ContentItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*ContentItems) Descriptor
deprecated
func (*ContentItems) Descriptor() ([]byte, []int)
Deprecated: Use ContentItems.ProtoReflect.Descriptor instead.
func (*ContentItems) GetItems ¶
func (x *ContentItems) GetItems() []*ContentItem
func (*ContentItems) ProtoMessage ¶
func (*ContentItems) ProtoMessage()
func (*ContentItems) ProtoReflect ¶
func (x *ContentItems) ProtoReflect() protoreflect.Message
func (*ContentItems) Reset ¶
func (x *ContentItems) Reset()
func (*ContentItems) String ¶
func (x *ContentItems) String() string
type Credentials ¶
type Credentials struct {
// contains filtered or unexported fields
}
func (*Credentials) Descriptor
deprecated
func (*Credentials) Descriptor() ([]byte, []int)
Deprecated: Use Credentials.ProtoReflect.Descriptor instead.
func (*Credentials) ProtoMessage ¶
func (*Credentials) ProtoMessage()
func (*Credentials) ProtoReflect ¶
func (x *Credentials) ProtoReflect() protoreflect.Message
func (*Credentials) Reset ¶
func (x *Credentials) Reset()
func (*Credentials) String ¶
func (x *Credentials) String() string
type InstallContentItem ¶
type InstallContentItem struct {
// contains filtered or unexported fields
}
func (*InstallContentItem) Descriptor
deprecated
func (*InstallContentItem) Descriptor() ([]byte, []int)
Deprecated: Use InstallContentItem.ProtoReflect.Descriptor instead.
func (*InstallContentItem) ProtoMessage ¶
func (*InstallContentItem) ProtoMessage()
func (*InstallContentItem) ProtoReflect ¶
func (x *InstallContentItem) ProtoReflect() protoreflect.Message
func (*InstallContentItem) Reset ¶
func (x *InstallContentItem) Reset()
func (*InstallContentItem) String ¶
func (x *InstallContentItem) String() string
Click to show internal directories.
Click to hide internal directories.