mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Make LocalRepo JSON-serializable. #116
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
// LocalRepo is a collection of packages created locally
|
||||
type LocalRepo struct {
|
||||
// Permanent internal ID
|
||||
UUID string
|
||||
UUID string `json:"-"`
|
||||
// User-assigned name
|
||||
Name string
|
||||
// Comment
|
||||
|
||||
Reference in New Issue
Block a user