Documentation
¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider implements deploy.Provider for Cloudflare Workers + Pages.
func (*Provider) MainInputFileRelativePath ¶
func (*Provider) NewFileEvent ¶
func (*Provider) SupportedExtensions ¶
func (*Provider) UnobservedFiles ¶
Click to show internal directories.
Click to hide internal directories.