globals

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 0 Imported by: 0

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 (o *Globals) GetClientID() *string

func (*Globals) GetClientName added in v0.11.11

func (o *Globals) GetClientName() *string

func (*Globals) GetClientVersion added in v0.11.11

func (o *Globals) GetClientVersion() *string

func (*Globals) GetDeviceNickname added in v0.15.0

func (o *Globals) GetDeviceNickname() *string

func (*Globals) GetPlatform added in v0.15.0

func (o *Globals) GetPlatform() *string

Jump to

Keyboard shortcuts

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