Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpFetcher ¶
type HttpFetcher struct{}
func (*HttpFetcher) Fetch ¶
func (f *HttpFetcher) Fetch(version minecraft.Version) (io.ReadCloser, error)
type JarFetcher ¶
type JarFetcher interface {
Fetch(version minecraft.Version) (io.ReadCloser, error)
}
func NewCachedFetcher ¶
func NewCachedFetcher(fetcher JarFetcher) (JarFetcher, error)
Click to show internal directories.
Click to hide internal directories.