domain/feature_selector.go (
7
lines of code) (
raw
):
package domain type FeatureSelector struct { FeatureEntity string FeatureView string Features []string Alias map[string]string }