Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BrowseFilter ¶ added in v0.34.0
type BrowseFilter struct {
NSFW null.Bool
Type uint8
Category null.Uint16
Series null.Bool
Platform null.String
Sort null.String
Year null.Int32
Month null.Int8
}
func (BrowseFilter) Hash ¶ added in v0.34.0
func (f BrowseFilter) Hash() (string, error)
type CachedRepo ¶ added in v0.30.15
type CachedRepo interface {
// contains filtered or unexported methods
}
func NewCachedRepo ¶ added in v0.30.15
func NewCachedRepo(c cache.RedisCache, r Repo, log *zap.Logger) CachedRepo
Click to show internal directories.
Click to hide internal directories.