Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideService, )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New( scheduler *job.Scheduler, executor *job.Executor, serverStore store.ServerStore, tenantStore store.TenantStore, projectStore store.ProjectStore, envStore store.EnvironmentStore, appStore store.ApplicationStore, volumeStore store.VolumeStore, tokenStore store.TokenStore, serverFactory manager.ManagerFactory, ) *Service
func ProvideService ¶
func ProvideService( scheduler *job.Scheduler, executor *job.Executor, serverStore store.ServerStore, tenantStore store.TenantStore, projectStore store.ProjectStore, envStore store.EnvironmentStore, appStore store.ApplicationStore, volumeStore store.VolumeStore, tokenStore store.TokenStore, serverFactory manager.ManagerFactory, ) *Service
Click to show internal directories.
Click to hide internal directories.