MCPcopy
hub / github.com/tinyauthapp/tinyauth / main

Function main

gen/gen.go:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func main() {
9 slog.Info("generating example env file")
10 generateExampleEnv()
11 slog.Info("generating config reference markdown file")
12 generateMarkdown()
13}
14
15func walkAndBuild[T any](parent reflect.Type, parentValue reflect.Value,
16 parentPath string, entries *[]T,

Callers

nothing calls this directly

Calls 2

generateExampleEnvFunction · 0.85
generateMarkdownFunction · 0.85

Tested by

no test coverage detected