borgmatic-monitor/pkg/borgmatic/repository.go
2026-02-24 09:21:41 +01:00

8 lines
198 B
Go

package borgmatic
type Repository struct {
Id string `json:"id"`
LastModified *Time `json:"last_modified"`
Location string `json:"location"`
Label string `json:"label"`
}