Implemented developer database downloads
This commit is contained in:
6
arn/Identifiable.go
Normal file
6
arn/Identifiable.go
Normal file
@ -0,0 +1,6 @@
|
||||
package arn
|
||||
|
||||
// Identifiable applies to any type that has an ID and exposes it via GetID.
|
||||
type Identifiable interface {
|
||||
GetID() string
|
||||
}
|
Reference in New Issue
Block a user