Documentation
¶
Index ¶
- Variables
- type InfoComponent
- type VolumeComponent
- func (*VolumeComponent) Descriptor() ([]byte, []int)deprecated
- func (x *VolumeComponent) GetLevel() float32
- func (x *VolumeComponent) GetMuted() bool
- func (*VolumeComponent) ProtoMessage()
- func (x *VolumeComponent) ProtoReflect() protoreflect.Message
- func (x *VolumeComponent) Reset()
- func (x *VolumeComponent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_widget_v1_info_proto protoreflect.FileDescriptor
View Source
var File_widget_v1_volume_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InfoComponent ¶
type InfoComponent struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*InfoComponent) Descriptor
deprecated
func (*InfoComponent) Descriptor() ([]byte, []int)
Deprecated: Use InfoComponent.ProtoReflect.Descriptor instead.
func (*InfoComponent) GetName ¶
func (x *InfoComponent) GetName() string
func (*InfoComponent) ProtoMessage ¶
func (*InfoComponent) ProtoMessage()
func (*InfoComponent) ProtoReflect ¶
func (x *InfoComponent) ProtoReflect() protoreflect.Message
func (*InfoComponent) Reset ¶
func (x *InfoComponent) Reset()
func (*InfoComponent) String ¶
func (x *InfoComponent) String() string
type VolumeComponent ¶
type VolumeComponent struct {
Level float32 `protobuf:"fixed32,1,opt,name=level,proto3" json:"level,omitempty"`
Muted bool `protobuf:"varint,2,opt,name=muted,proto3" json:"muted,omitempty"`
// contains filtered or unexported fields
}
func (*VolumeComponent) Descriptor
deprecated
func (*VolumeComponent) Descriptor() ([]byte, []int)
Deprecated: Use VolumeComponent.ProtoReflect.Descriptor instead.
func (*VolumeComponent) GetLevel ¶
func (x *VolumeComponent) GetLevel() float32
func (*VolumeComponent) GetMuted ¶
func (x *VolumeComponent) GetMuted() bool
func (*VolumeComponent) ProtoMessage ¶
func (*VolumeComponent) ProtoMessage()
func (*VolumeComponent) ProtoReflect ¶
func (x *VolumeComponent) ProtoReflect() protoreflect.Message
func (*VolumeComponent) Reset ¶
func (x *VolumeComponent) Reset()
func (*VolumeComponent) String ¶
func (x *VolumeComponent) String() string
Click to show internal directories.
Click to hide internal directories.