Documentation
¶
Index ¶
- Variables
- type Service
- func (c *Service) Find(ctx context.Context, spaceRef string, identifier string) (*types.GitspaceConfig, error)
- func (c *Service) ListGitspacesForSpace(ctx context.Context, space *types.Space, userIdentifier string, ...) ([]*types.GitspaceConfig, int64, error)
- func (c *Service) UpdateConfig(ctx context.Context, gitspaceConfig *types.GitspaceConfig) error
- func (c *Service) UpdateInstance(ctx context.Context, gitspaceInstance *types.GitspaceInstance) error
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideGitspace, )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( tx dbtx.Transactor, gitspaceStore store.GitspaceConfigStore, gitspaceInstanceStore store.GitspaceInstanceStore, spaceStore store.SpaceStore, infraProviderSvc *infraprovider.Service, ) *Service
func ProvideGitspace ¶
func ProvideGitspace( tx dbtx.Transactor, gitspaceStore store.GitspaceConfigStore, gitspaceInstanceStore store.GitspaceInstanceStore, spaceStore store.SpaceStore, infraProviderSvc *infraprovider.Service, ) *Service
func (*Service) ListGitspacesForSpace ¶
func (*Service) UpdateConfig ¶
func (*Service) UpdateInstance ¶
Click to show internal directories.
Click to hide internal directories.