MCPcopy
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
21func NewCreateUserConfig() *CreateUserConfig {
22 return &CreateUserConfig{
23 Interactive: false,
24 Docker: false,
25 Username: "",
26 Password: "",
27 }
28}
29
30func createUserCmd() *cli.Command {
31 tCfg := NewCreateUserConfig()

Callers 1

createUserCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected