mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-03 17:39:53 -05:00
8 lines
164 B
Go
8 lines
164 B
Go
package databases
|
|
|
|
import "context"
|
|
|
|
func (s *Service) GetDatabasesQty(ctx context.Context) (int64, error) {
|
|
return s.dbgen.DatabasesServiceGetDatabasesQty(ctx)
|
|
}
|