github.com/kaydxh/golang@v0.0.131/pkg/monitor/prometheus/prometheus.proto (about)

     1  syntax = "proto3";
     2  
     3  package go.pkg.monitor.prometheus;
     4  
     5  import "google/protobuf/duration.proto";
     6  
     7  option go_package = "github.com/kaydxh/golang/pkg/monitor/prometheus;prometheus";
     8  
     9  message Prometheus {
    10    bool enabled = 1;
    11  }