Documentation ¶ Index ¶ type Runtime func (r *Runtime) Build(dir string) error func (r *Runtime) Clean(dir string) error func (r *Runtime) DefaultFile() string func (r *Runtime) Handler() string func (r *Runtime) Name() string func (r *Runtime) Shimmed() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runtime ¶ type Runtime struct{} func (*Runtime) Build ¶ added in v0.1.0 func (r *Runtime) Build(dir string) error func (*Runtime) Clean ¶ added in v0.1.0 func (r *Runtime) Clean(dir string) error func (*Runtime) DefaultFile ¶ added in v0.4.0 func (r *Runtime) DefaultFile() string func (*Runtime) Handler ¶ added in v0.0.2 func (r *Runtime) Handler() string func (*Runtime) Name ¶ func (r *Runtime) Name() string func (*Runtime) Shimmed ¶ func (r *Runtime) Shimmed() bool Source Files ¶ View all Source files golang.go Click to show internal directories. Click to hide internal directories.