mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
6 lines
64 B
Go
6 lines
64 B
Go
package api
|
|
|
|
type Error struct {
|
|
Error string `json:"error"`
|
|
}
|