Files
Tasker_API/internal/models/database.go
2025-03-20 22:23:25 -03:00

6 lines
80 B
Go

package models
type Database interface {
execute() []map[string]interface{}
}