Documentation
¶
Index ¶
- Constants
- Variables
- type Entry
- type Progress
- type Service
- func (s *Service) DetectProgresses(resourceInTargetFs *resource.ResourceFile, data []byte) (out []Progress, err error)
- func (s *Service) Get(appID string) (*Entry, error)
- func (s *Service) OnUpdateResource(ctx context.Context, appID string, resourcesInAllFss []resource.ResourceFile, ...) (err error)
- func (s *Service) RecordProgresses(appID string, ps []Progress) (err error)
- func (s *Service) Skip(appID string) (err error)
- type Sink
- type Store
- type StoreImpl
Constants ¶
View Source
const ( ProgressAuthui = "authui" ProgressCustomizeUI = "customize_ui" ProgressCreateApplication = "create_application" ProgressSSO = "sso" ProgressInvite = "invite" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Entry ¶
func (*Entry) AddProgress ¶
type Service ¶
type Service struct {
Store Store
}
func (*Service) DetectProgresses ¶
func (*Service) OnUpdateResource ¶
func (s *Service) OnUpdateResource(ctx context.Context, appID string, resourcesInAllFss []resource.ResourceFile, resourceInTargetFs *resource.ResourceFile, data []byte) (err error)
func (*Service) RecordProgresses ¶
Click to show internal directories.
Click to hide internal directories.