Versions in this module Expand all Collapse all v0 v0.0.2 Nov 12, 2019 v0.0.1 Nov 12, 2019 Changes in this version + type MockRepositoriesService struct + func NewMockRepositoriesService(ctrl *gomock.Controller) *MockRepositoriesService + func (m *MockRepositoriesService) Create(arg0 context.Context, arg1 string, arg2 *github.Repository) (*github.Repository, *github.Response, error) + func (m *MockRepositoriesService) CreateHook(arg0 context.Context, arg1, arg2 string, arg3 *github.Hook) (*github.Hook, *github.Response, error) + func (m *MockRepositoriesService) EXPECT() *MockRepositoriesServiceMockRecorder + func (m *MockRepositoriesService) UpdateBranchProtection(arg0 context.Context, arg1, arg2, arg3 string, arg4 *github.ProtectionRequest) (*github.Protection, *github.Response, error) + type MockRepositoriesServiceMockRecorder struct + func (mr *MockRepositoriesServiceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockRepositoriesServiceMockRecorder) CreateHook(arg0, arg1, arg2, arg3 interface{}) *gomock.Call + func (mr *MockRepositoriesServiceMockRecorder) UpdateBranchProtection(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call