We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb038a0 commit 1cd1e85Copy full SHA for 1cd1e85
api/v1/srl_version.go
@@ -5,14 +5,10 @@
5
package v1
6
7
import (
8
- "errors"
9
"regexp"
10
"strings"
11
)
12
13
-// ErrVersionParse is an error which is raised when srlinux version is failed to parse.
14
-var ErrVersionParse = errors.New("version parsing failed")
15
-
16
// SrlVersion represents an sr linux version as a set of fields.
17
type SrlVersion struct {
18
Major string `json:"major,omitempty"`
0 commit comments