Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApp ¶
func NewApp(bot MessagingBot) common.App
NewApp will create a new access list application.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the access list application for plugins. This will notify access list owners when they need to review an access list.
func (*App) WaitForDone ¶
func (a *App) WaitForDone()
WaitForDone will wait until the job has completed.
type MessagingBot ¶
type MessagingBot interface { common.MessagingBot // SendReviewReminders will send a review reminder that an access list needs to be reviewed. SendReviewReminders(ctx context.Context, recipient common.Recipient, accessList *accesslist.AccessList) error }
Click to show internal directories.
Click to hide internal directories.