frontend

package
v1.1.2-preview Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package frontend optionally embeds the built web UI. By default (no build tag) the UI is NOT embedded: FS reports none, so the server falls back to serving from --static-files. This lets `go build` / `go test` work without a built client (CI test/lint/security never build it). Release builds pass `-tags embedclient` after building the client to bake the UI into the binary — see frontend_embed.go.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FS

func FS() (fs.FS, bool)

FS returns the embedded client filesystem and whether a UI is embedded. Without the "embedclient" build tag there is none.

Types

This section is empty.

Jump to

Keyboard shortcuts

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