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