Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeActionsAPI
- func (fake *FakeActionsAPI) CreateOrUpdateSecret(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.EncryptedSecret) (*githuba.Response, error)
- func (fake *FakeActionsAPI) CreateOrUpdateSecretArgsForCall(i int) (context.Context, string, string, *githuba.EncryptedSecret)
- func (fake *FakeActionsAPI) CreateOrUpdateSecretCallCount() int
- func (fake *FakeActionsAPI) CreateOrUpdateSecretCalls(...)
- func (fake *FakeActionsAPI) CreateOrUpdateSecretReturns(result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) CreateOrUpdateSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) DeleteSecret(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*githuba.Response, error)
- func (fake *FakeActionsAPI) DeleteSecretArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeActionsAPI) DeleteSecretCallCount() int
- func (fake *FakeActionsAPI) DeleteSecretCalls(stub func(context.Context, string, string, string) (*githuba.Response, error))
- func (fake *FakeActionsAPI) DeleteSecretReturns(result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) DeleteSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
- func (fake *FakeActionsAPI) GetPublicKey(arg1 context.Context, arg2 string, arg3 string) (*githuba.PublicKey, *githuba.Response, error)
- func (fake *FakeActionsAPI) GetPublicKeyArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeActionsAPI) GetPublicKeyCallCount() int
- func (fake *FakeActionsAPI) GetPublicKeyCalls(...)
- func (fake *FakeActionsAPI) GetPublicKeyReturns(result1 *githuba.PublicKey, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetPublicKeyReturnsOnCall(i int, result1 *githuba.PublicKey, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetSecret(arg1 context.Context, arg2 string, arg3 string, arg4 string) (*githuba.Secret, *githuba.Response, error)
- func (fake *FakeActionsAPI) GetSecretArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeActionsAPI) GetSecretCallCount() int
- func (fake *FakeActionsAPI) GetSecretCalls(...)
- func (fake *FakeActionsAPI) GetSecretReturns(result1 *githuba.Secret, result2 *githuba.Response, result3 error)
- func (fake *FakeActionsAPI) GetSecretReturnsOnCall(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 { CreateOrUpdateSecretStub func(context.Context, string, string, *githuba.EncryptedSecret) (*githuba.Response, error) DeleteSecretStub func(context.Context, string, string, string) (*githuba.Response, error) GetPublicKeyStub func(context.Context, string, string) (*githuba.PublicKey, *githuba.Response, error) GetSecretStub func(context.Context, string, string, string) (*githuba.Secret, *githuba.Response, error) // contains filtered or unexported fields }
func (*FakeActionsAPI) CreateOrUpdateSecret ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecret(arg1 context.Context, arg2 string, arg3 string, arg4 *githuba.EncryptedSecret) (*githuba.Response, error)
func (*FakeActionsAPI) CreateOrUpdateSecretArgsForCall ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecretArgsForCall(i int) (context.Context, string, string, *githuba.EncryptedSecret)
func (*FakeActionsAPI) CreateOrUpdateSecretCallCount ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecretCallCount() int
func (*FakeActionsAPI) CreateOrUpdateSecretCalls ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecretCalls(stub func(context.Context, string, string, *githuba.EncryptedSecret) (*githuba.Response, error))
func (*FakeActionsAPI) CreateOrUpdateSecretReturns ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecretReturns(result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) CreateOrUpdateSecretReturnsOnCall ¶
func (fake *FakeActionsAPI) CreateOrUpdateSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) DeleteSecret ¶
func (*FakeActionsAPI) DeleteSecretArgsForCall ¶
func (*FakeActionsAPI) DeleteSecretCallCount ¶
func (fake *FakeActionsAPI) DeleteSecretCallCount() int
func (*FakeActionsAPI) DeleteSecretCalls ¶
func (*FakeActionsAPI) DeleteSecretReturns ¶
func (fake *FakeActionsAPI) DeleteSecretReturns(result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) DeleteSecretReturnsOnCall ¶
func (fake *FakeActionsAPI) DeleteSecretReturnsOnCall(i int, result1 *githuba.Response, result2 error)
func (*FakeActionsAPI) GetPublicKey ¶
func (*FakeActionsAPI) GetPublicKeyArgsForCall ¶
func (*FakeActionsAPI) GetPublicKeyCallCount ¶
func (fake *FakeActionsAPI) GetPublicKeyCallCount() int
func (*FakeActionsAPI) GetPublicKeyCalls ¶
func (*FakeActionsAPI) GetPublicKeyReturns ¶
func (*FakeActionsAPI) GetPublicKeyReturnsOnCall ¶
func (*FakeActionsAPI) GetSecretArgsForCall ¶
func (*FakeActionsAPI) GetSecretCallCount ¶
func (fake *FakeActionsAPI) GetSecretCallCount() int
func (*FakeActionsAPI) GetSecretCalls ¶
func (*FakeActionsAPI) GetSecretReturns ¶
func (*FakeActionsAPI) GetSecretReturnsOnCall ¶
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.