Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidMessageType is a generic error returned when the `data` property returned in the document from // the JS function was not of type map[string]interface{} ErrInvalidMessageType = errors.New("returned document was not a map") // ErrEmptyFilename will be returned when the profided filename is empty. ErrEmptyFilename = errors.New("no filename specified") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.