web

package
v0.12.4 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: MIT Imports: 21 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DAUWebServer

type DAUWebServer struct {
}

DAUWebServer - stuff for the web server

type ErrorResponse added in v0.12.0

type ErrorResponse struct {
	Error string `json:"error"`
}

type StartUploadRequest added in v0.12.0

type StartUploadRequest struct {
	Id int32 `json:"id"`
}

type StartUploadResponse added in v0.12.0

type StartUploadResponse struct {
	Success bool   `json:"success"`
	Message string `json:"message"`
}

type WebService

type WebService struct {
	Config   *config.ConfigService
	Uploader *upload.Uploader
}

func (*WebService) StartWebServer

func (ws *WebService) StartWebServer()

Jump to

Keyboard shortcuts

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