trackstar

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BusTopic_name = map[int32]string{
		0: "TRACKSTAR_EVENT",
		1: "TRACKSTAR_REQUEST",
		2: "TRACKSTAR_COMMAND",
	}
	BusTopic_value = map[string]int32{
		"TRACKSTAR_EVENT":   0,
		"TRACKSTAR_REQUEST": 1,
		"TRACKSTAR_COMMAND": 2,
	}
)

Enum value maps for BusTopic.

View Source
var (
	MessageTypeEvent_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "DECK_DISCOVERED",
		2: "TRACK_UPDATE",
		3: "DECK_STYLE_UPDATE",
		4: "SESSION_UPDATE",
	}
	MessageTypeEvent_value = map[string]int32{
		"UNSPECIFIED":       0,
		"DECK_DISCOVERED":   1,
		"TRACK_UPDATE":      2,
		"DECK_STYLE_UPDATE": 3,
		"SESSION_UPDATE":    4,
	}
)

Enum value maps for MessageTypeEvent.

View Source
var (
	MessageTypeRequest_name = map[int32]string{
		0:  "GET_TRACK_REQ",
		1:  "GET_TRACK_RESP",
		2:  "SUBMIT_TRACK_REQ",
		3:  "SUBMIT_TRACK_RESP",
		4:  "CONFIG_GET_REQ",
		5:  "CONFIG_GET_RESP",
		6:  "GET_SESSION_REQ",
		7:  "GET_SESSION_RESP",
		8:  "TAG_TRACK_REQ",
		9:  "TAG_TRACK_RESP",
		10: "LIST_SESSIONS_REQ",
		11: "LIST_SESSIONS_RESP",
	}
	MessageTypeRequest_value = map[string]int32{
		"GET_TRACK_REQ":      0,
		"GET_TRACK_RESP":     1,
		"SUBMIT_TRACK_REQ":   2,
		"SUBMIT_TRACK_RESP":  3,
		"CONFIG_GET_REQ":     4,
		"CONFIG_GET_RESP":    5,
		"GET_SESSION_REQ":    6,
		"GET_SESSION_RESP":   7,
		"TAG_TRACK_REQ":      8,
		"TAG_TRACK_RESP":     9,
		"LIST_SESSIONS_REQ":  10,
		"LIST_SESSIONS_RESP": 11,
	}
)

Enum value maps for MessageTypeRequest.

View Source
var (
	MessageTypeCommand_name = map[int32]string{
		0: "CONFIG_SET_REQ",
		1: "CONFIG_SET_RESP",
	}
	MessageTypeCommand_value = map[string]int32{
		"CONFIG_SET_REQ":  0,
		"CONFIG_SET_RESP": 1,
	}
)

Enum value maps for MessageTypeCommand.

Functions

This section is empty.

Types

type BusTopic

type BusTopic int32
const (
	BusTopic_TRACKSTAR_EVENT   BusTopic = 0
	BusTopic_TRACKSTAR_REQUEST BusTopic = 1
	BusTopic_TRACKSTAR_COMMAND BusTopic = 2
)

func (BusTopic) Enum

func (x BusTopic) Enum() *BusTopic

func (BusTopic) MarshalJSON

func (x BusTopic) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BusTopic to JSON.

func (BusTopic) MarshalProtoJSON

func (x BusTopic) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BusTopic to JSON.

func (BusTopic) MarshalText

func (x BusTopic) MarshalText() ([]byte, error)

MarshalText marshals the BusTopic to text.

func (BusTopic) String

func (x BusTopic) String() string

func (*BusTopic) UnmarshalJSON

func (x *BusTopic) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BusTopic from JSON.

func (*BusTopic) UnmarshalProtoJSON

func (x *BusTopic) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BusTopic from JSON.

func (*BusTopic) UnmarshalText

func (x *BusTopic) UnmarshalText(b []byte) error

UnmarshalText unmarshals the BusTopic from text.

type Config

type Config struct {
	DemoDelaySeconds   uint32            `protobuf:"varint,1,opt,name=demo_delay_seconds,json=demoDelaySeconds,proto3" json:"demoDelaySeconds,omitempty"`
	ClearBracketedText bool              `protobuf:"varint,2,opt,name=clear_bracketed_text,json=clearBracketedText,proto3" json:"clearBracketedText,omitempty"`
	TrackDelaySeconds  uint32            `protobuf:"varint,3,opt,name=track_delay_seconds,json=trackDelaySeconds,proto3" json:"trackDelaySeconds,omitempty"`
	TrackReplacements  map[string]*Track `` /* 199-byte string literal not displayed */
	Tags               []*TrackTagConfig `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	SaveSessions       bool              `protobuf:"varint,6,opt,name=save_sessions,json=saveSessions,proto3" json:"saveSessions,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) CloneMessageVT

func (m *Config) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Config) CloneVT

func (m *Config) CloneVT() *Config

func (*Config) EqualMessageVT

func (this *Config) EqualMessageVT(thatMsg any) bool

func (*Config) EqualVT

func (this *Config) EqualVT(that *Config) bool

func (*Config) GetClearBracketedText

func (x *Config) GetClearBracketedText() bool

func (*Config) GetDemoDelaySeconds

func (x *Config) GetDemoDelaySeconds() uint32

func (*Config) GetSaveSessions

func (x *Config) GetSaveSessions() bool

func (*Config) GetTags

func (x *Config) GetTags() []*TrackTagConfig

func (*Config) GetTrackDelaySeconds

func (x *Config) GetTrackDelaySeconds() uint32

func (*Config) GetTrackReplacements

func (x *Config) GetTrackReplacements() map[string]*Track

func (*Config) MarshalJSON

func (x *Config) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Config to JSON.

func (*Config) MarshalProtoJSON

func (x *Config) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Config message to JSON.

func (*Config) MarshalToSizedBufferVT

func (m *Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Config) MarshalToVT

func (m *Config) MarshalToVT(dAtA []byte) (int, error)

func (*Config) MarshalVT

func (m *Config) MarshalVT() (dAtA []byte, err error)

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (x *Config) Reset()

func (*Config) SizeVT

func (m *Config) SizeVT() (n int)

func (*Config) UnmarshalJSON

func (x *Config) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Config from JSON.

func (*Config) UnmarshalProtoJSON

func (x *Config) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Config message from JSON.

func (*Config) UnmarshalVT

func (m *Config) UnmarshalVT(dAtA []byte) error

type ConfigGetRequest

