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

Function NewBootstrapApp

internal/bootstrap/app_bootstrap.go:40–44  ·  view source on GitHub ↗
(config config.Config)

Source from the content-addressed store, hash-verified

38}
39
40func NewBootstrapApp(config config.Config) *BootstrapApp {
41 return &BootstrapApp{
42 config: config,
43 }
44}
45
46func (app *BootstrapApp) Setup() error {
47 fmt.Println("Tinyauth is moving to an organization! All versions after v5.0.7 will be released under ghcr.io/tinyauthapp/tinyauth. Existing images will continue to work but new features and updates (including security ones) will only be released under the new image path.")

Callers 5

TestUserControllerFunction · 0.92
TestWellKnownControllerFunction · 0.92
TestOIDCControllerFunction · 0.92
TestProxyControllerFunction · 0.92
runCmdFunction · 0.92

Calls

no outgoing calls

Tested by 4

TestUserControllerFunction · 0.74
TestWellKnownControllerFunction · 0.74
TestOIDCControllerFunction · 0.74
TestProxyControllerFunction · 0.74