Files
IDP-Backend/internal/api/user/repository/base.go
2025-07-25 01:40:34 +03:00

5 lines
48 B
Go

package repository
type UserRepo interface {
}