소스 검색

Reword FilterField comment to support godoc

Michael Dresser 4 년 전
부모
커밋
ead2fa142e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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