mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.158.0
This commit is contained in:
16
plex.go
Normal file
16
plex.go
Normal file
@@ -0,0 +1,16 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
package plexgo
|
||||
|
||||
type Plex struct {
|
||||
Tv *Tv
|
||||
|
||||
sdkConfiguration sdkConfiguration
|
||||
}
|
||||
|
||||
func newPlex(sdkConfig sdkConfiguration) *Plex {
|
||||
return &Plex{
|
||||
sdkConfiguration: sdkConfig,
|
||||
Tv: newTv(sdkConfig),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user