Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeApp
- func (fake *FakeApp) CreateInstallationToken(arg1 string, arg2 []string, arg3 *githubapp.Permissions) (*githubapp.Token, error)
- func (fake *FakeApp) CreateInstallationTokenArgsForCall(i int) (string, []string, *githubapp.Permissions)
- func (fake *FakeApp) CreateInstallationTokenCallCount() int
- func (fake *FakeApp) CreateInstallationTokenCalls(stub func(string, []string, *githubapp.Permissions) (*githubapp.Token, error))
- func (fake *FakeApp) CreateInstallationTokenReturns(result1 *githubapp.Token, result2 error)
- func (fake *FakeApp) CreateInstallationTokenReturnsOnCall(i int, result1 *githubapp.Token, result2 error)
- func (fake *FakeApp) Invocations() map[string][][]interface{}
- type FakeRepositoriesAPI
- func (fake *FakeRepositoriesAPI) CreateKey(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.Key) (*githuba.Key, *githuba.Response, error)
- func (fake *FakeRepositoriesAPI) CreateKeyArgsForCall(i int) (context.Context, string, string, *githuba.Key)
- func (fake *FakeRepositoriesAPI) CreateKeyCallCount() int
- func (fake *FakeRepositoriesAPI) CreateKeyCalls(...)
- func (fake *FakeRepositoriesAPI) CreateKeyReturns(result1 *githuba.Key, result2 *githuba.Response, result3 error)
- func (fake *FakeRepositoriesAPI) CreateKeyReturnsOnCall(i int, result1 *githuba.Key, result2 *githuba.Response, result3 error)
- func (fake *FakeRepositoriesAPI) DeleteKey(arg1 context.Context, arg2 string, arg3 string, arg4 int64) (*githuba.Response, error)
- func (fake *FakeRepositoriesAPI) DeleteKeyArgsForCall(i int) (context.Context, string, string, int64)
- func (fake *FakeRepositoriesAPI) DeleteKeyCallCount() int
- func (fake *FakeRepositoriesAPI) DeleteKeyCalls(stub func(context.Context, string, string, int64) (*githuba.Response, error))
- func (fake *FakeRepositoriesAPI) DeleteKeyReturns(result1 *githuba.Response, result2 error)
- func (fake *FakeRepositoriesAPI) DeleteKeyReturnsOnCall(i int, result1 *githuba.Response, result2 error)
- func (fake *FakeRepositoriesAPI) Invocations() map[string][][]interface{}
- func (fake *FakeRepositoriesAPI) ListKeys(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.ListOptions) ([]*githuba.Key, *githuba.Response, error)
- func (fake *FakeRepositoriesAPI) ListKeysArgsForCall(i int) (context.Context, string, string, *githuba.ListOptions)
- func (fake *FakeRepositoriesAPI) ListKeysCallCount() int
- func (fake *FakeRepositoriesAPI) ListKeysCalls(...)
- func (fake *FakeRepositoriesAPI) ListKeysReturns(result1 []*githuba.Key, result2 *githuba.Response, result3 error)
- func (fake *FakeRepositoriesAPI) ListKeysReturnsOnCall(i int, result1 []*githuba.Key, result2 *githuba.Response, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApp ¶ added in v0.5.0
type FakeApp struct { CreateInstallationTokenStub func(string, []string, *githubapp.Permissions) (*githubapp.Token, error) // contains filtered or unexported fields }
func (*FakeApp) CreateInstallationToken ¶ added in v0.5.0
func (*FakeApp) CreateInstallationTokenArgsForCall ¶ added in v0.5.0
func (*FakeApp) CreateInstallationTokenCallCount ¶ added in v0.5.0
func (*FakeApp) CreateInstallationTokenCalls ¶ added in v0.5.0
func (*FakeApp) CreateInstallationTokenReturns ¶ added in v0.5.0
func (*FakeApp) CreateInstallationTokenReturnsOnCall ¶ added in v0.5.0
func (*FakeApp) Invocations ¶ added in v0.5.0
type FakeRepositoriesAPI ¶
type FakeRepositoriesAPI struct { CreateKeyStub func(context.Context, string, string, *githuba.Key) (*githuba.Key, *githuba.Response, error) DeleteKeyStub func(context.Context, string, string, int64) (*githuba.Response, error) ListKeysStub func(context.Context, string, string, *githuba.ListOptions) ([]*githuba.Key, *githuba.Response, error) // contains filtered or unexported fields }
func (*FakeRepositoriesAPI) CreateKeyArgsForCall ¶
func (*FakeRepositoriesAPI) CreateKeyCallCount ¶
func (fake *FakeRepositoriesAPI) CreateKeyCallCount() int
func (*FakeRepositoriesAPI) CreateKeyCalls ¶
func (*FakeRepositoriesAPI) CreateKeyReturns ¶
func (*FakeRepositoriesAPI) CreateKeyReturnsOnCall ¶
func (*FakeRepositoriesAPI) DeleteKeyArgsForCall ¶
func (*FakeRepositoriesAPI) DeleteKeyCallCount ¶
func (fake *FakeRepositoriesAPI) DeleteKeyCallCount() int
func (*FakeRepositoriesAPI) DeleteKeyCalls ¶
func (*FakeRepositoriesAPI) DeleteKeyReturns ¶
func (fake *FakeRepositoriesAPI) DeleteKeyReturns(result1 *githuba.Response, result2 error)
func (*FakeRepositoriesAPI) DeleteKeyReturnsOnCall ¶
func (fake *FakeRepositoriesAPI) DeleteKeyReturnsOnCall(i int, result1 *githuba.Response, result2 error)
func (*FakeRepositoriesAPI) Invocations ¶
func (fake *FakeRepositoriesAPI) Invocations() map[string][][]interface{}
func (*FakeRepositoriesAPI) ListKeysArgsForCall ¶
func (fake *FakeRepositoriesAPI) ListKeysArgsForCall(i int) (context.Context, string, string, *githuba.ListOptions)
func (*FakeRepositoriesAPI) ListKeysCallCount ¶
func (fake *FakeRepositoriesAPI) ListKeysCallCount() int
func (*FakeRepositoriesAPI) ListKeysCalls ¶
func (*FakeRepositoriesAPI) ListKeysReturns ¶
func (*FakeRepositoriesAPI) ListKeysReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.