Documentation
¶
Index ¶
- Variables
- type Disc
- func (x *Disc) ClearKey()
- func (x *Disc) GetKey() *DiscKey
- func (x *Disc) GetPath() string
- func (x *Disc) HasKey() bool
- func (*Disc) ProtoMessage()
- func (x *Disc) ProtoReflect() protoreflect.Message
- func (x *Disc) Reset()
- func (x *Disc) SetKey(v *DiscKey)
- func (x *Disc) SetPath(v string)
- func (x *Disc) String() string
- type DiscKey
- func (x *DiscKey) ClearVolume()
- func (x *DiscKey) GetName() string
- func (x *DiscKey) GetVolume() *VolumeKey
- func (x *DiscKey) HasVolume() bool
- func (*DiscKey) ProtoMessage()
- func (x *DiscKey) ProtoReflect() protoreflect.Message
- func (x *DiscKey) Reset()
- func (x *DiscKey) SetName(v string)
- func (x *DiscKey) SetVolume(v *VolumeKey)
- func (x *DiscKey) String() string
- type DiscKeyList
- type DiscKeyList_builder
- type DiscKey_builder
- type DiscList
- type DiscList_builder
- type Disc_builder
- type DiscoverNewDiscsRequest
- func (x *DiscoverNewDiscsRequest) ClearVolumeKey()
- func (x *DiscoverNewDiscsRequest) GetVolumeKey() *VolumeKey
- func (x *DiscoverNewDiscsRequest) HasVolumeKey() bool
- func (*DiscoverNewDiscsRequest) ProtoMessage()
- func (x *DiscoverNewDiscsRequest) ProtoReflect() protoreflect.Message
- func (x *DiscoverNewDiscsRequest) Reset()
- func (x *DiscoverNewDiscsRequest) SetVolumeKey(v *VolumeKey)
- func (x *DiscoverNewDiscsRequest) String() string
- type DiscoverNewDiscsRequest_builder
- type DiscoverNewDiscsResponse
- func (x *DiscoverNewDiscsResponse) ClearDiscKeyList()
- func (x *DiscoverNewDiscsResponse) GetDiscKeyList() *DiscKeyList
- func (x *DiscoverNewDiscsResponse) HasDiscKeyList() bool
- func (*DiscoverNewDiscsResponse) ProtoMessage()
- func (x *DiscoverNewDiscsResponse) ProtoReflect() protoreflect.Message
- func (x *DiscoverNewDiscsResponse) Reset()
- func (x *DiscoverNewDiscsResponse) SetDiscKeyList(v *DiscKeyList)
- func (x *DiscoverNewDiscsResponse) String() string
- type DiscoverNewDiscsResponse_builder
- type FindDiscsRequest
- type FindDiscsRequest_builder
- type FindDiscsResponse
- func (x *FindDiscsResponse) ClearDiscList()
- func (x *FindDiscsResponse) GetDiscList() *DiscList
- func (x *FindDiscsResponse) HasDiscList() bool
- func (*FindDiscsResponse) ProtoMessage()
- func (x *FindDiscsResponse) ProtoReflect() protoreflect.Message
- func (x *FindDiscsResponse) Reset()
- func (x *FindDiscsResponse) SetDiscList(v *DiscList)
- func (x *FindDiscsResponse) String() string
- type FindDiscsResponse_builder
- type FindVolumesRequest
- type FindVolumesRequest_builder
- type FindVolumesResponse
- func (x *FindVolumesResponse) ClearVolumeList()
- func (x *FindVolumesResponse) GetVolumeList() *VolumeList
- func (x *FindVolumesResponse) HasVolumeList() bool
- func (*FindVolumesResponse) ProtoMessage()
- func (x *FindVolumesResponse) ProtoReflect() protoreflect.Message
- func (x *FindVolumesResponse) Reset()
- func (x *FindVolumesResponse) SetVolumeList(v *VolumeList)
- func (x *FindVolumesResponse) String() string
- type FindVolumesResponse_builder
- type NewVolumeRequest
- func (x *NewVolumeRequest) ClearVolumeKey()
- func (x *NewVolumeRequest) GetVolumeKey() *VolumeKey
- func (x *NewVolumeRequest) HasVolumeKey() bool
- func (*NewVolumeRequest) ProtoMessage()
- func (x *NewVolumeRequest) ProtoReflect() protoreflect.Message
- func (x *NewVolumeRequest) Reset()
- func (x *NewVolumeRequest) SetVolumeKey(v *VolumeKey)
- func (x *NewVolumeRequest) String() string
- type NewVolumeRequest_builder
- type NewVolumeResponse
- type NewVolumeResponse_builder
- type Volume
- func (x *Volume) ClearKey()
- func (x *Volume) GetKey() *VolumeKey
- func (x *Volume) GetPath() string
- func (x *Volume) HasKey() bool
- func (*Volume) ProtoMessage()
- func (x *Volume) ProtoReflect() protoreflect.Message
- func (x *Volume) Reset()
- func (x *Volume) SetKey(v *VolumeKey)
- func (x *Volume) SetPath(v string)
- func (x *Volume) String() string
- type VolumeKey
- type VolumeKeyList
- type VolumeKeyList_builder
- type VolumeKey_builder
- type VolumeList
- type VolumeList_builder
- type Volume_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_krelinga_video_library_v1_disc_proto protoreflect.FileDescriptor
View Source
var File_krelinga_video_library_v1_keys_proto protoreflect.FileDescriptor
View Source
var File_krelinga_video_library_v1_service_proto protoreflect.FileDescriptor
View Source
var File_krelinga_video_library_v1_volume_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Disc ¶
type Disc struct {
Key *DiscKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// The path where the disc is stored.
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*Disc) ProtoReflect ¶
func (x *Disc) ProtoReflect() protoreflect.Message
type DiscKey ¶
type DiscKey struct {
Volume *VolumeKey `protobuf:"bytes,1,opt,name=volume,proto3" json:"volume,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*DiscKey) ProtoReflect ¶
func (x *DiscKey) ProtoReflect() protoreflect.Message
type DiscKeyList ¶
type DiscKeyList struct {
Keys []*DiscKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
// contains filtered or unexported fields
}
func (*DiscKeyList) GetKeys ¶
func (x *DiscKeyList) GetKeys() []*DiscKey
func (*DiscKeyList) ProtoMessage ¶
func (*DiscKeyList) ProtoMessage()
func (*DiscKeyList) ProtoReflect ¶
func (x *DiscKeyList) ProtoReflect() protoreflect.Message
func (*DiscKeyList) Reset ¶
func (x *DiscKeyList) Reset()
func (*DiscKeyList) SetKeys ¶
func (x *DiscKeyList) SetKeys(v []*DiscKey)
func (*DiscKeyList) String ¶
func (x *DiscKeyList) String() string
type DiscKeyList_builder ¶
type DiscKeyList_builder struct {
Keys []*DiscKey
// contains filtered or unexported fields
}
func (DiscKeyList_builder) Build ¶
func (b0 DiscKeyList_builder) Build() *DiscKeyList
type DiscKey_builder ¶
type DiscKey_builder struct {
Volume *VolumeKey
Name string
// contains filtered or unexported fields
}
func (DiscKey_builder) Build ¶
func (b0 DiscKey_builder) Build() *DiscKey
type DiscList ¶
type DiscList struct {
Discs []*Disc `protobuf:"bytes,1,rep,name=discs,proto3" json:"discs,omitempty"`
// contains filtered or unexported fields
}
func (*DiscList) ProtoReflect ¶
func (x *DiscList) ProtoReflect() protoreflect.Message
type DiscList_builder ¶
type DiscList_builder struct {
Discs []*Disc
// contains filtered or unexported fields
}
func (DiscList_builder) Build ¶
func (b0 DiscList_builder) Build() *DiscList
type Disc_builder ¶
type Disc_builder struct {
Key *DiscKey
// The path where the disc is stored.
Path string
// contains filtered or unexported fields
}
func (Disc_builder) Build ¶
func (b0 Disc_builder) Build() *Disc
type DiscoverNewDiscsRequest ¶
type DiscoverNewDiscsRequest struct {
VolumeKey *VolumeKey `protobuf:"bytes,1,opt,name=volume_key,json=volumeKey,proto3" json:"volume_key,omitempty"`
// contains filtered or unexported fields
}
func (*DiscoverNewDiscsRequest) ClearVolumeKey ¶
func (x *DiscoverNewDiscsRequest) ClearVolumeKey()
func (*DiscoverNewDiscsRequest) GetVolumeKey ¶
func (x *DiscoverNewDiscsRequest) GetVolumeKey() *VolumeKey
func (*DiscoverNewDiscsRequest) HasVolumeKey ¶
func (x *DiscoverNewDiscsRequest) HasVolumeKey() bool
func (*DiscoverNewDiscsRequest) ProtoMessage ¶
func (*DiscoverNewDiscsRequest) ProtoMessage()
func (*DiscoverNewDiscsRequest) ProtoReflect ¶
func (x *DiscoverNewDiscsRequest) ProtoReflect() protoreflect.Message
func (*DiscoverNewDiscsRequest) Reset ¶
func (x *DiscoverNewDiscsRequest) Reset()
func (*DiscoverNewDiscsRequest) SetVolumeKey ¶
func (x *DiscoverNewDiscsRequest) SetVolumeKey(v *VolumeKey)
func (*DiscoverNewDiscsRequest) String ¶
func (x *DiscoverNewDiscsRequest) String() string
type DiscoverNewDiscsRequest_builder ¶
type DiscoverNewDiscsRequest_builder struct {
VolumeKey *VolumeKey
// contains filtered or unexported fields
}
func (DiscoverNewDiscsRequest_builder) Build ¶
func (b0 DiscoverNewDiscsRequest_builder) Build() *DiscoverNewDiscsRequest
type DiscoverNewDiscsResponse ¶
type DiscoverNewDiscsResponse struct {
DiscKeyList *DiscKeyList `protobuf:"bytes,1,opt,name=disc_key_list,json=discKeyList,proto3" json:"disc_key_list,omitempty"`
// contains filtered or unexported fields
}
func (*DiscoverNewDiscsResponse) ClearDiscKeyList ¶
func (x *DiscoverNewDiscsResponse) ClearDiscKeyList()
func (*DiscoverNewDiscsResponse) GetDiscKeyList ¶
func (x *DiscoverNewDiscsResponse) GetDiscKeyList() *DiscKeyList
func (*DiscoverNewDiscsResponse) HasDiscKeyList ¶
func (x *DiscoverNewDiscsResponse) HasDiscKeyList() bool
func (*DiscoverNewDiscsResponse) ProtoMessage ¶
func (*DiscoverNewDiscsResponse) ProtoMessage()
func (*DiscoverNewDiscsResponse) ProtoReflect ¶
func (x *DiscoverNewDiscsResponse) ProtoReflect() protoreflect.Message
func (*DiscoverNewDiscsResponse) Reset ¶
func (x *DiscoverNewDiscsResponse) Reset()
func (*DiscoverNewDiscsResponse) SetDiscKeyList ¶
func (x *DiscoverNewDiscsResponse) SetDiscKeyList(v *DiscKeyList)
func (*DiscoverNewDiscsResponse) String ¶
func (x *DiscoverNewDiscsResponse) String() string
type DiscoverNewDiscsResponse_builder ¶
type DiscoverNewDiscsResponse_builder struct {
DiscKeyList *DiscKeyList
// contains filtered or unexported fields
}
func (DiscoverNewDiscsResponse_builder) Build ¶
func (b0 DiscoverNewDiscsResponse_builder) Build() *DiscoverNewDiscsResponse
type FindDiscsRequest ¶
type FindDiscsRequest struct {
// contains filtered or unexported fields
}
func (*FindDiscsRequest) ProtoMessage ¶
func (*FindDiscsRequest) ProtoMessage()
func (*FindDiscsRequest) ProtoReflect ¶
func (x *FindDiscsRequest) ProtoReflect() protoreflect.Message
func (*FindDiscsRequest) Reset ¶
func (x *FindDiscsRequest) Reset()
func (*FindDiscsRequest) String ¶
func (x *FindDiscsRequest) String() string
type FindDiscsRequest_builder ¶
type FindDiscsRequest_builder struct {
// contains filtered or unexported fields
}
func (FindDiscsRequest_builder) Build ¶
func (b0 FindDiscsRequest_builder) Build() *FindDiscsRequest
type FindDiscsResponse ¶
type FindDiscsResponse struct {
DiscList *DiscList `protobuf:"bytes,1,opt,name=disc_list,json=discList,proto3" json:"disc_list,omitempty"`
// contains filtered or unexported fields
}
func (*FindDiscsResponse) ClearDiscList ¶
func (x *FindDiscsResponse) ClearDiscList()
func (*FindDiscsResponse) GetDiscList ¶
func (x *FindDiscsResponse) GetDiscList() *DiscList
func (*FindDiscsResponse) HasDiscList ¶
func (x *FindDiscsResponse) HasDiscList() bool
func (*FindDiscsResponse) ProtoMessage ¶
func (*FindDiscsResponse) ProtoMessage()
func (*FindDiscsResponse) ProtoReflect ¶
func (x *FindDiscsResponse) ProtoReflect() protoreflect.Message
func (*FindDiscsResponse) Reset ¶
func (x *FindDiscsResponse) Reset()
func (*FindDiscsResponse) SetDiscList ¶
func (x *FindDiscsResponse) SetDiscList(v *DiscList)
func (*FindDiscsResponse) String ¶
func (x *FindDiscsResponse) String() string
type FindDiscsResponse_builder ¶
type FindDiscsResponse_builder struct {
DiscList *DiscList
// contains filtered or unexported fields
}
func (FindDiscsResponse_builder) Build ¶
func (b0 FindDiscsResponse_builder) Build() *FindDiscsResponse
type FindVolumesRequest ¶
type FindVolumesRequest struct {
// contains filtered or unexported fields
}
func (*FindVolumesRequest) ProtoMessage ¶
func (*FindVolumesRequest) ProtoMessage()
func (*FindVolumesRequest) ProtoReflect ¶
func (x *FindVolumesRequest) ProtoReflect() protoreflect.Message
func (*FindVolumesRequest) Reset ¶
func (x *FindVolumesRequest) Reset()
func (*FindVolumesRequest) String ¶
func (x *FindVolumesRequest) String() string
type FindVolumesRequest_builder ¶
type FindVolumesRequest_builder struct {
// contains filtered or unexported fields
}
func (FindVolumesRequest_builder) Build ¶
func (b0 FindVolumesRequest_builder) Build() *FindVolumesRequest
type FindVolumesResponse ¶
type FindVolumesResponse struct {
VolumeList *VolumeList `protobuf:"bytes,1,opt,name=volume_list,json=volumeList,proto3" json:"volume_list,omitempty"`
// contains filtered or unexported fields
}
func (*FindVolumesResponse) ClearVolumeList ¶
func (x *FindVolumesResponse) ClearVolumeList()
func (*FindVolumesResponse) GetVolumeList ¶
func (x *FindVolumesResponse) GetVolumeList() *VolumeList
func (*FindVolumesResponse) HasVolumeList ¶
func (x *FindVolumesResponse) HasVolumeList() bool
func (*FindVolumesResponse) ProtoMessage ¶
func (*FindVolumesResponse) ProtoMessage()
func (*FindVolumesResponse) ProtoReflect ¶
func (x *FindVolumesResponse) ProtoReflect() protoreflect.Message
func (*FindVolumesResponse) Reset ¶
func (x *FindVolumesResponse) Reset()
func (*FindVolumesResponse) SetVolumeList ¶
func (x *FindVolumesResponse) SetVolumeList(v *VolumeList)
func (*FindVolumesResponse) String ¶
func (x *FindVolumesResponse) String() string
type FindVolumesResponse_builder ¶
type FindVolumesResponse_builder struct {
VolumeList *VolumeList
// contains filtered or unexported fields
}
func (FindVolumesResponse_builder) Build ¶
func (b0 FindVolumesResponse_builder) Build() *FindVolumesResponse
type NewVolumeRequest ¶
type NewVolumeRequest struct {
VolumeKey *VolumeKey `protobuf:"bytes,1,opt,name=volume_key,json=volumeKey,proto3" json:"volume_key,omitempty"`
// contains filtered or unexported fields
}
func (*NewVolumeRequest) ClearVolumeKey ¶
func (x *NewVolumeRequest) ClearVolumeKey()
func (*NewVolumeRequest) GetVolumeKey ¶
func (x *NewVolumeRequest) GetVolumeKey() *VolumeKey
func (*NewVolumeRequest) HasVolumeKey ¶
func (x *NewVolumeRequest) HasVolumeKey() bool
func (*NewVolumeRequest) ProtoMessage ¶
func (*NewVolumeRequest) ProtoMessage()
func (*NewVolumeRequest) ProtoReflect ¶
func (x *NewVolumeRequest) ProtoReflect() protoreflect.Message
func (*NewVolumeRequest) Reset ¶
func (x *NewVolumeRequest) Reset()
func (*NewVolumeRequest) SetVolumeKey ¶
func (x *NewVolumeRequest) SetVolumeKey(v *VolumeKey)
func (*NewVolumeRequest) String ¶
func (x *NewVolumeRequest) String() string
type NewVolumeRequest_builder ¶
type NewVolumeRequest_builder struct {
VolumeKey *VolumeKey
// contains filtered or unexported fields
}
func (NewVolumeRequest_builder) Build ¶
func (b0 NewVolumeRequest_builder) Build() *NewVolumeRequest
type NewVolumeResponse ¶
type NewVolumeResponse struct {
// contains filtered or unexported fields
}
func (*NewVolumeResponse) ProtoMessage ¶
func (*NewVolumeResponse) ProtoMessage()
func (*NewVolumeResponse) ProtoReflect ¶
func (x *NewVolumeResponse) ProtoReflect() protoreflect.Message
func (*NewVolumeResponse) Reset ¶
func (x *NewVolumeResponse) Reset()
func (*NewVolumeResponse) String ¶
func (x *NewVolumeResponse) String() string
type NewVolumeResponse_builder ¶
type NewVolumeResponse_builder struct {
// contains filtered or unexported fields
}
func (NewVolumeResponse_builder) Build ¶
func (b0 NewVolumeResponse_builder) Build() *NewVolumeResponse
type Volume ¶
type Volume struct {
Key *VolumeKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// The path where the volume is stored.
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
// contains filtered or unexported fields
}
func (*Volume) ProtoReflect ¶
func (x *Volume) ProtoReflect() protoreflect.Message
type VolumeKey ¶
type VolumeKey struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*VolumeKey) ProtoReflect ¶
func (x *VolumeKey) ProtoReflect() protoreflect.Message
type VolumeKeyList ¶
type VolumeKeyList struct {
Keys []*VolumeKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
// contains filtered or unexported fields
}
func (*VolumeKeyList) GetKeys ¶
func (x *VolumeKeyList) GetKeys() []*VolumeKey
func (*VolumeKeyList) ProtoMessage ¶
func (*VolumeKeyList) ProtoMessage()
func (*VolumeKeyList) ProtoReflect ¶
func (x *VolumeKeyList) ProtoReflect() protoreflect.Message
func (*VolumeKeyList) Reset ¶
func (x *VolumeKeyList) Reset()
func (*VolumeKeyList) SetKeys ¶
func (x *VolumeKeyList) SetKeys(v []*VolumeKey)
func (*VolumeKeyList) String ¶
func (x *VolumeKeyList) String() string
type VolumeKeyList_builder ¶
type VolumeKeyList_builder struct {
Keys []*VolumeKey
// contains filtered or unexported fields
}
func (VolumeKeyList_builder) Build ¶
func (b0 VolumeKeyList_builder) Build() *VolumeKeyList
type VolumeKey_builder ¶
type VolumeKey_builder struct {
Name string
// contains filtered or unexported fields
}
func (VolumeKey_builder) Build ¶
func (b0 VolumeKey_builder) Build() *VolumeKey
type VolumeList ¶
type VolumeList struct {
Volumes []*Volume `protobuf:"bytes,1,rep,name=volumes,proto3" json:"volumes,omitempty"`
// contains filtered or unexported fields
}
func (*VolumeList) GetVolumes ¶
func (x *VolumeList) GetVolumes() []*Volume
func (*VolumeList) ProtoMessage ¶
func (*VolumeList) ProtoMessage()
func (*VolumeList) ProtoReflect ¶
func (x *VolumeList) ProtoReflect() protoreflect.Message
func (*VolumeList) Reset ¶
func (x *VolumeList) Reset()
func (*VolumeList) SetVolumes ¶
func (x *VolumeList) SetVolumes(v []*Volume)
func (*VolumeList) String ¶
func (x *VolumeList) String() string
type VolumeList_builder ¶
type VolumeList_builder struct {
Volumes []*Volume
// contains filtered or unexported fields
}
func (VolumeList_builder) Build ¶
func (b0 VolumeList_builder) Build() *VolumeList
Source Files
¶
- disc.pb.go
- keys.pb.go
- service.pb.go
- volume.pb.go
Click to show internal directories.
Click to hide internal directories.