installations

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPlaying

func GetPlaying(c *gin.Context)

Types

type Board

type Board []Row

type FlipdiskVideo

type FlipdiskVideo struct {
	Installation string     `json:"installation"`
	FPS          int        `json:"fps"`
	Looping      bool       `json:"looping"`
	Layout       [][]string `json:"layout"`
	Frames       []Frame    `json:"frames"`
}

type Frame

type Frame map[string]Board

type Playlist

type Playlist struct {
	Name    string          `json:"name"`
	Videos  []FlipdiskVideo `json:"videos"`
	Looping bool            `json:"looping"`
}

type Row

type Row []string

Jump to

Keyboard shortcuts

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