Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶ added in v0.3.0
type Context interface {
Ctx() context.Context
File() *stingray.File
Runner() *exec.Runner
Config() map[string]string
GetResource(name, typ stingray.Hash) (file *stingray.File, exists bool)
// Call WriteCloser.Close() when done.
CreateFile(suffix string) (io.WriteCloser, error)
// Returns path to file.
AllocateFile(suffix string) (string, error)
}
type ExtractFunc ¶
func ExtractFuncRaw ¶ added in v0.1.7
func ExtractFuncRaw(suffix string, types ...stingray.DataType) ExtractFunc
Click to show internal directories.
Click to hide internal directories.