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 NewGetTicket(ctx context.Context, ticketId string) tasks.Manager
- func NewGranter(ctx context.Context, dbPath string, entitlementID string, principalID string, ...) tasks.Manager
- func NewListTicketSchema(ctx context.Context) 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)
- func NewTicket(ctx context.Context, templatePath string) tasks.Manager
- 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 NewGetTicket ¶ added in v0.1.36
NewGetTicket returns a task manager that queues a get ticket 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 NewListTicketSchema ¶ added in v0.1.36
NewSchema returns a task manager that queues a list schema 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.