Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(deps Dependencies, req AssignmentRequest) interface{}
Apply assign a co-author to an alias
Types ¶
type AssignmentAborted ¶
type AssignmentAborted struct {
Alias string
}
AssignmentAborted nothing happened
type AssignmentFailed ¶
type AssignmentFailed struct {
Reason error
}
AssignmentFailed assignment of coauthor to alias failed with Reason
type AssignmentRequest ¶
type AssignmentRequest struct {
Alias *string
}
AssignmentRequest the arguments of the Runner
type AssignmentSucceeded ¶
type AssignmentSucceeded struct {
Alias string
}
AssignmentSucceeded assignment of coauthor to alias succeeded
Click to show internal directories.
Click to hide internal directories.