Add types package
This commit is contained in:
@@ -7,9 +7,11 @@ import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/vcraescu/go-paginator"
|
||||
|
||||
"github.com/justinas/nosurf"
|
||||
|
||||
"git.mills.io/prologic/spyda"
|
||||
"git.mills.io/prologic/spyda/internal/session"
|
||||
"github.com/justinas/nosurf"
|
||||
"git.mills.io/prologic/spyda/types"
|
||||
)
|
||||
|
||||
type Meta struct {
|
||||
@@ -50,7 +52,8 @@ type Context struct {
|
||||
Title string
|
||||
Meta Meta
|
||||
|
||||
Pager *paginator.Paginator
|
||||
Results types.Results
|
||||
Pager *paginator.Paginator
|
||||
|
||||
// Report abuse
|
||||
ReportURL string
|
||||
|
||||
Reference in New Issue
Block a user