Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyauthapp/tinyauth
/ NewCreateUserConfig
Function
NewCreateUserConfig
cmd/tinyauth/create_user.go:21–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
NewCreateUserConfig() *CreateUserConfig {
22
return
&CreateUserConfig{
23
Interactive: false,
24
Docker: false,
25
Username:
""
,
26
Password:
""
,
27
}
28
}
29
30
func
createUserCmd() *cli.Command {
31
tCfg := NewCreateUserConfig()
Callers
1
createUserCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected