8 lines
198 B
Go
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"`
|
|
}
|