Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Repository
- func (fake *Repository) Invocations() map[string][][]interface{}
- func (fake *Repository) Secret(path string) (map[string]interface{}, error)
- func (fake *Repository) SecretArgsForCall(i int) string
- func (fake *Repository) SecretCallCount() int
- func (fake *Repository) SecretReturns(result1 map[string]interface{}, result2 error)
- func (fake *Repository) SecretReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
- func (fake *Repository) Stop()
- func (fake *Repository) StopCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { SecretStub func(path string) (map[string]interface{}, error) StopStub func() // contains filtered or unexported fields }
func (*Repository) Invocations ¶
func (fake *Repository) Invocations() map[string][][]interface{}
func (*Repository) Secret ¶
func (fake *Repository) Secret(path string) (map[string]interface{}, error)
func (*Repository) SecretArgsForCall ¶
func (fake *Repository) SecretArgsForCall(i int) string
func (*Repository) SecretCallCount ¶
func (fake *Repository) SecretCallCount() int
func (*Repository) SecretReturns ¶
func (fake *Repository) SecretReturns(result1 map[string]interface{}, result2 error)
func (*Repository) SecretReturnsOnCall ¶
func (fake *Repository) SecretReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
func (*Repository) Stop ¶
func (fake *Repository) Stop()
func (*Repository) StopCallCount ¶
func (fake *Repository) StopCallCount() int
Click to show internal directories.
Click to hide internal directories.