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