Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EmbeddedUI embed.FS
EmbeddedUI contains the built frontend bundle. Run `bun --bun run build` inside `ui/` before building the Go binary.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Http HttpConfig `toml:"http"`
Netcat NetcatConfig `toml:"netcat"`
Filesystem FilesystemConfig `toml:"filesystem"`
Paste PasteConfig `toml:"paste"`
}
func ParseConfig ¶
type FilesystemConfig ¶
type HttpConfig ¶
type NetcatConfig ¶
Click to show internal directories.
Click to hide internal directories.