Implemented developer database downloads
This commit is contained in:
@ -2,7 +2,7 @@ package arn
|
||||
|
||||
// hasID includes an object ID.
|
||||
type hasID struct {
|
||||
ID string `json:"id"`
|
||||
ID string `json:"id" primary:"true"`
|
||||
}
|
||||
|
||||
// GetID returns the ID.
|
||||
|
Reference in New Issue
Block a user