Dockerfile
This commit is contained in:
9
model/config/interface.go
Normal file
9
model/config/interface.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"assets/consts/asset"
|
||||
)
|
||||
|
||||
type AssetConfigInterface interface {
|
||||
GetType() consts.AssetType
|
||||
}
|
||||
Reference in New Issue
Block a user