Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct {
Prefix *string
}
FileSystem is a FileResolver that acts on the filesystem.
func (FileSystem) Create ¶
func (f FileSystem) Create(n int, noVideo bool) (io.WriteCloser, error)
Create creates a new file in which you can save a beatmap.
func (FileSystem) Open ¶
func (f FileSystem) Open(n int, noVideo bool) (io.ReadCloser, error)
Open opens a file of the mirror in the filesystem to read its content.
Click to show internal directories.
Click to hide internal directories.