[feat] add Service.Load func
This commit is contained in:
parent
e42577fdf8
commit
a7142bf6da
@ -1,6 +1,7 @@
|
||||
package contracts
|
||||
|
||||
type Service interface {
|
||||
Load(file string) error
|
||||
GetResListener(code string) (ResListener, bool)
|
||||
GetAppController(code string) (Controller, bool)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user