mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
7 lines
71 B
Go
7 lines
71 B
Go
package metrics
|
|
|
|
type AdminMetrics struct {
|
|
Title string
|
|
Col int
|
|
}
|