model

package
v0.0.0-...-5cc333d Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	ID       uint `gorm:"primary_key"`
	Name     string
	URL      string
	Parser   string
	Proxy    bool
	TsProxy  string // new field for customized live.ts server
	ProxyUrl string // proxy for server connection
	Token    string `gorm:"-:all"`
	Category string `gorm:"index"`
}

type Config

type Config struct {
	Name string `gorm:"primary_key"`
	Data string
}

type LiveInfo

type LiveInfo struct {
	LiveUrl   string
	ExtraInfo string
}

Jump to

Keyboard shortcuts

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