Documentation ¶
Index ¶
- Variables
- func DeleteteGlacierInventoryArchive(key string, svc *dynamodb.DynamoDB) (err error)
- func DeleteteGlacierInventoryArchives(svc *dynamodb.DynamoDB) (err error)
- func GetCachedPlexMovies(svc *dynamodb.DynamoDB) ([]models.Movie, error)
- func GetGlacierInventoryArchives(svc *dynamodb.DynamoDB) (archives []models.InventoryArchive, err error)
- func GetGlacierMovies(svc *dynamodb.DynamoDB) (uploads []models.Upload, err error)
- func GetLivePlexMovies(filter int) (movies []models.Movie, err error)
- func SaveGlacierInventoryArchive(archive models.InventoryArchive, svc *dynamodb.DynamoDB) error
- func SaveGlacierMovie(upload models.Upload, svc *dynamodb.DynamoDB) error
- func SavePlexMovie(movie models.Movie, svc *dynamodb.DynamoDB) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PlexToken = os.Getenv("PLEX_TOKEN")
)
Functions ¶
func GetGlacierInventoryArchives ¶
func GetGlacierInventoryArchives(svc *dynamodb.DynamoDB) (archives []models.InventoryArchive, err error)
func GetGlacierMovies ¶
func SaveGlacierInventoryArchive ¶
func SaveGlacierInventoryArchive(archive models.InventoryArchive, svc *dynamodb.DynamoDB) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.