Documentation
¶
Index ¶
- type AliasedEmbeddedInterfaceSupportStub
- func (stub *AliasedEmbeddedInterfaceSupportStub) Method(arg1 int) int
- func (stub *AliasedEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
- func (stub *AliasedEmbeddedInterfaceSupportStub) MethodCallCount() int
- func (stub *AliasedEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
- func (stub *AliasedEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
- func (stub *AliasedEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
- func (stub *AliasedEmbeddedInterfaceSupportStub) RunCallCount() int
- func (stub *AliasedEmbeddedInterfaceSupportStub) RunReturns(result1 error)
- type AliasedRefSupportStub
- type AnonymousParamsStub
- type AnonymousResultsStub
- type ArraySupportStub
- type ChannelSupportStub
- type EllipsisSupportStub
- type EmbeddedEmbeddedInterfaceSupportStub
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) Method(arg1 int) int
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodCallCount() int
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunCallCount() int
- func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunReturns(result1 error)
- type EmbeddedRefSupportStub
- type EmptyInterfaceStub
- type ExternalEmbeddedInterfaceSupportStub
- func (stub *ExternalEmbeddedInterfaceSupportStub) Method(arg1 alias3.Runner) alias3.Runner
- func (stub *ExternalEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) alias3.Runner
- func (stub *ExternalEmbeddedInterfaceSupportStub) MethodCallCount() int
- func (stub *ExternalEmbeddedInterfaceSupportStub) MethodReturns(result1 alias3.Runner)
- func (stub *ExternalEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
- func (stub *ExternalEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
- func (stub *ExternalEmbeddedInterfaceSupportStub) RunCallCount() int
- func (stub *ExternalEmbeddedInterfaceSupportStub) RunReturns(result1 error)
- type ExternalRefSupportStub
- type FuncSupportStub
- func (stub *FuncSupportStub) Method(arg1 func(alias2.Address) alias2.Address) func(alias2.Address) alias2.Address
- func (stub *FuncSupportStub) MethodArgsForCall(index int) func(alias2.Address) alias2.Address
- func (stub *FuncSupportStub) MethodCallCount() int
- func (stub *FuncSupportStub) MethodReturns(result1 func(alias2.Address) alias2.Address)
- type InterfaceSupportStub
- type LocalEmbeddedInterfaceSupportStub
- func (stub *LocalEmbeddedInterfaceSupportStub) Method(arg1 int) int
- func (stub *LocalEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
- func (stub *LocalEmbeddedInterfaceSupportStub) MethodCallCount() int
- func (stub *LocalEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
- func (stub *LocalEmbeddedInterfaceSupportStub) Schedule(arg1 string, arg2 alias1.Customer) int
- func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleArgsForCall(index int) (string, alias1.Customer)
- func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleCallCount() int
- func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleReturns(result1 int)
- type LocalRefSupportStub
- type MapSupportStub
- func (stub *MapSupportStub) Method(arg1 map[alias2.Address]alias2.Address) map[alias2.Address]alias2.Address
- func (stub *MapSupportStub) MethodArgsForCall(index int) map[alias2.Address]alias2.Address
- func (stub *MapSupportStub) MethodCallCount() int
- func (stub *MapSupportStub) MethodReturns(result1 map[alias2.Address]alias2.Address)
- type MismatchedRefSupportStub
- type NoParamsNoResultsStub
- type PointerSupportStub
- type PrimitiveParamsStub
- type PrimitiveResultsStub
- type ReusedParamsStub
- type ReusedResultsStub
- type SliceSupportStub
- type StructSupportStub
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasedEmbeddedInterfaceSupportStub ¶
type AliasedEmbeddedInterfaceSupportStub struct {
StubGUID int
RunStub func(arg1 alias2.Address) (result1 error)
MethodStub func(arg1 int) (result1 int)
// contains filtered or unexported fields
}
func (*AliasedEmbeddedInterfaceSupportStub) Method ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) Method(arg1 int) int
func (*AliasedEmbeddedInterfaceSupportStub) MethodArgsForCall ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
func (*AliasedEmbeddedInterfaceSupportStub) MethodCallCount ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) MethodCallCount() int
func (*AliasedEmbeddedInterfaceSupportStub) MethodReturns ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
func (*AliasedEmbeddedInterfaceSupportStub) Run ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
func (*AliasedEmbeddedInterfaceSupportStub) RunArgsForCall ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
func (*AliasedEmbeddedInterfaceSupportStub) RunCallCount ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) RunCallCount() int
func (*AliasedEmbeddedInterfaceSupportStub) RunReturns ¶
func (stub *AliasedEmbeddedInterfaceSupportStub) RunReturns(result1 error)
type AliasedRefSupportStub ¶
type AliasedRefSupportStub struct {
StubGUID int
MethodStub func(arg1 alias2.User) (result1 alias2.User)
// contains filtered or unexported fields
}
func (*AliasedRefSupportStub) Method ¶
func (stub *AliasedRefSupportStub) Method(arg1 alias2.User) alias2.User
func (*AliasedRefSupportStub) MethodArgsForCall ¶
func (stub *AliasedRefSupportStub) MethodArgsForCall(index int) alias2.User
func (*AliasedRefSupportStub) MethodCallCount ¶
func (stub *AliasedRefSupportStub) MethodCallCount() int
func (*AliasedRefSupportStub) MethodReturns ¶
func (stub *AliasedRefSupportStub) MethodReturns(result1 alias2.User)
type AnonymousParamsStub ¶
type AnonymousParamsStub struct {
StubGUID int
RegisterStub func(arg1 string, arg2 int)
// contains filtered or unexported fields
}
func (*AnonymousParamsStub) Register ¶
func (stub *AnonymousParamsStub) Register(arg1 string, arg2 int)
func (*AnonymousParamsStub) RegisterArgsForCall ¶
func (stub *AnonymousParamsStub) RegisterArgsForCall(index int) (string, int)
func (*AnonymousParamsStub) RegisterCallCount ¶
func (stub *AnonymousParamsStub) RegisterCallCount() int
type AnonymousResultsStub ¶
type AnonymousResultsStub struct {
StubGUID int
ActiveUserStub func() (result1 int, result2 string)
// contains filtered or unexported fields
}
func (*AnonymousResultsStub) ActiveUser ¶
func (stub *AnonymousResultsStub) ActiveUser() (int, string)
func (*AnonymousResultsStub) ActiveUserCallCount ¶
func (stub *AnonymousResultsStub) ActiveUserCallCount() int
func (*AnonymousResultsStub) ActiveUserReturns ¶
func (stub *AnonymousResultsStub) ActiveUserReturns(result1 int, result2 string)
type ArraySupportStub ¶
type ArraySupportStub struct {
StubGUID int
MethodStub func(arg1 [3]alias2.Address) (result1 [3]alias2.Address)
// contains filtered or unexported fields
}
func (*ArraySupportStub) Method ¶
func (stub *ArraySupportStub) Method(arg1 [3]alias2.Address) [3]alias2.Address
func (*ArraySupportStub) MethodArgsForCall ¶
func (stub *ArraySupportStub) MethodArgsForCall(index int) [3]alias2.Address
func (*ArraySupportStub) MethodCallCount ¶
func (stub *ArraySupportStub) MethodCallCount() int
func (*ArraySupportStub) MethodReturns ¶
func (stub *ArraySupportStub) MethodReturns(result1 [3]alias2.Address)
type ChannelSupportStub ¶
type ChannelSupportStub struct {
StubGUID int
MethodStub func(arg1 chan alias2.Address) (result1 chan alias2.Address)
// contains filtered or unexported fields
}
func (*ChannelSupportStub) Method ¶
func (stub *ChannelSupportStub) Method(arg1 chan alias2.Address) chan alias2.Address
func (*ChannelSupportStub) MethodArgsForCall ¶
func (stub *ChannelSupportStub) MethodArgsForCall(index int) chan alias2.Address
func (*ChannelSupportStub) MethodCallCount ¶
func (stub *ChannelSupportStub) MethodCallCount() int
func (*ChannelSupportStub) MethodReturns ¶
func (stub *ChannelSupportStub) MethodReturns(result1 chan alias2.Address)
type EllipsisSupportStub ¶
type EllipsisSupportStub struct {
StubGUID int
MethodStub func(arg1 string, arg2 int, arg3 ...alias2.Address)
// contains filtered or unexported fields
}
func (*EllipsisSupportStub) Method ¶
func (stub *EllipsisSupportStub) Method(arg1 string, arg2 int, arg3 ...alias2.Address)
func (*EllipsisSupportStub) MethodArgsForCall ¶
func (*EllipsisSupportStub) MethodCallCount ¶
func (stub *EllipsisSupportStub) MethodCallCount() int
type EmbeddedEmbeddedInterfaceSupportStub ¶
type EmbeddedEmbeddedInterfaceSupportStub struct {
StubGUID int
RunStub func(arg1 alias2.Address) (result1 error)
MethodStub func(arg1 int) (result1 int)
// contains filtered or unexported fields
}
func (*EmbeddedEmbeddedInterfaceSupportStub) Method ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) Method(arg1 int) int
func (*EmbeddedEmbeddedInterfaceSupportStub) MethodArgsForCall ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
func (*EmbeddedEmbeddedInterfaceSupportStub) MethodCallCount ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodCallCount() int
func (*EmbeddedEmbeddedInterfaceSupportStub) MethodReturns ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
func (*EmbeddedEmbeddedInterfaceSupportStub) Run ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
func (*EmbeddedEmbeddedInterfaceSupportStub) RunArgsForCall ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
func (*EmbeddedEmbeddedInterfaceSupportStub) RunCallCount ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunCallCount() int
func (*EmbeddedEmbeddedInterfaceSupportStub) RunReturns ¶
func (stub *EmbeddedEmbeddedInterfaceSupportStub) RunReturns(result1 error)
type EmbeddedRefSupportStub ¶
type EmbeddedRefSupportStub struct {
StubGUID int
MethodStub func(arg1 alias2.Resource) (result1 alias2.Resource)
// contains filtered or unexported fields
}
func (*EmbeddedRefSupportStub) Method ¶
func (stub *EmbeddedRefSupportStub) Method(arg1 alias2.Resource) alias2.Resource
func (*EmbeddedRefSupportStub) MethodArgsForCall ¶
func (stub *EmbeddedRefSupportStub) MethodArgsForCall(index int) alias2.Resource
func (*EmbeddedRefSupportStub) MethodCallCount ¶
func (stub *EmbeddedRefSupportStub) MethodCallCount() int
func (*EmbeddedRefSupportStub) MethodReturns ¶
func (stub *EmbeddedRefSupportStub) MethodReturns(result1 alias2.Resource)
type EmptyInterfaceStub ¶
type EmptyInterfaceStub struct {
StubGUID int
}
type ExternalEmbeddedInterfaceSupportStub ¶
type ExternalEmbeddedInterfaceSupportStub struct {
StubGUID int
RunStub func(arg1 alias2.Address) (result1 error)
MethodStub func(arg1 alias3.Runner) (result1 alias3.Runner)
// contains filtered or unexported fields
}
func (*ExternalEmbeddedInterfaceSupportStub) Method ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) Method(arg1 alias3.Runner) alias3.Runner
func (*ExternalEmbeddedInterfaceSupportStub) MethodArgsForCall ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) alias3.Runner
func (*ExternalEmbeddedInterfaceSupportStub) MethodCallCount ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) MethodCallCount() int
func (*ExternalEmbeddedInterfaceSupportStub) MethodReturns ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) MethodReturns(result1 alias3.Runner)
func (*ExternalEmbeddedInterfaceSupportStub) Run ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) Run(arg1 alias2.Address) error
func (*ExternalEmbeddedInterfaceSupportStub) RunArgsForCall ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) RunArgsForCall(index int) alias2.Address
func (*ExternalEmbeddedInterfaceSupportStub) RunCallCount ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) RunCallCount() int
func (*ExternalEmbeddedInterfaceSupportStub) RunReturns ¶
func (stub *ExternalEmbeddedInterfaceSupportStub) RunReturns(result1 error)
type ExternalRefSupportStub ¶
type ExternalRefSupportStub struct {
StubGUID int
MethodStub func(arg1 alias2.Address) (result1 alias2.Address)
// contains filtered or unexported fields
}
func (*ExternalRefSupportStub) Method ¶
func (stub *ExternalRefSupportStub) Method(arg1 alias2.Address) alias2.Address
func (*ExternalRefSupportStub) MethodArgsForCall ¶
func (stub *ExternalRefSupportStub) MethodArgsForCall(index int) alias2.Address
func (*ExternalRefSupportStub) MethodCallCount ¶
func (stub *ExternalRefSupportStub) MethodCallCount() int
func (*ExternalRefSupportStub) MethodReturns ¶
func (stub *ExternalRefSupportStub) MethodReturns(result1 alias2.Address)
type FuncSupportStub ¶
type FuncSupportStub struct {
StubGUID int
MethodStub func(arg1 func(alias2.Address) alias2.Address) (result1 func(alias2.Address) alias2.Address)
// contains filtered or unexported fields
}
func (*FuncSupportStub) MethodArgsForCall ¶
func (*FuncSupportStub) MethodCallCount ¶
func (stub *FuncSupportStub) MethodCallCount() int
func (*FuncSupportStub) MethodReturns ¶
func (stub *FuncSupportStub) MethodReturns(result1 func(alias2.Address) alias2.Address)
type InterfaceSupportStub ¶
type InterfaceSupportStub struct {
StubGUID int
MethodStub func(arg1 interface {
alias2.Runner
ResolveAddress(alias2.Address) alias2.Address
}) (result1 interface {
alias2.Runner
ProcessAddress(alias2.Address) alias2.Address
})
// contains filtered or unexported fields
}
func (*InterfaceSupportStub) MethodArgsForCall ¶
func (*InterfaceSupportStub) MethodCallCount ¶
func (stub *InterfaceSupportStub) MethodCallCount() int
func (*InterfaceSupportStub) MethodReturns ¶
type LocalEmbeddedInterfaceSupportStub ¶
type LocalEmbeddedInterfaceSupportStub struct {
StubGUID int
ScheduleStub func(arg1 string, arg2 alias1.Customer) (result1 int)
MethodStub func(arg1 int) (result1 int)
// contains filtered or unexported fields
}
func (*LocalEmbeddedInterfaceSupportStub) Method ¶
func (stub *LocalEmbeddedInterfaceSupportStub) Method(arg1 int) int
func (*LocalEmbeddedInterfaceSupportStub) MethodArgsForCall ¶
func (stub *LocalEmbeddedInterfaceSupportStub) MethodArgsForCall(index int) int
func (*LocalEmbeddedInterfaceSupportStub) MethodCallCount ¶
func (stub *LocalEmbeddedInterfaceSupportStub) MethodCallCount() int
func (*LocalEmbeddedInterfaceSupportStub) MethodReturns ¶
func (stub *LocalEmbeddedInterfaceSupportStub) MethodReturns(result1 int)
func (*LocalEmbeddedInterfaceSupportStub) Schedule ¶
func (stub *LocalEmbeddedInterfaceSupportStub) Schedule(arg1 string, arg2 alias1.Customer) int
func (*LocalEmbeddedInterfaceSupportStub) ScheduleArgsForCall ¶
func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleArgsForCall(index int) (string, alias1.Customer)
func (*LocalEmbeddedInterfaceSupportStub) ScheduleCallCount ¶
func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleCallCount() int
func (*LocalEmbeddedInterfaceSupportStub) ScheduleReturns ¶
func (stub *LocalEmbeddedInterfaceSupportStub) ScheduleReturns(result1 int)
type LocalRefSupportStub ¶
type LocalRefSupportStub struct {
StubGUID int
MethodStub func(arg1 alias1.Customer) (result1 alias1.Customer)
// contains filtered or unexported fields
}
func (*LocalRefSupportStub) Method ¶
func (stub *LocalRefSupportStub) Method(arg1 alias1.Customer) alias1.Customer
func (*LocalRefSupportStub) MethodArgsForCall ¶
func (stub *LocalRefSupportStub) MethodArgsForCall(index int) alias1.Customer
func (*LocalRefSupportStub) MethodCallCount ¶
func (stub *LocalRefSupportStub) MethodCallCount() int
func (*LocalRefSupportStub) MethodReturns ¶
func (stub *LocalRefSupportStub) MethodReturns(result1 alias1.Customer)
type MapSupportStub ¶
type MapSupportStub struct {
StubGUID int
MethodStub func(arg1 map[alias2.Address]alias2.Address) (result1 map[alias2.Address]alias2.Address)
// contains filtered or unexported fields
}
func (*MapSupportStub) MethodArgsForCall ¶
func (*MapSupportStub) MethodCallCount ¶
func (stub *MapSupportStub) MethodCallCount() int
func (*MapSupportStub) MethodReturns ¶
func (stub *MapSupportStub) MethodReturns(result1 map[alias2.Address]alias2.Address)
type MismatchedRefSupportStub ¶
type MismatchedRefSupportStub struct {
StubGUID int
MethodStub func(arg1 alias2.Job) (result1 alias2.Job)
// contains filtered or unexported fields
}
func (*MismatchedRefSupportStub) Method ¶
func (stub *MismatchedRefSupportStub) Method(arg1 alias2.Job) alias2.Job
func (*MismatchedRefSupportStub) MethodArgsForCall ¶
func (stub *MismatchedRefSupportStub) MethodArgsForCall(index int) alias2.Job
func (*MismatchedRefSupportStub) MethodCallCount ¶
func (stub *MismatchedRefSupportStub) MethodCallCount() int
func (*MismatchedRefSupportStub) MethodReturns ¶
func (stub *MismatchedRefSupportStub) MethodReturns(result1 alias2.Job)
type NoParamsNoResultsStub ¶
type NoParamsNoResultsStub struct {
StubGUID int
RunStub func()
// contains filtered or unexported fields
}
func (*NoParamsNoResultsStub) Run ¶
func (stub *NoParamsNoResultsStub) Run()
func (*NoParamsNoResultsStub) RunCallCount ¶
func (stub *NoParamsNoResultsStub) RunCallCount() int
type PointerSupportStub ¶
type PointerSupportStub struct {
StubGUID int
MethodStub func(arg1 *alias2.Address) (result1 *alias2.Address)
// contains filtered or unexported fields
}
func (*PointerSupportStub) Method ¶
func (stub *PointerSupportStub) Method(arg1 *alias2.Address) *alias2.Address
func (*PointerSupportStub) MethodArgsForCall ¶
func (stub *PointerSupportStub) MethodArgsForCall(index int) *alias2.Address
func (*PointerSupportStub) MethodCallCount ¶
func (stub *PointerSupportStub) MethodCallCount() int
func (*PointerSupportStub) MethodReturns ¶
func (stub *PointerSupportStub) MethodReturns(result1 *alias2.Address)
type PrimitiveParamsStub ¶
type PrimitiveParamsStub struct {
StubGUID int
SaveStub func(arg1 int, arg2 string, arg3 float32)
// contains filtered or unexported fields
}
func (*PrimitiveParamsStub) Save ¶
func (stub *PrimitiveParamsStub) Save(arg1 int, arg2 string, arg3 float32)
func (*PrimitiveParamsStub) SaveArgsForCall ¶
func (stub *PrimitiveParamsStub) SaveArgsForCall(index int) (int, string, float32)
func (*PrimitiveParamsStub) SaveCallCount ¶
func (stub *PrimitiveParamsStub) SaveCallCount() int
type PrimitiveResultsStub ¶
type PrimitiveResultsStub struct {
StubGUID int
UserStub func() (result1 string, result2 int, result3 float32)
// contains filtered or unexported fields
}
func (*PrimitiveResultsStub) UserCallCount ¶
func (stub *PrimitiveResultsStub) UserCallCount() int
func (*PrimitiveResultsStub) UserReturns ¶
func (stub *PrimitiveResultsStub) UserReturns(result1 string, result2 int, result3 float32)
type ReusedParamsStub ¶
type ReusedParamsStub struct {
StubGUID int
ConcatStub func(arg1 string, arg2 string)
// contains filtered or unexported fields
}
func (*ReusedParamsStub) Concat ¶
func (stub *ReusedParamsStub) Concat(arg1 string, arg2 string)
func (*ReusedParamsStub) ConcatArgsForCall ¶
func (stub *ReusedParamsStub) ConcatArgsForCall(index int) (string, string)
func (*ReusedParamsStub) ConcatCallCount ¶
func (stub *ReusedParamsStub) ConcatCallCount() int
type ReusedResultsStub ¶
type ReusedResultsStub struct {
StubGUID int
FullNameStub func() (result1 string, result2 string)
// contains filtered or unexported fields
}
func (*ReusedResultsStub) FullName ¶
func (stub *ReusedResultsStub) FullName() (string, string)
func (*ReusedResultsStub) FullNameCallCount ¶
func (stub *ReusedResultsStub) FullNameCallCount() int
func (*ReusedResultsStub) FullNameReturns ¶
func (stub *ReusedResultsStub) FullNameReturns(result1 string, result2 string)
type SliceSupportStub ¶
type SliceSupportStub struct {
StubGUID int
MethodStub func(arg1 []alias2.Address) (result1 []alias2.Address)
// contains filtered or unexported fields
}
func (*SliceSupportStub) Method ¶
func (stub *SliceSupportStub) Method(arg1 []alias2.Address) []alias2.Address
func (*SliceSupportStub) MethodArgsForCall ¶
func (stub *SliceSupportStub) MethodArgsForCall(index int) []alias2.Address
func (*SliceSupportStub) MethodCallCount ¶
func (stub *SliceSupportStub) MethodCallCount() int
func (*SliceSupportStub) MethodReturns ¶
func (stub *SliceSupportStub) MethodReturns(result1 []alias2.Address)
type StructSupportStub ¶
type StructSupportStub struct {
StubGUID int
MethodStub func(arg1 struct{ Input alias2.Address }) (result1 struct{ Output alias2.Address })
// contains filtered or unexported fields
}
func (*StructSupportStub) Method ¶
func (stub *StructSupportStub) Method(arg1 struct{ Input alias2.Address }) struct{ Output alias2.Address }
func (*StructSupportStub) MethodArgsForCall ¶
func (stub *StructSupportStub) MethodArgsForCall(index int) struct{ Input alias2.Address }
func (*StructSupportStub) MethodCallCount ¶
func (stub *StructSupportStub) MethodCallCount() int
func (*StructSupportStub) MethodReturns ¶
func (stub *StructSupportStub) MethodReturns(result1 struct{ Output alias2.Address })
Source Files
¶
- aliased_embedded_interface_support_stub.go
- aliased_ref_support_stub.go
- anonymous_params_stub.go
- anonymous_results_stub.go
- array_support_stub.go
- channel_support_stub.go
- ellipsis_support_stub.go
- embedded_embedded_interface_support_stub.go
- embedded_ref_support_stub.go
- empty_interface_stub.go
- external_embedded_interface_support_stub.go
- external_ref_support_stub.go
- func_support_stub.go
- interface_support_stub.go
- local_embedded_interface_support_stub.go
- local_ref_support_stub.go
- map_support_stub.go
- mismatched_ref_support_stub.go
- no_params_no_results_stub.go
- pointer_support_stub.go
- primitive_params_stub.go
- primitive_results_stub.go
- reused_params_stub.go
- reused_results_stub.go
- slice_support_stub.go
- struct_support_stub.go
Click to show internal directories.
Click to hide internal directories.