cdn

package
v0.0.0-...-bf40b24 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: ISC Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetPlaylist(context.Context, string, string) ([]string, error)
}

func NewCdnClient

func NewCdnClient(host, port string) Client

type Request

type Request struct {
	BoardSn  string `json:"board_sn"`
	ThreadID string `json:"thread_id"`
}

type Response

type Response struct {
	Playlist []string `json:"playlist"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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