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