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

Function NewIMysqlService

agent/app/service/database_mysql.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func NewIMysqlService() IMysqlService {
55 return &MysqlService{}
56}
57
58func (u *MysqlService) SearchWithPage(search dto.MysqlDBSearch) (int64, interface{}, error) {
59 total, mysqls, err := mysqlRepo.Page(search.Page, search.PageSize,

Callers 5

reCreateDBFunction · 0.85
createLinkFunction · 0.85
deleteLinkFunction · 0.85
CreateWebsiteMethod · 0.85
DeleteWebsiteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected