Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_spotify_lens_lens_model_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Lens ¶
type Lens struct {
Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
// contains filtered or unexported fields
}
func (*Lens) Descriptor
deprecated
func (*Lens) GetIdentifier ¶
func (*Lens) ProtoMessage ¶
func (*Lens) ProtoMessage()
func (*Lens) ProtoReflect ¶
func (x *Lens) ProtoReflect() protoreflect.Message
type LensState ¶
type LensState struct {
Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
Revision []byte `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
// contains filtered or unexported fields
}
func (*LensState) Descriptor
deprecated
func (*LensState) GetIdentifier ¶
func (*LensState) GetRevision ¶
func (*LensState) ProtoMessage ¶
func (*LensState) ProtoMessage()
func (*LensState) ProtoReflect ¶
func (x *LensState) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.