project interface
This commit is contained in:
parent
813f4303ed
commit
c3cacd76ab
|
@ -75,7 +75,10 @@ type BufferOut struct {
|
|||
Errors []string `json:"errors"`
|
||||
}
|
||||
|
||||
type Reload interface{
|
||||
type ProjectI interface{
|
||||
Setup()
|
||||
Watch(chan os.Signal)
|
||||
Run(string, chan Response,<-chan bool)
|
||||
Restart(FileWatcher,string,<-chan bool)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue