Initial types and interfaces
This commit is contained in:
9
datastore/skinstore.go
Normal file
9
datastore/skinstore.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package datastore
|
||||
|
||||
import "github.com/josephbmanley/OpenSkins-Common/datatypes"
|
||||
|
||||
type Skinstore interface {
|
||||
Initialize() error
|
||||
GetSkin(string) (datatypes.Skin, error)
|
||||
AddSkin(string, []byte) error
|
||||
}
|
||||
Reference in New Issue
Block a user