Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SharedRepositoryCreateBehaviors ¶
func SharedRepositoryCreateBehaviors(inputs *CreateBehaviorInputs)
func SharedRepositoryMarkHeaderCheckedBehaviors ¶
func SharedRepositoryMarkHeaderCheckedBehaviors(inputs *MarkedHeaderCheckedBehaviorInputs)
Types ¶
type CreateBehaviorInputs ¶
type CreateBehaviorInputs struct {
CheckedHeaderColumnName string
LogEventTableName string
TestModel interface{}
RecheckTestModel interface{}
ModelWithDifferentLogIdx interface{}
Repository event.Repository
}
type MarkedHeaderCheckedBehaviorInputs ¶
type MarkedHeaderCheckedBehaviorInputs struct {
CheckedHeaderColumnName string
Repository event.Repository
}
type MissingHeadersBehaviorInputs ¶
type MissingHeadersBehaviorInputs struct {
Repository event.Repository
RepositoryTwo event.Repository
}
Click to show internal directories.
Click to hide internal directories.