resource

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	Dir                   string
	DownloadFunc          func(url, path string) error
	SkipAssetVerification bool
}

func (*Cache) Sync

func (c *Cache) Sync(clog *Catalog) error

type Catalog

type Catalog struct {
	Items []Item
}

type Downloader

type Downloader struct {
}

func (*Downloader) Start

func (d *Downloader) Start(url, path string) error

type Item

type Item struct {
	URL  string
	Name string
	MD5  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL