(ctx context.Context, req dto.PostgresqlDBCreate)
| 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 |
no outgoing calls
no test coverage detected