exporter.go 74 B

12345
  1. package models
  2. type ExporterFeatureFlags struct {
  3. EnableFlowLogs bool
  4. }