Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Globals ¶
type Globals struct {
// An opaque identifier unique to the client (UUID, serial number, or other unique device ID)
ClientID *string `header:"style=simple,explode=false,name=X-Plex-Client-Identifier"`
// The name of the client application. (Plex Web, Plex Media Server, etc.)
ClientName *string `header:"style=simple,explode=false,name=X-Plex-Product"`
// The version of the client application.
ClientVersion *string `header:"style=simple,explode=false,name=X-Plex-Version"`
// The platform of the client application.
Platform *string `header:"style=simple,explode=false,name=X-Plex-Platform"`
// A relatively friendly name for the client device
DeviceNickname *string `header:"style=simple,explode=false,name=X-Plex-Device"`
}
func (*Globals) GetClientID ¶ added in v0.11.11
func (*Globals) GetClientName ¶ added in v0.11.11
func (*Globals) GetClientVersion ¶ added in v0.11.11
func (*Globals) GetDeviceNickname ¶ added in v0.15.0
func (*Globals) GetPlatform ¶ added in v0.15.0
Click to show internal directories.
Click to hide internal directories.