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