resource

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 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
	HttpDo                func(req *http.Request) (*http.Response, error)
	Progress              Progress
	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 Item

type Item struct {
	URL  string
	Name string
	MD5  string
	Size uint64
}

type Progress added in v0.0.3

type Progress interface {
	io.Writer
	Start(total uint64)
	Add(add uint64)
	End()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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