Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type MonitoringService
- func (fake *MonitoringService) Invocations() map[string][][]interface{}
- func (fake *MonitoringService) Watch(arg1 *verifiable.Credential, arg2 time.Time, arg3 string, arg4 time.Time) error
- func (fake *MonitoringService) WatchArgsForCall(i int) (*verifiable.Credential, time.Time, string, time.Time)
- func (fake *MonitoringService) WatchCallCount() int
- func (fake *MonitoringService) WatchCalls(stub func(*verifiable.Credential, time.Time, string, time.Time) error)
- func (fake *MonitoringService) WatchReturns(result1 error)
- func (fake *MonitoringService) WatchReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitoringService ¶
type MonitoringService struct { WatchStub func(*verifiable.Credential, time.Time, string, time.Time) error // contains filtered or unexported fields }
func (*MonitoringService) Invocations ¶
func (fake *MonitoringService) Invocations() map[string][][]interface{}
func (*MonitoringService) Watch ¶
func (fake *MonitoringService) Watch(arg1 *verifiable.Credential, arg2 time.Time, arg3 string, arg4 time.Time) error
func (*MonitoringService) WatchArgsForCall ¶
func (fake *MonitoringService) WatchArgsForCall(i int) (*verifiable.Credential, time.Time, string, time.Time)
func (*MonitoringService) WatchCallCount ¶
func (fake *MonitoringService) WatchCallCount() int
func (*MonitoringService) WatchCalls ¶
func (fake *MonitoringService) WatchCalls(stub func(*verifiable.Credential, time.Time, string, time.Time) error)
func (*MonitoringService) WatchReturns ¶
func (fake *MonitoringService) WatchReturns(result1 error)
func (*MonitoringService) WatchReturnsOnCall ¶
func (fake *MonitoringService) WatchReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.