MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Create

Method Create

agent/app/service/database_postgresql.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, req dto.PostgresqlDBCreate)

Source from the content-addressed store, hash-verified

30 ListDBOption() ([]dto.PostgresqlOption, error)
31 BindUser(req dto.PostgresqlBindUser) error
32 Create(ctx context.Context, req dto.PostgresqlDBCreate) (*model.DatabasePostgresql, error)
33 LoadFromRemote(database string) error
34 ChangePrivileges(req dto.PostgresqlPrivileges) error
35 ChangePassword(info dto.ChangeDBInfo) error

Callers 3

reCreatePostgresqlDBFunction · 0.95
CreateMethod · 0.65
LoadFromRemoteMethod · 0.65

Implementers 1

PostgresqlServiceagent/app/service/database_postgresql.

Calls

no outgoing calls

Tested by

no test coverage detected