Documentation ¶
Index ¶
- type Executable
- func (e *Executable) LoadCSS(ctx context.Context, file *File) (_ *File, err error)
- func (e *Executable) LoadHTML(ctx context.Context, file *File) (_ *File, err error)
- func (e *Executable) LoadJS(ctx context.Context, file *File) (err error)
- func (e *Executable) LoadLESS(ctx context.Context, file *File) (_ *File, err error)
- func (e *Executable) LoadSCSS(ctx context.Context, file *File) (_ *File, err error)
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Executable struct {
// contains filtered or unexported fields
}
func NewExecutable ¶
func NewExecutable(find finder) *Executable
func (*Executable) LoadJS ¶
func (e *Executable) LoadJS(ctx context.Context, file *File) (err error)
Click to show internal directories.
Click to hide internal directories.