Skip to content

Commit

Permalink
Update database/build/interface.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Floyd <[email protected]>
  • Loading branch information
ecrupper and cognifloyd authored Oct 25, 2023
1 parent 6c320fd commit 3054bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/build/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type BuildInterface interface {
CountBuildsForOrg(context.Context, string, map[string]interface{}) (int64, error)
// CountBuildsForRepo defines a function that gets the count of builds by repo ID.
CountBuildsForRepo(context.Context, *library.Repo, map[string]interface{}) (int64, error)
// CountBuildsForSender defines a function that gets the count of builds by sender.
// CountBuildsForSender defines a function that gets the count of builds by sender.
CountBuildsForSender(context.Context, string, map[string]interface{}) (int64, error)
// CountBuildsForStatus defines a function that gets the count of builds by status.
CountBuildsForStatus(context.Context, string, map[string]interface{}) (int64, error)
Expand Down

0 comments on commit 3054bfe

Please sign in to comment.