mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Переработка структуры проекта
This commit is contained in:
11
model/cape.go
Normal file
11
model/cape.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "os"
|
||||
|
||||
type Cape struct {
|
||||
File *os.File
|
||||
}
|
||||
|
||||
type CapesRepository interface {
|
||||
FindByUsername(username string) (Cape, error)
|
||||
}
|
||||
Reference in New Issue
Block a user