Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( wire.Struct(new(ManagerFactory), "*"), )
Functions ¶
This section is empty.
Types ¶
type ManagerFactory ¶
type ManagerFactory struct {
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
Click to show internal directories.
Click to hide internal directories.