ui

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(cfg Config, listener net.Listener)

Start - start web server and handle web requets

Types

type Config

type Config struct {
	Assets    http.FileSystem
	DB        db.Config
	Hostname  string
	Publicip  string
	Timestamp int64
}

Config configuration for ui package

type TaskID

type TaskID struct {
	// The ID of the task
	//
	// in: path
	// min: 0
	// required: true
	ID int `json:"id"`
}

TaskID parameter.

swagger:parameters deleteTask

Jump to

Keyboard shortcuts

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