Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2026 Changes in this version + type Provider struct + func New(edgeDir, outputDir string) *Provider + func (p *Provider) Build() error + func (p *Provider) Deploy(store interface{ ... }) error + func (p *Provider) MainInputFileRelativePath() string + func (p *Provider) NewFileEvent(fileName, extension, filePath, event string) error + func (p *Provider) SetLog(f func(...any)) + func (p *Provider) SupportedExtensions() []string + func (p *Provider) Supports(method string) bool + func (p *Provider) UnobservedFiles() []string + func (p *Provider) WizardSteps(store interface{ ... }, log func(...any)) []*wizard.Step