wakapi/models/types/types.go

9 lines
178 B
Go
Raw Normal View History

2023-03-15 23:47:12 +03:00
package types
import (
"github.com/muety/wakapi/models"
"time"
)
type SummaryRetriever func(f, t time.Time, u *models.User, filters *models.Filters) (*models.Summary, error)