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 (*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)
Click to show internal directories.
Click to hide internal directories.