resource

package
v0.0.0-...-1210f28 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2017 License: ISC Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddLoader

func AddLoader(l Loader, scheme string)

Types

type Handle

type Handle interface {
	io.ReadCloser
	Wait()
	Ready() bool
	URL() url.URL
}

func Load

func Load(u *url.URL) (Handle, error)

type Image

type Image struct {
	// contains filtered or unexported fields
}

func LoadImage

func LoadImage(u *url.URL) (img *Image, err error)

type Loader

type Loader interface {
	Load(*url.URL) (Handle, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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