Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( NewManagerFactoryLogger, wire.Struct(new(ManagerFactory), "*"), )
Functions ¶
This section is empty.
Types ¶
type ManagerFactory ¶
type ManagerFactory struct { Logger ManagerFactoryLogger AppBaseResources deps.AppBaseResources Tutorials *tutorial.Service DenoClient *hook.DenoClientImpl Clock clock.Clock EnvironmentConfig *config.EnvironmentConfig DomainService *portalservice.DomainService }
func (*ManagerFactory) NewManagerWithAppContext ¶
func (f *ManagerFactory) NewManagerWithAppContext(appContext *config.AppContext) *appresource.Manager
func (*ManagerFactory) NewManagerWithNewAppFS ¶
func (f *ManagerFactory) NewManagerWithNewAppFS(appFs resource.Fs) *appresource.Manager
type ManagerFactoryLogger ¶
func NewManagerFactoryLogger ¶
func NewManagerFactoryLogger(lf *log.Factory) ManagerFactoryLogger
Click to show internal directories.
Click to hide internal directories.