Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratorService ¶
type GeneratorService interface { Start(ctx context.Context) error Healthy() bool Shutdown(ctx context.Context) error }
func NewGeneratorService ¶
func NewGeneratorService( client domain.ControllerSSGenServiceClient, appRepo domain.ApplicationRepository, buildRepo domain.BuildRepository, storage domain.Storage, engine domain.StaticServer, path domain.StaticServerDocumentRootPath, ) GeneratorService
type SiteReloadTarget ¶
Click to show internal directories.
Click to hide internal directories.