Documentation
¶
Index ¶
Constants ¶
View Source
const ( HEADER_PATTERN = "--*" LIBRARY_FOLDER_NAME = "libs" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Script ¶
type Script struct { Content []byte `json:"content"` Executor string `json:"executor"` HTML bool `json:"is_html"` LibKeys []string `json:"libraries"` Name string `json:"name"` Subject string `json:"subject"` }
func ReadLibraryDirectory ¶ added in v0.4.0
func ReadString ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.