package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Oct 10, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Title string `json:"title"`
Host string `json:"host"`
Port int `json:"port"`
Forms []Form `json:"forms"`
}
type Form struct {
Prefix string `json:"prefix"`
Storage string `json:"storage"`
Title string `json:"title"`
Inputs []Input `json:"inputs"`
FilenameTemplate string `json:"filenameTemplate"`
Deadline *time.Time `json:"deadline"`
}
type Input struct {
Name string `json:"name"`
Label string `json:"label"`
Pattern string `json:"pattern"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.