mirror of
https://github.com/beego/bee.git
synced 2025-06-26 19:10:19 +00:00
Update vendors
This commit is contained in:
12
vendor/github.com/derekparker/delve/service/config.go
generated
vendored
12
vendor/github.com/derekparker/delve/service/config.go
generated
vendored
@ -25,4 +25,16 @@ type Config struct {
|
||||
AcceptMulti bool
|
||||
// APIVersion selects which version of the API to serve (default: 1).
|
||||
APIVersion int
|
||||
|
||||
// CoreFile specifies the path to the core dump to open.
|
||||
CoreFile string
|
||||
|
||||
// Selects server backend.
|
||||
Backend string
|
||||
|
||||
// Foreground lets target process access stdin.
|
||||
Foreground bool
|
||||
|
||||
// DisconnectChan will be closed by the server when the client disconnects
|
||||
DisconnectChan chan<- struct{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user