cinema

package
v0.0.0-...-6b69eb2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandlerCollectorCinema

func HandlerCollectorCinema(pgx *db.PGClient) func(c *fiber.Ctx) error

func HandlerGetCinema

func HandlerGetCinema(pgx *db.PGClient) func(c *fiber.Ctx) error

Types

type MovieCollect

type MovieCollect struct {
	Name    string    `json:"name"`
	Display string    `json:"display"`
	Release time.Time `json:"release"`
	Genre   string    `json:"genre"`
	Time    int32     `json:"time"`
	URL     string    `json:"url"`
	Cover   string    `json:"cover"`
	Theater []string  `json:"theater"`
}

type MovieShowing

type MovieShowing struct {
	Display string    `json:"display"`
	Release time.Time `json:"release"`
	Time    int64     `json:"time"`
	URL     string    `json:"url"`
	Cover   string    `json:"cover"`
	Theater []string  `json:"theater"`
}

Jump to

Keyboard shortcuts

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