Documentation
¶
Index ¶
- type Option
- type Result
- func Compile(ctx context.Context, st *store.Store, opts ...Option) (*Result, error)
- func CompileDir(ctx context.Context, st *store.Store, dir, message string, opts ...Option) (*Result, error)
- func CompileFile(ctx context.Context, st *store.Store, path, message string, opts ...Option) (*Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithCompileRoot ¶
func WithFullRescan ¶ added in v0.1.7
func WithFullRescan() Option
func WithIgnore ¶
func WithLogger ¶
func WithMessage ¶
func WithReseedTemperatures ¶ added in v0.1.8
func WithReseedTemperatures() Option
type Result ¶
func CompileDir ¶
Click to show internal directories.
Click to hide internal directories.