Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeAllocationFailed ¶
type DeAllocationFailed struct {
Reason error
}
DeAllocationFailed trying to remove an alias -> co-author assignment failed with Reason
type DeAllocationRequest ¶
type DeAllocationRequest struct {
Alias *string
}
DeAllocationRequest remove an alias -> coauthor assignment
type DeAllocationSucceeded ¶
type DeAllocationSucceeded struct {
Alias string
}
DeAllocationSucceeded successfully removed an alias -> co-author assignment
type Dependencies ¶
Dependencies the dependencies of the remove Policy module
type Policy ¶
type Policy struct { Deps Dependencies Req DeAllocationRequest }
Policy the policy to apply
Click to show internal directories.
Click to hide internal directories.