mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Introduce JSON-RPC service
This commit is contained in:
6
service/server.go
Normal file
6
service/server.go
Normal file
@ -0,0 +1,6 @@
|
||||
package service
|
||||
|
||||
type Server interface {
|
||||
Run() error
|
||||
Stop(bool) error
|
||||
}
|
||||
Reference in New Issue
Block a user