web

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2026 License: MIT Imports: 1 Imported by: 0

README

web/ — admin panel

The IAM admin SPA. Built to static assets (web/dist) and served by the Go server (cmd/iam) — it is not deployed separately. Consumes @gopherex/iam-sdk to talk to the API.

make build-web builds it; make build embeds the result into the server binary. Frontend stack is decided later.

Documentation

Overview

Package web serves the admin SPA. The default build does NOT embed the SPA assets (so `go build ./...` needs no prior `yarn build`); build the binary with `make build` (which runs `go build -tags embed` after building the SPA) to embed and serve it.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler() http.Handler

Handler returns a placeholder explaining the SPA was not embedded.

Types

This section is empty.

Jump to

Keyboard shortcuts

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