resource

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MD5 added in v0.0.2

func MD5(file string) (string, error)

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
}

func (Catalog) Lookup added in v0.0.2

func (c Catalog) Lookup(name string) *Item

type Downloader

type Downloader struct {
}

func (*Downloader) Start

func (d *Downloader) Start(uri, 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