Explorar el Código

remove sharefunc

Sean Holcomb hace 4 años
padre
commit
713ca260e4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/kubecost/query.go

+ 0 - 1
pkg/kubecost/query.go

@@ -63,7 +63,6 @@ type AssetQueryOptions struct {
 	Compute            bool
 	DisableAdjustments bool
 	FilterFuncs        []AssetMatchFunc
-	ShareFuncs         []AssetMatchFunc
 	SharedHourlyCosts  map[string]float64
 	Step               time.Duration
 }