Versions in this module Expand all Collapse all v0 v0.37.1 Oct 1, 2025 v0.37.0 Aug 12, 2025 v0.36.0 Jun 26, 2025 v0.35.3 Jul 16, 2025 v0.35.2 Jul 4, 2025 v0.35.1 Jun 4, 2025 v0.35.0 May 26, 2025 v0.34.0 May 6, 2025 Changes in this version + func MakeEvent(event *info.Event) *info.Event + func MakePREvent(event *info.Event, comment string) *types.PullRequestEvent + func MakePushEvent(event *info.Event, changes []types.PushRequestEventChange) *types.PushRequestEvent + func MuxCommitInfo(t *testing.T, mux *http.ServeMux, event *info.Event, commit scm.Commit) + func MuxCreateAndTestCommitStatus(t *testing.T, mux *http.ServeMux, event *info.Event, expectedDescSubstr string, ...) + func MuxCreateComment(t *testing.T, mux *http.ServeMux, event *info.Event, ...) + func MuxDefaultBranch(t *testing.T, mux *http.ServeMux, event *info.Event, ...) + func MuxDirContent(t *testing.T, mux *http.ServeMux, event *info.Event, ...) + func MuxFiles(_ *testing.T, mux *http.ServeMux, event *info.Event, _, targetDirName string, ...) + func MuxListDir(t *testing.T, mux *http.ServeMux, event *info.Event, path string, ...) + func MuxProjectGroupMembership(t *testing.T, mux *http.ServeMux, event *info.Event, groups []*ProjGroup) + func MuxProjectMemberShip(t *testing.T, mux *http.ServeMux, event *info.Event, ...) + func MuxPullRequestActivities(t *testing.T, mux *http.ServeMux, event *info.Event, prNumber int, ...) + func MuxRepoMemberShip(t *testing.T, mux *http.ServeMux, event *info.Event, ...) + func SetupBBDataCenterClient(ctx context.Context) (*bbv1.APIClient, *scm.Client, *http.ServeMux, func(), string) + type Action string + type Activity struct + Action Action + Added CommitsStats + Comment types.ActivityComment + CommentAction string + CommentAnchor Anchor + CreatedDate int + FromHash string + ID int + PreviousFromHash string + PreviousToHash string + Removed CommitsStats + ToHash string + User types.User + type Anchor struct + DiffType DiffType + FileType FileType + FromHash string + Line int + LineType LineType + Path string + SrcPath string + ToHash string + type Branch struct + DisplayID string + ID string + IsDefault bool + LatestChangeset string + LatestCommit string + Type string + type BuildStatus struct + DateAdded int64 + Description string + Key string + Name string + State string + URL string + type Comment struct + Anchor *Anchor + Parent *Parent + Text string + type CommitsStats struct + Commits []types.Commit + Total int + type DiffPath struct + ToString string + type DiffStat struct + Path DiffPath + SrcPath *DiffPath + Type string + type DiffStats struct + Values []*DiffStat + type DiffType string + type FileType string + type Group struct + Name string + type LineType string + type Pagination struct + LastPage bool + Limit int + NextPage int + Size int + Start int + type Parent struct + ID int + type ProjGroup struct + Group Group + Permission string + type UserPermission struct + Permission string + User types.User