Initial commit: Import from /home/simon/test/ac
This commit is contained in:
16
src/pkg/app/app.go
Normal file
16
src/pkg/app/app.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
ac_context "ac/internal/context"
|
||||
"ac/pkg/factory"
|
||||
)
|
||||
|
||||
type App interface {
|
||||
SetLogLevel(level string)
|
||||
|
||||
Start()
|
||||
Terminate()
|
||||
|
||||
Context() *ac_context.ACContext
|
||||
Config() *factory.Config
|
||||
}
|
||||
Reference in New Issue
Block a user