mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
service: add min/max supported ver and target ver to GetVersion resp (#1718)
Fixes #1713
This commit is contained in:
committed by
Derek Parker
parent
6c8c4508db
commit
d064d1fe05
@ -413,9 +413,13 @@ type GetVersionIn struct {
|
||||
|
||||
// GetVersionOut is the result of GetVersion.
|
||||
type GetVersionOut struct {
|
||||
DelveVersion string
|
||||
APIVersion int
|
||||
Backend string // backend currently in use
|
||||
DelveVersion string
|
||||
APIVersion int
|
||||
Backend string // backend currently in use
|
||||
TargetGoVersion string
|
||||
|
||||
MinSupportedVersionOfGo string
|
||||
MaxSupportedVersionOfGo string
|
||||
}
|
||||
|
||||
// SetAPIVersionIn is the input for SetAPIVersion.
|
||||
|
||||
Reference in New Issue
Block a user