Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeActionsAPI
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecret(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.EncryptedSecret) (*githuba.Response, error)
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretArgsForCall(i int) (context.Context, string, string, *githuba.EncryptedSecret)
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretCallCount() int
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretCalls(...)
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretReturns(result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) DeleteRepoSecret(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*githuba.Response, error)
- func (fake *FakeActionsAPI) DeleteRepoSecretArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeActionsAPI) DeleteRepoSecretCallCount() int
- func (fake *FakeActionsAPI) DeleteRepoSecretCalls(stub func(context.Context, string, string, string) (*githuba.Response, error))
- func (fake *FakeActionsAPI) DeleteRepoSecretReturns(result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) DeleteRepoSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) GetRepoPublicKey(arg1 context.Context, arg2 string, arg3 string) (*githuba.PublicKey, *githuba.Response, error)
- func (fake *FakeActionsAPI) GetRepoPublicKeyArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeActionsAPI) GetRepoPublicKeyCallCount() int
- func (fake *FakeActionsAPI) GetRepoPublicKeyCalls(...)
- func (fake *FakeActionsAPI) GetRepoPublicKeyReturns(result1 *githuba.PublicKey, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetRepoPublicKeyReturnsOnCall(i int, result1 *githuba.PublicKey, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetRepoSecret(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*githuba.Secret, *githuba.Response, error)
- func (fake *FakeActionsAPI) GetRepoSecretArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeActionsAPI) GetRepoSecretCallCount() int
- func (fake *FakeActionsAPI) GetRepoSecretCalls(...)
- func (fake *FakeActionsAPI) GetRepoSecretReturns(result1 *githuba.Secret, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetRepoSecretReturnsOnCall(i int, result1 *githuba.Secret, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) Invocations() map[string][][]interface{}
- 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{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeActionsAPI ¶
type FakeActionsAPI struct { CreateOrUpdateRepoSecretStub func(context.Context, string, string, *githuba.EncryptedSecret) (*githuba.Response, error) DeleteRepoSecretStub func(context.Context, string, string, string) (*githuba.Response, error) GetRepoPublicKeyStub func(context.Context, string, string) (*githuba.PublicKey, *githuba.Response, error) GetRepoSecretStub func(context.Context, string, string, string) (*githuba.Secret, *githuba.Response, error) // contains filtered or unexported fields }
func (*FakeActionsAPI) CreateOrUpdateRepoSecret ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecret(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.EncryptedSecret) (*githuba.Response, error)
func (*FakeActionsAPI) CreateOrUpdateRepoSecretArgsForCall ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretArgsForCall(i int) (context.Context, string, string, *githuba.EncryptedSecret)
func (*FakeActionsAPI) CreateOrUpdateRepoSecretCallCount ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretCallCount() int
func (*FakeActionsAPI) CreateOrUpdateRepoSecretCalls ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretCalls(stub func(context.Context, string, string, *githuba.EncryptedSecret) (*githuba.Response, error))
func (*FakeActionsAPI) CreateOrUpdateRepoSecretReturns ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretReturns(result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) CreateOrUpdateRepoSecretReturnsOnCall ¶ added in v0.11.0
func (fake *FakeActionsAPI) CreateOrUpdateRepoSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) DeleteRepoSecret ¶ added in v0.11.0
func (*FakeActionsAPI) DeleteRepoSecretArgsForCall ¶ added in v0.11.0
func (*FakeActionsAPI) DeleteRepoSecretCallCount ¶ added in v0.11.0
func (fake *FakeActionsAPI) DeleteRepoSecretCallCount() int
func (*FakeActionsAPI) DeleteRepoSecretCalls ¶ added in v0.11.0
func (*FakeActionsAPI) DeleteRepoSecretReturns ¶ added in v0.11.0
func (fake *FakeActionsAPI) DeleteRepoSecretReturns(result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) DeleteRepoSecretReturnsOnCall ¶ added in v0.11.0
func (fake *FakeActionsAPI) DeleteRepoSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) GetRepoPublicKey ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoPublicKeyArgsForCall ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoPublicKeyCallCount ¶ added in v0.11.0
func (fake *FakeActionsAPI) GetRepoPublicKeyCallCount() int
func (*FakeActionsAPI) GetRepoPublicKeyCalls ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoPublicKeyReturns ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoPublicKeyReturnsOnCall ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoSecret ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoSecretArgsForCall ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoSecretCallCount ¶ added in v0.11.0
func (fake *FakeActionsAPI) GetRepoSecretCallCount() int
func (*FakeActionsAPI) GetRepoSecretCalls ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoSecretReturns ¶ added in v0.11.0
func (*FakeActionsAPI) GetRepoSecretReturnsOnCall ¶ added in v0.11.0
func (*FakeActionsAPI) Invocations ¶
func (fake *FakeActionsAPI) Invocations() map[string][][]interface{}
type FakeApp ¶
type FakeApp struct { CreateInstallationTokenStub func(string, []string, *githubapp.Permissions) (*githubapp.Token, error) // contains filtered or unexported fields }
func (*FakeApp) CreateInstallationToken ¶
func (*FakeApp) CreateInstallationTokenArgsForCall ¶
func (*FakeApp) CreateInstallationTokenCallCount ¶
func (*FakeApp) CreateInstallationTokenCalls ¶
func (*FakeApp) CreateInstallationTokenReturns ¶
func (*FakeApp) CreateInstallationTokenReturnsOnCall ¶
func (*FakeApp) Invocations ¶
Click to show internal directories.
Click to hide internal directories.