mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
9 lines
102 B
Go
9 lines
102 B
Go
package abe
|
|
|
|
import (
|
|
)
|
|
|
|
type Sub2IdMessage struct {
|
|
Uuid string `json:"uuid,omitempty"`
|
|
|
|
}
|