plex

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PlexCmd = &cobra.Command{
	Use:   "plex",
	Short: "plex commands",
	Long:  ``,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

Functions

This section is empty.

Types

type ErrorMessage

type ErrorMessage struct {
	Response struct {
		Data    struct{} `json:"data"`
		Result  string   `json:"result"`
		Message string   `json:"message"`
	} `json:"response"`
}

Jump to

Keyboard shortcuts

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