Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶ added in v0.1.1
type Indexer struct {
// contains filtered or unexported fields
}
func NewIndexer ¶ added in v0.1.1
func NewIndexer(opts ...IndexerOption) (*Indexer, error)
func (*Indexer) StartIndexer ¶ added in v0.1.1
type IndexerConfig ¶ added in v0.4.0
type IndexerConfig struct {
// contains filtered or unexported fields
}
type IndexerOption ¶ added in v0.4.0
type IndexerOption func(*IndexerConfig)
func WithContext ¶ added in v0.4.0
func WithContext(ctx context.Context) IndexerOption
func WithContractsOptions ¶ added in v0.4.0
func WithContractsOptions(c *config.ContractsOptions) IndexerOption
func WithDB ¶ added in v0.4.0
func WithDB(db *sql.DB) IndexerOption
func WithLogger ¶ added in v0.4.0
func WithLogger(log *zap.Logger) IndexerOption
func WithValidationService ¶ added in v0.4.0
func WithValidationService(vs mlsvalidate.MLSValidationService) IndexerOption
Click to show internal directories.
Click to hide internal directories.