Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginConfig = &staticfilecacheConfig{ done: make(chan struct{}), } )
Config ...
Functions ¶
This section is empty.
Types ¶
type UrlSegment ¶
func ParseUrl ¶
func ParseUrl(rawurl string) (seg UrlSegment, ok bool)
func (*UrlSegment) ToCacheDir ¶
func (seg *UrlSegment) ToCacheDir(root string) string
func (*UrlSegment) ToCacheFilePath ¶
func (seg *UrlSegment) ToCacheFilePath(root string) string
Click to show internal directories.
Click to hide internal directories.