Documentation ¶
Index ¶
- Constants
- func MatchConfigs(fs afero.Fs, matchParameters match.MatchParameters, ...) ([]string, int, int, error)
- type ByRawConfigId
- type ConfigResultParam
- type ExtractionInfo
- type MatchEntityMatch
- type MatchKey
- type MatchLegend
- type MatchOutputType
- type MatchPayload
- type MatchStatus
- type MatchStatusEnv
- type Module
- type RawConfigsList
Constants ¶
View Source
const SettingsIdKey = "objectId"
Variables ¶
This section is empty.
Functions ¶
func MatchConfigs ¶
func MatchConfigs(fs afero.Fs, matchParameters match.MatchParameters, configPerTypeSource project.ConfigsPerType, configPerTypeTarget project.ConfigsPerType) ([]string, int, int, error)
Types ¶
type ByRawConfigId ¶
type ByRawConfigId []interface{}
ByRawConfigId implements sort.Interface for []RawConfig] based on the ConfigId string field.
func (ByRawConfigId) Len ¶
func (a ByRawConfigId) Len() int
func (ByRawConfigId) Less ¶
func (a ByRawConfigId) Less(i, j int) bool
func (ByRawConfigId) Swap ¶
func (a ByRawConfigId) Swap(i, j int)
type ConfigResultParam ¶
type ConfigResultParam struct {
// contains filtered or unexported fields
}
type ExtractionInfo ¶
type MatchEntityMatch ¶
type MatchEntityMatch []interface{}
type MatchKey ¶
type MatchKey struct { Source ExtractionInfo `json:"source"` Target ExtractionInfo `json:"target"` }
type MatchLegend ¶
type MatchOutputType ¶
type MatchPayload ¶
type MatchPayload struct { Legend MatchLegend `json:"legend"` Modules []Module `json:"modules"` Stats map[string]int `json:"stats"` }
type MatchStatus ¶
type MatchStatus struct { Source MatchStatusEnv Target MatchStatusEnv }
type MatchStatusEnv ¶
type MatchStatusEnv struct {
// contains filtered or unexported fields
}
type RawConfigsList ¶
type RawConfigsList struct {
Values *[]interface{}
}
func (*RawConfigsList) GetValues ¶
func (r *RawConfigsList) GetValues() *[]interface{}
func (*RawConfigsList) Len ¶
func (r *RawConfigsList) Len() int
func (*RawConfigsList) Sort ¶
func (r *RawConfigsList) Sort()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.