Explorar o código

Reword FilterField comment to support godoc

Michael Dresser %!s(int64=4) %!d(string=hai) anos
pai
achega
ead2fa142e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pkg/kubecost/allocationfilter.go

+ 2 - 2
pkg/kubecost/allocationfilter.go

@@ -2,8 +2,8 @@ package kubecost
 
 import "github.com/kubecost/cost-model/pkg/log"
 
-// FilterCondition is an enum that represents Allocation-specific fields
-// that can be filtered on (namespace, label, etc.)
+// FilterField is an enum that represents Allocation-specific fields that can be
+// filtered on (namespace, label, etc.)
 type FilterField int
 
 // If you add a FilterField, MAKE SURE TO UPDATE ALL FILTER IMPLEMENTATIONS! Go