MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / CreateUser

Method CreateUser

agent/utils/mysql/client.go:19–19  ·  view source on GitHub ↗
(info client.CreateInfo, withDeleteDB bool)

Source from the content-addressed store, hash-verified

17type MysqlClient interface {
18 Create(info client.CreateInfo) error
19 CreateUser(info client.CreateInfo, withDeleteDB bool) error
20 Delete(info client.DeleteInfo) error
21
22 ChangePassword(info client.PasswordChangeInfo) error

Callers 2

BindUserMethod · 0.65
BindUserMethod · 0.65

Implementers 2

Localagent/utils/mysql/client/local.go
Remoteagent/utils/mysql/client/remote.go

Calls

no outgoing calls

Tested by

no test coverage detected