Files
karma/internal/models/status.go
T

7 lines
85 B
Go

package models
type AlertmanagerStatus struct {
ID string
PeerIDs []string
}