type ConfigGetRequest struct {
	// contains filtered or unexported fields
}

func (*ConfigGetRequest) CloneMessageVT

func (m *ConfigGetRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfigGetRequest) CloneVT

func (m *ConfigGetRequest) CloneVT() *ConfigGetRequest

func (*ConfigGetRequest) EqualMessageVT

func (this *ConfigGetRequest) EqualMessageVT(thatMsg any) bool

func (*ConfigGetRequest) EqualVT

func (this *ConfigGetRequest) EqualVT(that *ConfigGetRequest) bool

func (*ConfigGetRequest) MarshalJSON

func (x *ConfigGetRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfigGetRequest to JSON.

func (*ConfigGetRequest) MarshalProtoJSON

func (x *ConfigGetRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfigGetRequest message to JSON.

func (*ConfigGetRequest) MarshalToSizedBufferVT

func (m *ConfigGetRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigGetRequest) MarshalToVT

func (m *ConfigGetRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigGetRequest) MarshalVT

func (m *ConfigGetRequest) MarshalVT() (dAtA []byte, err error)

func (*ConfigGetRequest) ProtoMessage

func (*ConfigGetRequest) ProtoMessage()

func (*ConfigGetRequest) Reset

func (x *ConfigGetRequest) Reset()

func (*ConfigGetRequest) SizeVT

func (m *ConfigGetRequest) SizeVT() (n int)

func (*ConfigGetRequest) UnmarshalJSON

func (x *ConfigGetRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfigGetRequest from JSON.

func (*ConfigGetRequest) UnmarshalProtoJSON

func (x *ConfigGetRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfigGetRequest message from JSON.

func (*ConfigGetRequest) UnmarshalVT

func (m *ConfigGetRequest) UnmarshalVT(dAtA []byte) error

type ConfigGetResponse

type ConfigGetResponse struct {
	Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigGetResponse) CloneMessageVT

func (m *ConfigGetResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfigGetResponse) CloneVT

func (m *ConfigGetResponse) CloneVT() *ConfigGetResponse

func (*ConfigGetResponse) EqualMessageVT

func (this *ConfigGetResponse) EqualMessageVT(thatMsg any) bool

func (*ConfigGetResponse) EqualVT

func (this *ConfigGetResponse) EqualVT(that *ConfigGetResponse) bool

func (*ConfigGetResponse) GetConfig

func (x *ConfigGetResponse) GetConfig() *Config

func (*ConfigGetResponse) MarshalJSON

func (x *ConfigGetResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfigGetResponse to JSON.

func (*ConfigGetResponse) MarshalProtoJSON

func (x *ConfigGetResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfigGetResponse message to JSON.

func (*ConfigGetResponse) MarshalToSizedBufferVT

func (m *ConfigGetResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigGetResponse) MarshalToVT

func (m *ConfigGetResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigGetResponse) MarshalVT

func (m *ConfigGetResponse) MarshalVT() (dAtA []byte, err error)

func (*ConfigGetResponse) ProtoMessage

func (*ConfigGetResponse) ProtoMessage()

func (*ConfigGetResponse) Reset

func (x *ConfigGetResponse) Reset()

func (*ConfigGetResponse) SizeVT

func (m *ConfigGetResponse) SizeVT() (n int)

func (*ConfigGetResponse) UnmarshalJSON

func (x *ConfigGetResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfigGetResponse from JSON.

func (*ConfigGetResponse) UnmarshalProtoJSON

func (x *ConfigGetResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfigGetResponse message from JSON.

func (*ConfigGetResponse) UnmarshalVT

func (m *ConfigGetResponse) UnmarshalVT(dAtA []byte) error

type ConfigSetRequest

type ConfigSetRequest struct {
	Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSetRequest) CloneMessageVT

func (m *ConfigSetRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfigSetRequest) CloneVT

func (m *ConfigSetRequest) CloneVT() *ConfigSetRequest

func (*ConfigSetRequest) EqualMessageVT

func (this *ConfigSetRequest) EqualMessageVT(thatMsg any) bool

func (*ConfigSetRequest) EqualVT

func (this *ConfigSetRequest) EqualVT(that *ConfigSetRequest) bool

func (*ConfigSetRequest) GetConfig

func (x *ConfigSetRequest) GetConfig() *Config

func (*ConfigSetRequest) MarshalJSON

func (x *ConfigSetRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfigSetRequest to JSON.

func (*ConfigSetRequest) MarshalProtoJSON

func (x *ConfigSetRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfigSetRequest message to JSON.

func (*ConfigSetRequest) MarshalToSizedBufferVT

func (m *ConfigSetRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigSetRequest) MarshalToVT

func (m *ConfigSetRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigSetRequest) MarshalVT

func (m *ConfigSetRequest) MarshalVT() (dAtA []byte, err error)

func (*ConfigSetRequest) ProtoMessage

func (*ConfigSetRequest) ProtoMessage()

func (*ConfigSetRequest) Reset

func (x *ConfigSetRequest) Reset()

func (*ConfigSetRequest) SizeVT

func (m *ConfigSetRequest) SizeVT() (n int)

func (*ConfigSetRequest) UnmarshalJSON

func (x *ConfigSetRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfigSetRequest from JSON.

func (*ConfigSetRequest) UnmarshalProtoJSON

func (x *ConfigSetRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfigSetRequest message from JSON.

func (*ConfigSetRequest) UnmarshalVT

func (m *ConfigSetRequest) UnmarshalVT(dAtA []byte) error

type ConfigSetResponse

type ConfigSetResponse struct {
	Config *Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSetResponse) CloneMessageVT

func (m *ConfigSetResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ConfigSetResponse) CloneVT

func (m *ConfigSetResponse) CloneVT() *ConfigSetResponse

func (*ConfigSetResponse) EqualMessageVT

func (this *ConfigSetResponse) EqualMessageVT(thatMsg any) bool

func (*ConfigSetResponse) EqualVT

func (this *ConfigSetResponse) EqualVT(that *ConfigSetResponse) bool

func (*ConfigSetResponse) GetConfig

func (x *ConfigSetResponse) GetConfig() *Config

func (*ConfigSetResponse) MarshalJSON

func (x *ConfigSetResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ConfigSetResponse to JSON.

func (*ConfigSetResponse) MarshalProtoJSON

func (x *ConfigSetResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ConfigSetResponse message to JSON.

func (*ConfigSetResponse) MarshalToSizedBufferVT

func (m *ConfigSetResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ConfigSetResponse) MarshalToVT

func (m *ConfigSetResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ConfigSetResponse) MarshalVT

func (m *ConfigSetResponse) MarshalVT() (dAtA []byte, err error)

func (*ConfigSetResponse) ProtoMessage

func (*ConfigSetResponse) ProtoMessage()

func (*ConfigSetResponse) Reset

func (x *ConfigSetResponse) Reset()

func (*ConfigSetResponse) SizeVT

func (m *ConfigSetResponse) SizeVT() (n int)

func (*ConfigSetResponse) UnmarshalJSON

func (x *ConfigSetResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ConfigSetResponse from JSON.

func (*ConfigSetResponse) UnmarshalProtoJSON

func (x *ConfigSetResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ConfigSetResponse message from JSON.

func (*ConfigSetResponse) UnmarshalVT

func (m *ConfigSetResponse) UnmarshalVT(dAtA []byte) error

type Config_TrackReplacementsEntry

type Config_TrackReplacementsEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *Track `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_TrackReplacementsEntry) GetKey

func (*Config_TrackReplacementsEntry) GetValue

func (x *Config_TrackReplacementsEntry) GetValue() *Track

func (*Config_TrackReplacementsEntry) MarshalJSON

func (x *Config_TrackReplacementsEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Config_TrackReplacementsEntry to JSON.

func (*Config_TrackReplacementsEntry) MarshalProtoJSON

func (x *Config_TrackReplacementsEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Config_TrackReplacementsEntry message to JSON.

func (*Config_TrackReplacementsEntry) ProtoMessage

func (*Config_TrackReplacementsEntry) ProtoMessage()

func (*Config_TrackReplacementsEntry) Reset

func (x *Config_TrackReplacementsEntry) Reset()

func (*Config_TrackReplacementsEntry) UnmarshalJSON

func (x *Config_TrackReplacementsEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Config_TrackReplacementsEntry from JSON.

func (*Config_TrackReplacementsEntry) UnmarshalProtoJSON

func (x *Config_TrackReplacementsEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Config_TrackReplacementsEntry message from JSON.

type DeckDiscovered

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

func (*DeckDiscovered) CloneMessageVT

func (m *DeckDiscovered) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*DeckDiscovered) CloneVT

func (m *DeckDiscovered) CloneVT() *DeckDiscovered

func (*DeckDiscovered) EqualMessageVT

func (this *DeckDiscovered) EqualMessageVT(thatMsg any) bool

func (*DeckDiscovered) EqualVT

func (this *DeckDiscovered) EqualVT(that *DeckDiscovered) bool

func (*DeckDiscovered) GetDeckId

func (x *DeckDiscovered) GetDeckId() string

func (*DeckDiscovered) MarshalJSON

func (x *DeckDiscovered) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeckDiscovered to JSON.

func (*DeckDiscovered) MarshalProtoJSON

func (x *DeckDiscovered) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeckDiscovered message to JSON.

func (*DeckDiscovered) MarshalToSizedBufferVT

func (m *DeckDiscovered) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeckDiscovered) MarshalToVT

func (m *DeckDiscovered) MarshalToVT(dAtA []byte) (int, error)

func (*DeckDiscovered) MarshalVT

func (m *DeckDiscovered) MarshalVT() (dAtA []byte, err error)

func (*DeckDiscovered) ProtoMessage

func (*DeckDiscovered) ProtoMessage()

func (*DeckDiscovered) Reset

func (x *DeckDiscovered) Reset()

func (*DeckDiscovered) SizeVT

func (m *DeckDiscovered) SizeVT() (n int)

func (*DeckDiscovered) UnmarshalJSON

func (x *DeckDiscovered) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DeckDiscovered from JSON.

func (*DeckDiscovered) UnmarshalProtoJSON

func (x *DeckDiscovered) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeckDiscovered message from JSON.

func (*DeckDiscovered) UnmarshalVT

func (m *DeckDiscovered) UnmarshalVT(dAtA []byte) error

type GetSessionRequest

type GetSessionRequest struct {
	Session int64 `protobuf:"varint,1,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSessionRequest) CloneMessageVT

func (m *GetSessionRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetSessionRequest) CloneVT

func (m *GetSessionRequest) CloneVT() *GetSessionRequest

func (*GetSessionRequest) EqualMessageVT

func (this *GetSessionRequest) EqualMessageVT(thatMsg any) bool

func (*GetSessionRequest) EqualVT

func (this *GetSessionRequest) EqualVT(that *GetSessionRequest) bool

func (*GetSessionRequest) GetSession

func (x *GetSessionRequest) GetSession() int64

func (*GetSessionRequest) MarshalJSON

func (x *GetSessionRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetSessionRequest to JSON.

func (*GetSessionRequest) MarshalProtoJSON

func (x *GetSessionRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetSessionRequest message to JSON.

func (*GetSessionRequest) MarshalToSizedBufferVT

func (m *GetSessionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSessionRequest) MarshalToVT

func (m *GetSessionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSessionRequest) MarshalVT

func (m *GetSessionRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSessionRequest) ProtoMessage

func (*GetSessionRequest) ProtoMessage()

func (*GetSessionRequest) Reset

func (x *GetSessionRequest) Reset()

func (*GetSessionRequest) SizeVT

func (m *GetSessionRequest) SizeVT() (n int)

func (*GetSessionRequest) UnmarshalJSON

func (x *GetSessionRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetSessionRequest from JSON.

func (*GetSessionRequest) UnmarshalProtoJSON

func (x *GetSessionRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetSessionRequest message from JSON.

func (*GetSessionRequest) UnmarshalVT

func (m *GetSessionRequest) UnmarshalVT(dAtA []byte) error

type GetSessionResponse

type GetSessionResponse struct {
	Session *Session `protobuf:"bytes,2,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSessionResponse) CloneMessageVT

func (m *GetSessionResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetSessionResponse) CloneVT

func (m *GetSessionResponse) CloneVT() *GetSessionResponse

func (*GetSessionResponse) EqualMessageVT

func (this *GetSessionResponse) EqualMessageVT(thatMsg any) bool

func (*GetSessionResponse) EqualVT

func (this *GetSessionResponse) EqualVT(that *GetSessionResponse) bool

func (*GetSessionResponse) GetSession

func (x *GetSessionResponse) GetSession() *Session

func (*GetSessionResponse) MarshalJSON

func (x *GetSessionResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetSessionResponse to JSON.

func (*GetSessionResponse) MarshalProtoJSON

func (x *GetSessionResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetSessionResponse message to JSON.

func (*GetSessionResponse) MarshalToSizedBufferVT

func (m *GetSessionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSessionResponse) MarshalToVT

func (m *GetSessionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetSessionResponse) MarshalVT

func (m *GetSessionResponse) MarshalVT() (dAtA []byte, err error)

func (*GetSessionResponse) ProtoMessage

func (*GetSessionResponse) ProtoMessage()

func (*GetSessionResponse) Reset

func (x *GetSessionResponse) Reset()

func (*GetSessionResponse) SizeVT

func (m *GetSessionResponse) SizeVT() (n int)

func (*GetSessionResponse) UnmarshalJSON

func (x *GetSessionResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetSessionResponse from JSON.

func (*GetSessionResponse) UnmarshalProtoJSON

func (x *GetSessionResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetSessionResponse message from JSON.

func (*GetSessionResponse) UnmarshalVT

func (m *GetSessionResponse) UnmarshalVT(dAtA []byte) error

type GetTrackRequest

type GetTrackRequest struct {
	DeltaSeconds uint32 `protobuf:"varint,1,opt,name=delta_seconds,json=deltaSeconds,proto3" json:"deltaSeconds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackRequest) CloneMessageVT

func (m *GetTrackRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetTrackRequest) CloneVT

func (m *GetTrackRequest) CloneVT() *GetTrackRequest

func (*GetTrackRequest) EqualMessageVT

func (this *GetTrackRequest) EqualMessageVT(thatMsg any) bool

func (*GetTrackRequest) EqualVT

func (this *GetTrackRequest) EqualVT(that *GetTrackRequest) bool

func (*GetTrackRequest) GetDeltaSeconds

func (x *GetTrackRequest) GetDeltaSeconds() uint32

func (*GetTrackRequest) MarshalJSON

func (x *GetTrackRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetTrackRequest to JSON.

func (*GetTrackRequest) MarshalProtoJSON

func (x *GetTrackRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetTrackRequest message to JSON.

func (*GetTrackRequest) MarshalToSizedBufferVT

func (m *GetTrackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTrackRequest) MarshalToVT

func (m *GetTrackRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetTrackRequest) MarshalVT

func (m *GetTrackRequest) MarshalVT() (dAtA []byte, err error)

func (*GetTrackRequest) ProtoMessage

func (*GetTrackRequest) ProtoMessage()

func (*GetTrackRequest) Reset

func (x *GetTrackRequest) Reset()

func (*GetTrackRequest) SizeVT

func (m *GetTrackRequest) SizeVT() (n int)

func (*GetTrackRequest) UnmarshalJSON

func (x *GetTrackRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetTrackRequest from JSON.

func (*GetTrackRequest) UnmarshalProtoJSON

func (x *GetTrackRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetTrackRequest message from JSON.

func (*GetTrackRequest) UnmarshalVT

func (m *GetTrackRequest) UnmarshalVT(dAtA []byte) error

type GetTrackResponse

type GetTrackResponse struct {
	TrackUpdate *TrackUpdate `protobuf:"bytes,1,opt,name=track_update,json=trackUpdate,proto3" json:"trackUpdate,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackResponse) CloneMessageVT

func (m *GetTrackResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetTrackResponse) CloneVT

func (m *GetTrackResponse) CloneVT() *GetTrackResponse

func (*GetTrackResponse) EqualMessageVT

func (this *GetTrackResponse) EqualMessageVT(thatMsg any) bool

func (*GetTrackResponse) EqualVT

func (this *GetTrackResponse) EqualVT(that *GetTrackResponse) bool

func (*GetTrackResponse) GetTrackUpdate

func (x *GetTrackResponse) GetTrackUpdate() *TrackUpdate

func (*GetTrackResponse) MarshalJSON

func (x *GetTrackResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetTrackResponse to JSON.

func (*GetTrackResponse) MarshalProtoJSON

func (x *GetTrackResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetTrackResponse message to JSON.

func (*GetTrackResponse) MarshalToSizedBufferVT

func (m *GetTrackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetTrackResponse) MarshalToVT

func (m *GetTrackResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetTrackResponse) MarshalVT

func (m *GetTrackResponse) MarshalVT() (dAtA []byte, err error)

func (*GetTrackResponse) ProtoMessage

func (*GetTrackResponse) ProtoMessage()

func (*GetTrackResponse) Reset

func (x *GetTrackResponse) Reset()

func (*GetTrackResponse) SizeVT

func (m *GetTrackResponse) SizeVT() (n int)

func (*GetTrackResponse) UnmarshalJSON

func (x *GetTrackResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the GetTrackResponse from JSON.

func (*GetTrackResponse) UnmarshalProtoJSON

func (x *GetTrackResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetTrackResponse message from JSON.

func (*GetTrackResponse) UnmarshalVT

func (m *GetTrackResponse) UnmarshalVT(dAtA []byte) error

type ListSessionsRequest

type ListSessionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListSessionsRequest) CloneMessageVT

func (*ListSessionsRequest) CloneVT

func (*ListSessionsRequest) EqualMessageVT

func (this *ListSessionsRequest) EqualMessageVT(thatMsg any) bool

func (*ListSessionsRequest) EqualVT

func (this *ListSessionsRequest) EqualVT(that *ListSessionsRequest) bool

func (*ListSessionsRequest) MarshalJSON

func (x *ListSessionsRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListSessionsRequest to JSON.

func (*ListSessionsRequest) MarshalProtoJSON

func (x *ListSessionsRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListSessionsRequest message to JSON.

func (*ListSessionsRequest) MarshalToSizedBufferVT

func (m *ListSessionsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListSessionsRequest) MarshalToVT

func (m *ListSessionsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListSessionsRequest) MarshalVT

func (m *ListSessionsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListSessionsRequest) ProtoMessage

func (*ListSessionsRequest) ProtoMessage()

func (*ListSessionsRequest) Reset

func (x *ListSessionsRequest) Reset()

func (*ListSessionsRequest) SizeVT

func (m *ListSessionsRequest) SizeVT() (n int)

func (*ListSessionsRequest) UnmarshalJSON

func (x *ListSessionsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListSessionsRequest from JSON.

func (*ListSessionsRequest) UnmarshalProtoJSON

func (x *ListSessionsRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListSessionsRequest message from JSON.

func (*ListSessionsRequest) UnmarshalVT

func (m *ListSessionsRequest) UnmarshalVT(dAtA []byte) error

type ListSessionsResponse

type ListSessionsResponse struct {
	Sessions []int64 `protobuf:"varint,1,rep,packed,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSessionsResponse) CloneMessageVT

func (*ListSessionsResponse) CloneVT

func (*ListSessionsResponse) EqualMessageVT

func (this *ListSessionsResponse) EqualMessageVT(thatMsg any) bool

func (*ListSessionsResponse) EqualVT

func (this *ListSessionsResponse) EqualVT(that *ListSessionsResponse) bool

func (*ListSessionsResponse) GetSessions

func (x *ListSessionsResponse) GetSessions() []int64

func (*ListSessionsResponse) MarshalJSON

func (x *ListSessionsResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListSessionsResponse to JSON.

func (*ListSessionsResponse) MarshalProtoJSON

func (x *ListSessionsResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListSessionsResponse message to JSON.

func (*ListSessionsResponse) MarshalToSizedBufferVT

func (m *ListSessionsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListSessionsResponse) MarshalToVT

func (m *ListSessionsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListSessionsResponse) MarshalVT

func (m *ListSessionsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListSessionsResponse) ProtoMessage

func (*ListSessionsResponse) ProtoMessage()

func (*ListSessionsResponse) Reset

func (x *ListSessionsResponse) Reset()

func (*ListSessionsResponse) SizeVT

func (m *ListSessionsResponse) SizeVT() (n int)

func (*ListSessionsResponse) UnmarshalJSON

func (x *ListSessionsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the ListSessionsResponse from JSON.

func (*ListSessionsResponse) UnmarshalProtoJSON

func (x *ListSessionsResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListSessionsResponse message from JSON.

func (*ListSessionsResponse) UnmarshalVT

func (m *ListSessionsResponse) UnmarshalVT(dAtA []byte) error

type MessageTypeCommand

type MessageTypeCommand int32
const (
	MessageTypeCommand_CONFIG_SET_REQ  MessageTypeCommand = 0
	MessageTypeCommand_CONFIG_SET_RESP MessageTypeCommand = 1
)

func (MessageTypeCommand) Enum

func (MessageTypeCommand) MarshalJSON

func (x MessageTypeCommand) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeCommand to JSON.

func (MessageTypeCommand) MarshalProtoJSON

func (x MessageTypeCommand) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeCommand to JSON.

func (MessageTypeCommand) MarshalText

func (x MessageTypeCommand) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeCommand to text.

func (MessageTypeCommand) String

func (x MessageTypeCommand) String() string

func (*MessageTypeCommand) UnmarshalJSON

func (x *MessageTypeCommand) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MessageTypeCommand from JSON.

func (*MessageTypeCommand) UnmarshalProtoJSON

func (x *MessageTypeCommand) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeCommand from JSON.

func (*MessageTypeCommand) UnmarshalText

func (x *MessageTypeCommand) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeCommand from text.

type MessageTypeEvent

type MessageTypeEvent int32
const (
	MessageTypeEvent_UNSPECIFIED       MessageTypeEvent = 0
	MessageTypeEvent_DECK_DISCOVERED   MessageTypeEvent = 1
	MessageTypeEvent_TRACK_UPDATE      MessageTypeEvent = 2
	MessageTypeEvent_DECK_STYLE_UPDATE MessageTypeEvent = 3
	MessageTypeEvent_SESSION_UPDATE    MessageTypeEvent = 4
)

func (MessageTypeEvent) Enum

func (MessageTypeEvent) MarshalJSON

func (x MessageTypeEvent) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeEvent to JSON.

func (MessageTypeEvent) MarshalProtoJSON

func (x MessageTypeEvent) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeEvent to JSON.

func (MessageTypeEvent) MarshalText

func (x MessageTypeEvent) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeEvent to text.

func (MessageTypeEvent) String

func (x MessageTypeEvent) String() string

func (*MessageTypeEvent) UnmarshalJSON

func (x *MessageTypeEvent) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MessageTypeEvent from JSON.

func (*MessageTypeEvent) UnmarshalProtoJSON

func (x *MessageTypeEvent) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeEvent from JSON.

func (*MessageTypeEvent) UnmarshalText

func (x *MessageTypeEvent) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeEvent from text.

type MessageTypeRequest

type MessageTypeRequest int32
const (
	MessageTypeRequest_GET_TRACK_REQ      MessageTypeRequest = 0
	MessageTypeRequest_GET_TRACK_RESP     MessageTypeRequest = 1
	MessageTypeRequest_SUBMIT_TRACK_REQ   MessageTypeRequest = 2
	MessageTypeRequest_SUBMIT_TRACK_RESP  MessageTypeRequest = 3
	MessageTypeRequest_CONFIG_GET_REQ     MessageTypeRequest = 4
	MessageTypeRequest_CONFIG_GET_RESP    MessageTypeRequest = 5
	MessageTypeRequest_GET_SESSION_REQ    MessageTypeRequest = 6
	MessageTypeRequest_GET_SESSION_RESP   MessageTypeRequest = 7
	MessageTypeRequest_TAG_TRACK_REQ      MessageTypeRequest = 8
	MessageTypeRequest_TAG_TRACK_RESP     MessageTypeRequest = 9
	MessageTypeRequest_LIST_SESSIONS_REQ  MessageTypeRequest = 10
	MessageTypeRequest_LIST_SESSIONS_RESP MessageTypeRequest = 11
)

func (MessageTypeRequest) Enum

func (MessageTypeRequest) MarshalJSON

func (x MessageTypeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeRequest to JSON.

func (MessageTypeRequest) MarshalProtoJSON

func (x MessageTypeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeRequest to JSON.

func (MessageTypeRequest) MarshalText

func (x MessageTypeRequest) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeRequest to text.

func (MessageTypeRequest) String

func (x MessageTypeRequest) String() string

func (*MessageTypeRequest) UnmarshalJSON

func (x *MessageTypeRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the MessageTypeRequest from JSON.

func (*MessageTypeRequest) UnmarshalProtoJSON

func (x *MessageTypeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeRequest from JSON.

func (*MessageTypeRequest) UnmarshalText

func (x *MessageTypeRequest) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeRequest from text.

type Session

type Session struct {
	Started int64          `protobuf:"varint,1,opt,name=started,proto3" json:"started,omitempty"`
	Tracks  []*TrackUpdate `protobuf:"bytes,2,rep,name=tracks,proto3" json:"tracks,omitempty"`
	// contains filtered or unexported fields
}

func (*Session) CloneMessageVT

func (m *Session) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Session) CloneVT

func (m *Session) CloneVT() *Session

func (*Session) EqualMessageVT

func (this *Session) EqualMessageVT(thatMsg any) bool

func (*Session) EqualVT

func (this *Session) EqualVT(that *Session) bool

func (*Session) GetStarted

func (x *Session) GetStarted() int64

func (*Session) GetTracks

func (x *Session) GetTracks() []*TrackUpdate

func (*Session) MarshalJSON

func (x *Session) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Session to JSON.

func (*Session) MarshalProtoJSON

func (x *Session) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Session message to JSON.

func (*Session) MarshalToSizedBufferVT

func (m *Session) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Session) MarshalToVT

func (m *Session) MarshalToVT(dAtA []byte) (int, error)

func (*Session) MarshalVT

func (m *Session) MarshalVT() (dAtA []byte, err error)

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) Reset

func (x *Session) Reset()

func (*Session) SizeVT

func (m *Session) SizeVT() (n int)

func (*Session) UnmarshalJSON

func (x *Session) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Session from JSON.

func (*Session) UnmarshalProtoJSON

func (x *Session) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Session message from JSON.

func (*Session) UnmarshalVT

func (m *Session) UnmarshalVT(dAtA []byte) error

type SubmitTrackRequest

type SubmitTrackRequest struct {
	TrackUpdate *TrackUpdate `protobuf:"bytes,1,opt,name=track_update,json=trackUpdate,proto3" json:"trackUpdate,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitTrackRequest) CloneMessageVT

func (m *SubmitTrackRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*SubmitTrackRequest) CloneVT

func (m *SubmitTrackRequest) CloneVT() *SubmitTrackRequest

func (*SubmitTrackRequest) EqualMessageVT

func (this *SubmitTrackRequest) EqualMessageVT(thatMsg any) bool

func (*SubmitTrackRequest) EqualVT

func (this *SubmitTrackRequest) EqualVT(that *SubmitTrackRequest) bool

func (*SubmitTrackRequest) GetTrackUpdate

func (x *SubmitTrackRequest) GetTrackUpdate() *TrackUpdate

func (*SubmitTrackRequest) MarshalJSON

func (x *SubmitTrackRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitTrackRequest to JSON.

func (*SubmitTrackRequest) MarshalProtoJSON

func (x *SubmitTrackRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitTrackRequest message to JSON.

func (*SubmitTrackRequest) MarshalToSizedBufferVT

func (m *SubmitTrackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitTrackRequest) MarshalToVT

func (m *SubmitTrackRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitTrackRequest) MarshalVT

func (m *SubmitTrackRequest) MarshalVT() (dAtA []byte, err error)

func (*SubmitTrackRequest) ProtoMessage

func (*SubmitTrackRequest) ProtoMessage()

func (*SubmitTrackRequest) Reset

func (x *SubmitTrackRequest) Reset()

func (*SubmitTrackRequest) SizeVT

func (m *SubmitTrackRequest) SizeVT() (n int)

func (*SubmitTrackRequest) UnmarshalJSON

func (x *SubmitTrackRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitTrackRequest from JSON.

func (*SubmitTrackRequest) UnmarshalProtoJSON

func (x *SubmitTrackRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitTrackRequest message from JSON.

func (*SubmitTrackRequest) UnmarshalVT

func (m *SubmitTrackRequest) UnmarshalVT(dAtA []byte) error

type SubmitTrackResponse

type SubmitTrackResponse struct {
	// contains filtered or unexported fields
}

func (*SubmitTrackResponse) CloneMessageVT

func (*SubmitTrackResponse) CloneVT

func (*SubmitTrackResponse) EqualMessageVT

func (this *SubmitTrackResponse) EqualMessageVT(thatMsg any) bool

func (*SubmitTrackResponse) EqualVT

func (this *SubmitTrackResponse) EqualVT(that *SubmitTrackResponse) bool

func (*SubmitTrackResponse) MarshalJSON

func (x *SubmitTrackResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SubmitTrackResponse to JSON.

func (*SubmitTrackResponse) MarshalProtoJSON

func (x *SubmitTrackResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SubmitTrackResponse message to JSON.

func (*SubmitTrackResponse) MarshalToSizedBufferVT

func (m *SubmitTrackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubmitTrackResponse) MarshalToVT

func (m *SubmitTrackResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SubmitTrackResponse) MarshalVT

func (m *SubmitTrackResponse) MarshalVT() (dAtA []byte, err error)

func (*SubmitTrackResponse) ProtoMessage

func (*SubmitTrackResponse) ProtoMessage()

func (*SubmitTrackResponse) Reset

func (x *SubmitTrackResponse) Reset()

func (*SubmitTrackResponse) SizeVT

func (m *SubmitTrackResponse) SizeVT() (n int)

func (*SubmitTrackResponse) UnmarshalJSON

func (x *SubmitTrackResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the SubmitTrackResponse from JSON.

func (*SubmitTrackResponse) UnmarshalProtoJSON

func (x *SubmitTrackResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubmitTrackResponse message from JSON.

func (*SubmitTrackResponse) UnmarshalVT

func (m *SubmitTrackResponse) UnmarshalVT(dAtA []byte) error

type TagTrackRequest

type TagTrackRequest struct {
	Tag *TrackUpdateTag `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*TagTrackRequest) CloneMessageVT

func (m *TagTrackRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TagTrackRequest) CloneVT

func (m *TagTrackRequest) CloneVT() *TagTrackRequest

func (*TagTrackRequest) EqualMessageVT

func (this *TagTrackRequest) EqualMessageVT(thatMsg any) bool

func (*TagTrackRequest) EqualVT

func (this *TagTrackRequest) EqualVT(that *TagTrackRequest) bool

func (*TagTrackRequest) GetTag

func (x *TagTrackRequest) GetTag() *TrackUpdateTag

func (*TagTrackRequest) MarshalJSON

func (x *TagTrackRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TagTrackRequest to JSON.

func (*TagTrackRequest) MarshalProtoJSON

func (x *TagTrackRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TagTrackRequest message to JSON.

func (*TagTrackRequest) MarshalToSizedBufferVT

func (m *TagTrackRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TagTrackRequest) MarshalToVT

func (m *TagTrackRequest) MarshalToVT(dAtA []byte) (int, error)

func (*TagTrackRequest) MarshalVT

func (m *TagTrackRequest) MarshalVT() (dAtA []byte, err error)

func (*TagTrackRequest) ProtoMessage

func (*TagTrackRequest) ProtoMessage()

func (*TagTrackRequest) Reset

func (x *TagTrackRequest) Reset()

func (*TagTrackRequest) SizeVT

func (m *TagTrackRequest) SizeVT() (n int)

func (*TagTrackRequest) UnmarshalJSON

func (x *TagTrackRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TagTrackRequest from JSON.

func (*TagTrackRequest) UnmarshalProtoJSON

func (x *TagTrackRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TagTrackRequest message from JSON.

func (*TagTrackRequest) UnmarshalVT

func (m *TagTrackRequest) UnmarshalVT(dAtA []byte) error

type TagTrackResponse

type TagTrackResponse struct {
	// contains filtered or unexported fields
}

func (*TagTrackResponse) CloneMessageVT

func (m *TagTrackResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TagTrackResponse) CloneVT

func (m *TagTrackResponse) CloneVT() *TagTrackResponse

func (*TagTrackResponse) EqualMessageVT

func (this *TagTrackResponse) EqualMessageVT(thatMsg any) bool

func (*TagTrackResponse) EqualVT

func (this *TagTrackResponse) EqualVT(that *TagTrackResponse) bool

func (*TagTrackResponse) MarshalJSON

func (x *TagTrackResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TagTrackResponse to JSON.

func (*TagTrackResponse) MarshalProtoJSON

func (x *TagTrackResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TagTrackResponse message to JSON.

func (*TagTrackResponse) MarshalToSizedBufferVT

func (m *TagTrackResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TagTrackResponse) MarshalToVT

func (m *TagTrackResponse) MarshalToVT(dAtA []byte) (int, error)

func (*TagTrackResponse) MarshalVT

func (m *TagTrackResponse) MarshalVT() (dAtA []byte, err error)

func (*TagTrackResponse) ProtoMessage

func (*TagTrackResponse) ProtoMessage()

func (*TagTrackResponse) Reset

func (x *TagTrackResponse) Reset()

func (*TagTrackResponse) SizeVT

func (m *TagTrackResponse) SizeVT() (n int)

func (*TagTrackResponse) UnmarshalJSON

func (x *TagTrackResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TagTrackResponse from JSON.

func (*TagTrackResponse) UnmarshalProtoJSON

func (x *TagTrackResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TagTrackResponse message from JSON.

func (*TagTrackResponse) UnmarshalVT

func (m *TagTrackResponse) UnmarshalVT(dAtA []byte) error

type Track

type Track struct {
	Artist string `protobuf:"bytes,1,opt,name=artist,proto3" json:"artist,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Track) CloneMessageVT

func (m *Track) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Track) CloneVT

func (m *Track) CloneVT() *Track

func (*Track) EqualMessageVT

func (this *Track) EqualMessageVT(thatMsg any) bool

func (*Track) EqualVT

func (this *Track) EqualVT(that *Track) bool

func (*Track) GetArtist

func (x *Track) GetArtist() string

func (*Track) GetTitle

func (x *Track) GetTitle() string

func (*Track) MarshalJSON

func (x *Track) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Track to JSON.

func (*Track) MarshalProtoJSON

func (x *Track) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Track message to JSON.

func (*Track) MarshalToSizedBufferVT

func (m *Track) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Track) MarshalToVT

func (m *Track) MarshalToVT(dAtA []byte) (int, error)

func (*Track) MarshalVT

func (m *Track) MarshalVT() (dAtA []byte, err error)

func (*Track) ProtoMessage

func (*Track) ProtoMessage()

func (*Track) Reset

func (x *Track) Reset()

func (*Track) SizeVT

func (m *Track) SizeVT() (n int)

func (*Track) UnmarshalJSON

func (x *Track) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Track from JSON.

func (*Track) UnmarshalProtoJSON

func (x *Track) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Track message from JSON.

func (*Track) UnmarshalVT

func (m *Track) UnmarshalVT(dAtA []byte) error

type TrackTagConfig

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

func (*TrackTagConfig) CloneMessageVT

func (m *TrackTagConfig) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TrackTagConfig) CloneVT

func (m *TrackTagConfig) CloneVT() *TrackTagConfig

func (*TrackTagConfig) EqualMessageVT

func (this *TrackTagConfig) EqualMessageVT(thatMsg any) bool

func (*TrackTagConfig) EqualVT

func (this *TrackTagConfig) EqualVT(that *TrackTagConfig) bool

func (*TrackTagConfig) GetTag

func (x *TrackTagConfig) GetTag() string

func (*TrackTagConfig) MarshalJSON

func (x *TrackTagConfig) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TrackTagConfig to JSON.

func (*TrackTagConfig) MarshalProtoJSON

func (x *TrackTagConfig) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TrackTagConfig message to JSON.

func (*TrackTagConfig) MarshalToSizedBufferVT

func (m *TrackTagConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TrackTagConfig) MarshalToVT

func (m *TrackTagConfig) MarshalToVT(dAtA []byte) (int, error)

func (*TrackTagConfig) MarshalVT

func (m *TrackTagConfig) MarshalVT() (dAtA []byte, err error)

func (*TrackTagConfig) ProtoMessage

func (*TrackTagConfig) ProtoMessage()

func (*TrackTagConfig) Reset

func (x *TrackTagConfig) Reset()

func (*TrackTagConfig) SizeVT

func (m *TrackTagConfig) SizeVT() (n int)

func (*TrackTagConfig) UnmarshalJSON

func (x *TrackTagConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TrackTagConfig from JSON.

func (*TrackTagConfig) UnmarshalProtoJSON

func (x *TrackTagConfig) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TrackTagConfig message from JSON.

func (*TrackTagConfig) UnmarshalVT

func (m *TrackTagConfig) UnmarshalVT(dAtA []byte) error

type TrackUpdate

type TrackUpdate struct {
	DeckId string            `protobuf:"bytes,1,opt,name=deck_id,json=deckId,proto3" json:"deckId,omitempty"`
	Track  *Track            `protobuf:"bytes,2,opt,name=track,proto3" json:"track,omitempty"`
	When   int64             `protobuf:"varint,3,opt,name=when,proto3" json:"when,omitempty"`
	Tags   []*TrackUpdateTag `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackUpdate) CloneMessageVT

func (m *TrackUpdate) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TrackUpdate) CloneVT

func (m *TrackUpdate) CloneVT() *TrackUpdate

func (*TrackUpdate) EqualMessageVT

func (this *TrackUpdate) EqualMessageVT(thatMsg any) bool

func (*TrackUpdate) EqualVT

func (this *TrackUpdate) EqualVT(that *TrackUpdate) bool

func (*TrackUpdate) GetDeckId

func (x *TrackUpdate) GetDeckId() string

func (*TrackUpdate) GetTags

func (x *TrackUpdate) GetTags() []*TrackUpdateTag

func (*TrackUpdate) GetTrack

func (x *TrackUpdate) GetTrack() *Track

func (*TrackUpdate) GetWhen

func (x *TrackUpdate) GetWhen() int64

func (*TrackUpdate) MarshalJSON

func (x *TrackUpdate) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TrackUpdate to JSON.

func (*TrackUpdate) MarshalProtoJSON

func (x *TrackUpdate) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TrackUpdate message to JSON.

func (*TrackUpdate) MarshalToSizedBufferVT

func (m *TrackUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TrackUpdate) MarshalToVT

func (m *TrackUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*TrackUpdate) MarshalVT

func (m *TrackUpdate) MarshalVT() (dAtA []byte, err error)

func (*TrackUpdate) ProtoMessage

func (*TrackUpdate) ProtoMessage()

func (*TrackUpdate) Reset

func (x *TrackUpdate) Reset()

func (*TrackUpdate) SizeVT

func (m *TrackUpdate) SizeVT() (n int)

func (*TrackUpdate) UnmarshalJSON

func (x *TrackUpdate) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TrackUpdate from JSON.

func (*TrackUpdate) UnmarshalProtoJSON

func (x *TrackUpdate) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TrackUpdate message from JSON.

func (*TrackUpdate) UnmarshalVT

func (m *TrackUpdate) UnmarshalVT(dAtA []byte) error

type TrackUpdateTag

type TrackUpdateTag struct {
	When      int64  `protobuf:"varint,1,opt,name=when,proto3" json:"when,omitempty"`
	FromId    string `protobuf:"bytes,2,opt,name=from_id,json=fromId,proto3" json:"fromId,omitempty"`
	FromLogin string `protobuf:"bytes,3,opt,name=from_login,json=fromLogin,proto3" json:"fromLogin,omitempty"`
	Tag       string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackUpdateTag) CloneMessageVT

func (m *TrackUpdateTag) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*TrackUpdateTag) CloneVT

func (m *TrackUpdateTag) CloneVT() *TrackUpdateTag

func (*TrackUpdateTag) EqualMessageVT

func (this *TrackUpdateTag) EqualMessageVT(thatMsg any) bool

func (*TrackUpdateTag) EqualVT

func (this *TrackUpdateTag) EqualVT(that *TrackUpdateTag) bool

func (*TrackUpdateTag) GetFromId

func (x *TrackUpdateTag) GetFromId() string

func (*TrackUpdateTag) GetFromLogin

func (x *TrackUpdateTag) GetFromLogin() string

func (*TrackUpdateTag) GetTag

func (x *TrackUpdateTag) GetTag() string

func (*TrackUpdateTag) GetWhen

func (x *TrackUpdateTag) GetWhen() int64

func (*TrackUpdateTag) MarshalJSON

func (x *TrackUpdateTag) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TrackUpdateTag to JSON.

func (*TrackUpdateTag) MarshalProtoJSON

func (x *TrackUpdateTag) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TrackUpdateTag message to JSON.

func (*TrackUpdateTag) MarshalToSizedBufferVT

func (m *TrackUpdateTag) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TrackUpdateTag) MarshalToVT

func (m *TrackUpdateTag) MarshalToVT(dAtA []byte) (int, error)

func (*TrackUpdateTag) MarshalVT

func (m *TrackUpdateTag) MarshalVT() (dAtA []byte, err error)

func (*TrackUpdateTag) ProtoMessage

func (*TrackUpdateTag) ProtoMessage()

func (*TrackUpdateTag) Reset

func (x *TrackUpdateTag) Reset()

func (*TrackUpdateTag) SizeVT

func (m *TrackUpdateTag) SizeVT() (n int)

func (*TrackUpdateTag) UnmarshalJSON

func (x *TrackUpdateTag) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TrackUpdateTag from JSON.

func (*TrackUpdateTag) UnmarshalProtoJSON

func (x *TrackUpdateTag) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TrackUpdateTag message from JSON.

func (*TrackUpdateTag) UnmarshalVT

func (m *TrackUpdateTag) UnmarshalVT(dAtA []byte) error

type TracklogUpdateEvent

type TracklogUpdateEvent struct {
	// contains filtered or unexported fields
}

func (*TracklogUpdateEvent) CloneMessageVT

func (*TracklogUpdateEvent) CloneVT

func (*TracklogUpdateEvent) EqualMessageVT

func (this *TracklogUpdateEvent) EqualMessageVT(thatMsg any) bool

func (*TracklogUpdateEvent) EqualVT

func (this *TracklogUpdateEvent) EqualVT(that *TracklogUpdateEvent) bool

func (*TracklogUpdateEvent) MarshalJSON

func (x *TracklogUpdateEvent) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TracklogUpdateEvent to JSON.

func (*TracklogUpdateEvent) MarshalProtoJSON

func (x *TracklogUpdateEvent) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TracklogUpdateEvent message to JSON.

func (*TracklogUpdateEvent) MarshalToSizedBufferVT

func (m *TracklogUpdateEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TracklogUpdateEvent) MarshalToVT

func (m *TracklogUpdateEvent) MarshalToVT(dAtA []byte) (int, error)

func (*TracklogUpdateEvent) MarshalVT

func (m *TracklogUpdateEvent) MarshalVT() (dAtA []byte, err error)

func (*TracklogUpdateEvent) ProtoMessage

func (*TracklogUpdateEvent) ProtoMessage()

func (*TracklogUpdateEvent) Reset

func (x *TracklogUpdateEvent) Reset()

func (*TracklogUpdateEvent) SizeVT

func (m *TracklogUpdateEvent) SizeVT() (n int)

func (*TracklogUpdateEvent) UnmarshalJSON

func (x *TracklogUpdateEvent) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the TracklogUpdateEvent from JSON.

func (*TracklogUpdateEvent) UnmarshalProtoJSON

func (x *TracklogUpdateEvent) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TracklogUpdateEvent message from JSON.

func (*TracklogUpdateEvent) UnmarshalVT

func (m *TracklogUpdateEvent) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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