libraryv1

package
v1.36.10-2025120203400... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 4 Imported by: 2

Documentation

Index

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) ClearKey

func (x *Disc) ClearKey()

func (*Disc) GetKey

func (x *Disc) GetKey() *DiscKey

func (*Disc) GetPath

func (x *Disc) GetPath() string

func (*Disc) HasKey

func (x *Disc) HasKey() bool

func (*Disc) ProtoMessage

func (*Disc) ProtoMessage()

func (*Disc) ProtoReflect

func (x *Disc) ProtoReflect() protoreflect.Message

func (*Disc) Reset

func (x *Disc) Reset()

func (*Disc) SetKey

func (x *Disc) SetKey(v *DiscKey)

func (*Disc) SetPath

func (x *Disc) SetPath(v string)

func (*Disc) String

func (x *Disc) String() string

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) ClearVolume

func (x *DiscKey) ClearVolume()

func (*DiscKey) GetName

func (x *DiscKey) GetName() string

func (*DiscKey) GetVolume

func (x *DiscKey) GetVolume() *VolumeKey

func (*DiscKey) HasVolume

func (x *DiscKey) HasVolume() bool

func (*DiscKey) ProtoMessage

func (*DiscKey) ProtoMessage()

func (*DiscKey) ProtoReflect

func (x *DiscKey) ProtoReflect() protoreflect.Message

func (*DiscKey) Reset

func (x *DiscKey) Reset()

func (*DiscKey) SetName

func (x *DiscKey) SetName(v string)

func (*DiscKey) SetVolume

func (x *DiscKey) SetVolume(v *VolumeKey)

func (*DiscKey) String

func (x *DiscKey) String() string

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) GetDiscs

func (x *DiscList) GetDiscs() []*Disc

func (*DiscList) ProtoMessage

func (*DiscList) ProtoMessage()

func (*DiscList) ProtoReflect

func (x *DiscList) ProtoReflect() protoreflect.Message

func (*DiscList) Reset

func (x *DiscList) Reset()

func (*DiscList) SetDiscs

func (x *DiscList) SetDiscs(v []*Disc)

func (*DiscList) String

func (x *DiscList) String() string

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

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

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

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

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

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

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

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

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) ClearKey

func (x *Volume) ClearKey()

func (*Volume) GetKey

func (x *Volume) GetKey() *VolumeKey

func (*Volume) GetPath

func (x *Volume) GetPath() string

func (*Volume) HasKey

func (x *Volume) HasKey() bool

func (*Volume) ProtoMessage

func (*Volume) ProtoMessage()

func (*Volume) ProtoReflect

func (x *Volume) ProtoReflect() protoreflect.Message

func (*Volume) Reset

func (x *Volume) Reset()

func (*Volume) SetKey

func (x *Volume) SetKey(v *VolumeKey)

func (*Volume) SetPath

func (x *Volume) SetPath(v string)

func (*Volume) String

func (x *Volume) String() string

type VolumeKey

type VolumeKey struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*VolumeKey) GetName

func (x *VolumeKey) GetName() string

func (*VolumeKey) ProtoMessage

func (*VolumeKey) ProtoMessage()

func (*VolumeKey) ProtoReflect

func (x *VolumeKey) ProtoReflect() protoreflect.Message

func (*VolumeKey) Reset

func (x *VolumeKey) Reset()

func (*VolumeKey) SetName

func (x *VolumeKey) SetName(v string)

func (*VolumeKey) String

func (x *VolumeKey) String() string

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

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

type Volume_builder

type Volume_builder struct {
	Key *VolumeKey
	// The path where the volume is stored.
	Path string
	// contains filtered or unexported fields
}

func (Volume_builder) Build

func (b0 Volume_builder) Build() *Volume

Source Files

  • disc.pb.go
  • keys.pb.go
  • service.pb.go
  • volume.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL