Documentation ¶ Index ¶ func Require(runtime *goja.Runtime, module *goja.Object) type FileNotFoundError func (t *FileNotFoundError) Error() string type Module func New() *Module func (io *Module) DeleteFile(path string) error func (io *Module) DeleteFolder(path string, force bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Require ¶ func Require(runtime *goja.Runtime, module *goja.Object) Types ¶ type FileNotFoundError ¶ type FileNotFoundError struct { // contains filtered or unexported fields } func (*FileNotFoundError) Error ¶ func (t *FileNotFoundError) Error() string type Module ¶ type Module struct { // contains filtered or unexported fields } func New ¶ func New() *Module func (*Module) DeleteFile ¶ func (io *Module) DeleteFile(path string) error func (*Module) DeleteFolder ¶ func (io *Module) DeleteFolder(path string, force bool) error Source Files ¶ View all Source files errors.gogoja.goio.go Click to show internal directories. Click to hide internal directories.