Documentation ¶
Index ¶
- Constants
- func NewCreateAccountManager(ctx context.Context, dbPath string, login string, email string) tasks.Manager
- func NewCredentialRotator(ctx context.Context, dbPath string, resourceId string, resourceType string) tasks.Manager
- func NewEventFeed(ctx context.Context) tasks.Manager
- func NewGranter(ctx context.Context, dbPath string, entitlementID string, principalID string, ...) tasks.Manager
- func NewResourceDeleter(ctx context.Context, dbPath string, resourceId string, resourceType string) tasks.Manager
- func NewRevoker(ctx context.Context, dbPath string, grantID string) tasks.Manager
- func NewSyncer(ctx context.Context, dbPath string, opts ...Option) (tasks.Manager, error)
- type Option
Constants ¶
View Source
const EventsPerPageLocally = 100
Variables ¶
This section is empty.
Functions ¶
func NewCreateAccountManager ¶ added in v0.1.15
func NewCreateAccountManager(ctx context.Context, dbPath string, login string, email string) tasks.Manager
NewGranter returns a task manager that queues a sync task.
func NewCredentialRotator ¶ added in v0.1.15
func NewCredentialRotator(ctx context.Context, dbPath string, resourceId string, resourceType string) tasks.Manager
NewGranter returns a task manager that queues a sync task.
func NewEventFeed ¶ added in v0.1.16
NewEventFeed returns a task manager that queues an event feed task.
func NewGranter ¶
func NewGranter(ctx context.Context, dbPath string, entitlementID string, principalID string, principalType string) tasks.Manager
NewGranter returns a task manager that queues a grant task.
func NewResourceDeleter ¶ added in v0.1.15
func NewResourceDeleter(ctx context.Context, dbPath string, resourceId string, resourceType string) tasks.Manager
NewGranter returns a task manager that queues a sync task.
func NewRevoker ¶
NewRevoker returns a task manager that queues a revoke task.
Types ¶
Click to show internal directories.
Click to hide internal directories.