Made all types implement Identifiable
This commit is contained in:
@ -7,6 +7,11 @@ import (
|
||||
"github.com/aerogo/api"
|
||||
)
|
||||
|
||||
// Force interface implementations
|
||||
var (
|
||||
_ Identifiable = (*Inventory)(nil)
|
||||
)
|
||||
|
||||
// Actions
|
||||
func init() {
|
||||
API.RegisterActions("Inventory", []*api.Action{
|
||||
|
Reference in New Issue
Block a user