Integate metering module and support metering data csv format export.
Signed-off-by: Rao Yunkun <yunkunrao@yunify.com>
This commit is contained in:
9
pkg/simple/client/metering/options.go
Normal file
9
pkg/simple/client/metering/options.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package metering
|
||||
|
||||
type Options struct {
|
||||
Enable bool `json:"enable" yaml:"enable"`
|
||||
}
|
||||
|
||||
func NewMeteringOptions() *Options {
|
||||
return &Options{}
|
||||
}
|
||||
Reference in New Issue
Block a user