mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
10 lines
130 B
Go
10 lines
130 B
Go
package models
|
|
|
|
type BadgeOptions struct{}
|
|
|
|
type PrometheusOptions struct {
|
|
BadgeOptions
|
|
ValueField string
|
|
Query string
|
|
}
|