Documentation ¶
Index ¶
- Constants
- Variables
- type Entry
- type Progress
- type Service
- func (s *Service) Get(ctx context.Context, appID string) (*Entry, error)
- func (s *Service) OnUpdateResource0(ctx context.Context, appID string, resourcesInAllFss []resource.ResourceFile, ...) (err error)
- func (s *Service) RecordProgresses(ctx context.Context, appID string, ps []Progress) (err error)
- func (s *Service) Skip(ctx context.Context, appID string) (err error)
- 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 ¶
func (*Service) OnUpdateResource0 ¶
func (s *Service) OnUpdateResource0(ctx context.Context, appID string, resourcesInAllFss []resource.ResourceFile, resourceInTargetFs *resource.ResourceFile, data []byte) (err error)
OnUpdateResource0 assumes acquired connection.
func (*Service) RecordProgresses ¶
RecordProgresses acquires connection.
Click to show internal directories.
Click to hide internal directories.