 Documentation
      ¶
      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               factories.Repository
}
    type MarkedHeaderCheckedBehaviorInputs ¶
type MarkedHeaderCheckedBehaviorInputs struct {
	CheckedHeaderColumnName string
	Repository              factories.Repository
}
    type MissingHeadersBehaviorInputs ¶
type MissingHeadersBehaviorInputs struct {
	Repository    factories.Repository
	RepositoryTwo factories.Repository
}
     Click to show internal directories. 
   Click to hide internal directories.