Hallucinate a whole lot of shit...
Too much shit...
This commit is contained in:
9
repositories/interfaces.go
Normal file
9
repositories/interfaces.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package repositories
|
||||
|
||||
import "go-eve-pi/types"
|
||||
|
||||
// CharacterRepositoryInterface defines the interface for character operations
|
||||
type CharacterRepositoryInterface interface {
|
||||
GetCharacterByName(characterName string) (*types.Character, error)
|
||||
SaveCharacter(character *types.Character) error
|
||||
}
|
||||
Reference in New Issue
Block a user