Skip to content

package host_container

import "kaiju/host_container"

Types

Container

struct

type Container struct {
    Host *engine.Host

    PrepLock chan struct{}
    // Has unexported fields.
}

New

func New(name string, logStream *logging.LogStream) *Container

Container.Close

func (c *Container) Close()

Container.Run

func (c *Container) Run(width, height, x, y int) error

Container.RunFunction

func (c *Container) RunFunction(f func())