 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func SharedRepositoryCreateBehaviors(inputs *CreateBehaviorInputs)
- func SharedRepositoryMarkHeaderCheckedBehaviors(inputs *MarkedHeaderCheckedBehaviorInputs)
- func SharedStorageRepositoryVariableBehaviors(inputs *StorageVariableBehaviorInputs)
- type CreateBehaviorInputs
- type MarkedHeaderCheckedBehaviorInputs
- type StorageVariableBehaviorInputs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SharedRepositoryCreateBehaviors ¶
func SharedRepositoryCreateBehaviors(inputs *CreateBehaviorInputs)
func SharedRepositoryMarkHeaderCheckedBehaviors ¶
func SharedRepositoryMarkHeaderCheckedBehaviors(inputs *MarkedHeaderCheckedBehaviorInputs)
func SharedStorageRepositoryVariableBehaviors ¶ added in v0.2.9
func SharedStorageRepositoryVariableBehaviors(inputs *StorageVariableBehaviorInputs)
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 StorageVariableBehaviorInputs ¶ added in v0.2.9
type StorageVariableBehaviorInputs struct {
	KeyFieldName     string
	ValueFieldName   string
	Key              string
	Value            string
	IsAMapping       bool
	StorageTableName string
	Repository       repository.StorageRepository
	Metadata         utils.StorageValueMetadata
}
     Click to show internal directories. 
   Click to hide internal directories.