Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
func (*File) UpdateHits ¶
func (f *File) UpdateHits()
type FileByDate ¶
type FileByDate []*File
func (FileByDate) Len ¶
func (a FileByDate) Len() int
func (FileByDate) Less ¶
func (a FileByDate) Less(i, j int) bool
func (FileByDate) Swap ¶
func (a FileByDate) Swap(i, j int)
type Image ¶
func (*Image) UpdateHits ¶
func (i *Image) UpdateHits()
type ImageByDate ¶
type ImageByDate []*Image
func (ImageByDate) Len ¶
func (a ImageByDate) Len() int
func (ImageByDate) Less ¶
func (a ImageByDate) Less(i, j int) bool
func (ImageByDate) Swap ¶
func (a ImageByDate) Swap(i, j int)
type Paste ¶
func (*Paste) UpdateHits ¶
func (p *Paste) UpdateHits()
type PasteByDate ¶
type PasteByDate []*Paste
func (PasteByDate) Len ¶
func (a PasteByDate) Len() int
func (PasteByDate) Less ¶
func (a PasteByDate) Less(i, j int) bool
func (PasteByDate) Swap ¶
func (a PasteByDate) Swap(i, j int)
type Screenshot ¶
func (*Screenshot) Date ¶
func (s *Screenshot) Date() int64
func (*Screenshot) GetType ¶
func (s *Screenshot) GetType() string
func (*Screenshot) Name ¶
func (s *Screenshot) Name() string
func (*Screenshot) UpdateHits ¶
func (s *Screenshot) UpdateHits()
type ScreenshotByDate ¶
type ScreenshotByDate []*Screenshot
func (ScreenshotByDate) Len ¶
func (a ScreenshotByDate) Len() int
func (ScreenshotByDate) Less ¶
func (a ScreenshotByDate) Less(i, j int) bool
func (ScreenshotByDate) Swap ¶
func (a ScreenshotByDate) Swap(i, j int)
type ShortByDate ¶
type ShortByDate []*Shorturl
func (ShortByDate) Len ¶
func (a ShortByDate) Len() int
func (ShortByDate) Less ¶
func (a ShortByDate) Less(i, j int) bool
func (ShortByDate) Swap ¶
func (a ShortByDate) Swap(i, j int)
type Shorturl ¶
func (*Shorturl) UpdateHits ¶
func (s *Shorturl) UpdateHits()
type ThingByDate ¶
type ThingByDate []Thing
Sorting functions
func (ThingByDate) Len ¶
func (a ThingByDate) Len() int
func (ThingByDate) Less ¶
func (a ThingByDate) Less(i, j int) bool
func (ThingByDate) Swap ¶
func (a ThingByDate) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.