file_load_response

package
v0.0.0-...-c5d59ff Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component = FileLoadResponse // Component is an alias to FileLoadResponse

type ComponentFactory

type ComponentFactory struct {
	*akara.ComponentFactory
}

ComponentFactory is a wrapper for the generic component factory

func (*ComponentFactory) Add

func (concrete *ComponentFactory) Add(id akara.EID) *FileLoadResponse

func (*ComponentFactory) ExportToLua

func (concrete *ComponentFactory) ExportToLua(state *lua.LState, table *lua.LTable) *lua.LTable

ExportToLua exports the factory to a lua table using the given lua state machine and lua table

func (*ComponentFactory) Get

func (concrete *ComponentFactory) Get(id akara.EID) (*FileLoadResponse, bool)

type FileLoadResponse

type FileLoadResponse struct {
	Stream io.ReadSeeker
}

FileLoadResponse represents the response to a request for loading a file

func (*FileLoadResponse) ExportToLua

func (res *FileLoadResponse) ExportToLua(state *lua.LState, table *lua.LTable) *lua.LTable

ExportToLua exports the component into the given table, using the given lua state machine.

func (*FileLoadResponse) New

New creates a new FileLoadResponse

Jump to

Keyboard shortcuts

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