proxy

package
v0.0.0-...-413143c Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//AccountsURL  = "http://localhost:8654"
	AccountsURL = "http://account:8654"
	//SavedURL     = "http://localhost:8666"
	SavedURL = "http://saced:8666"
	//StreamingURL = "http://localhost:7666"
	StreamingURL = "http://streaming:7666"
)

Variables

This section is empty.

Functions

func AccountsHandler

func AccountsHandler(c *gin.Context)

func Run

func Run()

func SavedHandler

func SavedHandler(c *gin.Context)

func StreamingHandler

func StreamingHandler(c *gin.Context)

func UploadAvatarHandler

func UploadAvatarHandler(c *gin.Context)

func UploadFileHandler

func UploadFileHandler(c *gin.Context)

func UploadMusicFileHandler

func UploadMusicFileHandler(c *gin.Context)

Types

type UploadFileObject

type UploadFileObject struct {
	Name string `json:"name,omitempty"`
	CID  string `json:"cid,omitempty"`
	Size uint64 `json:"size,omitempty"`
}

Jump to

Keyboard shortcuts

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