File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,14 @@ const (
103103 // FeatureArangoSearch define feature name for ArangoSearch
104104 FeatureArangoSearch Feature = "ArangoSearch"
105105
106- // FeatureArangoML define feature name for ArangoML
107- FeatureArangoML Feature = "ArangoML"
106+ // FeatureDataSciencePackage define feature name for DataSciencePackage
107+ FeatureDataSciencePackage Feature = "DataSciencePackage"
108+
109+ // SubFeatureGraphML define feature name for GraphML - SubFeature of DataSciencePackage
110+ SubFeatureGraphML Feature = "GraphML"
111+
112+ // SubFeatureAnalytics define feature name for Analytics - SubFeature of DataSciencePackage
113+ SubFeatureAnalytics Feature = "Analytics"
108114)
109115
110116func (f Feature ) In (features []Feature ) bool {
You can’t perform that action at this time.
0 commit comments