| 35 | "profile", "prometheus"} |
| 36 | |
| 37 | type OrgHandler struct { |
| 38 | cfg *config.Config |
| 39 | promHander *prometheus.PrometheusHandler |
| 40 | } |
| 41 | |
| 42 | func NewOrgHandler(cfg *config.Config) *OrgHandler { |
| 43 | o := &OrgHandler{ |
nothing calls this directly
no outgoing calls
no test coverage detected