Documentation ¶
Index ¶
- func MakeEvent(event *info.Event) *info.Event
- func MakePREvent(accountid, nickname, sha, comment string) types.PullRequestEvent
- func MakePushEvent(accountid, nickname, sha, changeType string) types.PushRequestEvent
- func MuxComments(t *testing.T, mux *http.ServeMux, event *info.Event, comments []types.Comment)
- func MuxCommits(t *testing.T, mux *http.ServeMux, event *info.Event, commits []types.Commit)
- func MuxCreateComment(t *testing.T, mux *http.ServeMux, event *info.Event, ...)
- func MuxCreateCommitstatus(t *testing.T, mux *http.ServeMux, event *info.Event, expectedDescSubstr string, ...)
- func MuxDirContent(t *testing.T, mux *http.ServeMux, event *info.Event, ...)
- func MuxFiles(t *testing.T, mux *http.ServeMux, event *info.Event, ...)
- func MuxListDirFiles(t *testing.T, mux *http.ServeMux, event *info.Event, ...)
- func MuxOrgMember(t *testing.T, mux *http.ServeMux, event *info.Event, members []types.Member)
- func MuxRepoInfo(t *testing.T, mux *http.ServeMux, event *info.Event, ...)
- func SetupBBCloudClient(t *testing.T) (*bitbucket.Client, *http.ServeMux, func())
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakePREvent ¶
func MakePREvent(accountid, nickname, sha, comment string) types.PullRequestEvent
func MakePushEvent ¶
func MakePushEvent(accountid, nickname, sha, changeType string) types.PushRequestEvent
func MuxComments ¶
func MuxCommits ¶
func MuxCreateComment ¶
func MuxCreateCommitstatus ¶
func MuxDirContent ¶
func MuxListDirFiles ¶
func MuxOrgMember ¶
func MuxRepoInfo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.