web

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2022 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Logger       *zap.SugaredLogger `yaml:"-"`
	AccessLogger *zap.SugaredLogger `yaml:"-"`
	DB           *db.DB             `yaml:"-"`
	ListenAddr   string             `yaml:"listen_addr"`
}

type WebBackend

type WebBackend struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config, webFS fs.FS) (backend *WebBackend, err error)

func (*WebBackend) Run

func (b *WebBackend) Run() error

func (*WebBackend) V1DeleteReport added in v0.0.2

func (w *WebBackend) V1DeleteReport(c *gin.Context)

func (*WebBackend) V1PostReport

func (w *WebBackend) V1PostReport(c *gin.Context)

Jump to

Keyboard shortcuts

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