Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessableFile ¶
type ProcessableFile interface {
Process(props ProcessableFileProps, opts ProcessableFileOpts) (string, error)
}
type ProcessableFileOpts ¶
type ProcessableFileProps ¶
type Script ¶
type Script struct{}
func (Script) Process ¶
func (s Script) Process(props ProcessableFileProps, opts ProcessableFileOpts) (string, error)
type Stylesheet ¶
type Stylesheet struct{}
func (Stylesheet) Process ¶
func (s Stylesheet) Process(props ProcessableFileProps, opts ProcessableFileOpts) (string, error)
Click to show internal directories.
Click to hide internal directories.