Update billing-client

This commit is contained in:
Marcus Cobden
2017-05-09 15:33:11 +00:00
parent 10b276c28a
commit 5b6e5ca81d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ const (
// ContainerSeconds is one of the billable metrics
ContainerSeconds AmountType = "container-seconds"
NodeSeconds AmountType = "node-seconds"
WeaveNetSeconds AmountType = "weavenet-seconds"
Samples AmountType = "samples"
)