mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
7 lines
85 B
Go
7 lines
85 B
Go
package models
|
|
|
|
type AlertmanagerStatus struct {
|
|
ID string
|
|
PeerIDs []string
|
|
}
|