Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterOptions ¶ added in v0.1.24
FilterOptions is an autogenerated mock type for the FilterOptions type
func NewFilterOptions ¶ added in v0.1.24
func NewFilterOptions(t interface { mock.TestingT Cleanup(func()) }) *FilterOptions
NewFilterOptions creates a new instance of FilterOptions. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*FilterOptions) Execute ¶ added in v0.1.24
func (_m *FilterOptions) Execute(_a0 *solutions.Filter)
Execute provides a mock function with given fields: _a0
type SolutionServiceClient ¶ added in v0.1.26
SolutionServiceClient is an autogenerated mock type for the SolutionServiceClient type
func NewSolutionServiceClient ¶ added in v0.1.26
func NewSolutionServiceClient(t interface { mock.TestingT Cleanup(func()) }) *SolutionServiceClient
NewSolutionServiceClient creates a new instance of SolutionServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
type SolutionWriter ¶ added in v0.1.26
SolutionWriter is an autogenerated mock type for the SolutionWriter type
func NewSolutionWriter ¶ added in v0.1.26
func NewSolutionWriter(t interface { mock.TestingT Cleanup(func()) }) *SolutionWriter
NewSolutionWriter creates a new instance of SolutionWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.