Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("page not found") /*todo: refactor into common errors lib? */
)
Functions ¶
This section is empty.
Types ¶
type OGTagCache ¶
type OGTagCache struct {
// contains filtered or unexported fields
}
func NewOGTagCache ¶
func NewOGTagCache(target string, ogPassthrough bool, ogTimeToLive time.Duration) *OGTagCache
func (*OGTagCache) Cleanup ¶
func (c *OGTagCache) Cleanup()
Click to show internal directories.
Click to hide internal directories.