Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { ID int64 `xorm:"id pk autoincr" json:"-"` Key string `xorm:"TEXT index unique(key_version)" json:"key"` Version string `xorm:"TEXT unique(key_version)" json:"version"` Size int64 `json:"cacheSize"` Complete bool `xorm:"index(complete_used_at)" json:"-"` UsedAt int64 `xorm:"index(complete_used_at) updated" json:"-"` CreatedAt int64 `xorm:"index created" json:"-"` }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ExternalURL ¶
func (*Handler) StartInBackground ¶
func (h *Handler) StartInBackground()
func (*Handler) WaitForever ¶
Click to show internal directories.
Click to hide internal directories.