Repo: reorganize the repo structure
This commit is contained in:
15
framework/contract/app.go
Normal file
15
framework/contract/app.go
Normal file
@ -0,0 +1,15 @@
|
||||
package contract
|
||||
|
||||
const AppName = "goweb:app"
|
||||
|
||||
type App interface {
|
||||
Version() string
|
||||
BaseFolder() string
|
||||
ConfigFolder() string
|
||||
LogFolder() string
|
||||
ProvidersFolder() string
|
||||
MiddlewaresFolder() string
|
||||
CommandsFolder() string
|
||||
RuntimeFolder() string
|
||||
TestsFolder() string
|
||||
}
|
Reference in New Issue
Block a user