Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Description string
}
Error is the error type returned by the domain.
type ExtractorFactory ¶
ExtractorFactory exposes methods to create new extractors.
type MockExtractor ¶
MockExtractor is an autogenerated mock type for the Extractor type
func (*MockExtractor) Extract ¶
func (_m *MockExtractor) Extract() ([]Relation, *Error)
Extract provides a mock function with given fields:
type MockExtractorFactory ¶
MockExtractorFactory is an autogenerated mock type for the ExtractorFactory type
type MockStorage ¶
MockStorage is an autogenerated mock type for the Storage type
func (*MockStorage) List ¶
func (_m *MockStorage) List() ([]Relation, *Error)
List provides a mock function with given fields:
func (*MockStorage) Store ¶
func (_m *MockStorage) Store(relations []Relation) *Error
Store provides a mock function with given fields: relations
Click to show internal directories.
Click to hide internal directories.