mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
1d1bd41bb8
- install swaggo - add swagger config option
6 lines
64 B
Go
6 lines
64 B
Go
package api
|
|
|
|
type Error struct {
|
|
Error string `json:"error"`
|
|
}
|