Implemented developer database downloads
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
|
||||
// Loggable applies to any type that has a TypeName function.
|
||||
type Loggable interface {
|
||||
GetID() string
|
||||
Identifiable
|
||||
TypeName() string
|
||||
Self() Loggable
|
||||
}
|
||||
|
Reference in New Issue
Block a user