FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gonetworkmanager/nmcapability_string.go at develop · lmitdev/gonetworkmanager · GitHub
lmitdev
/
gonetworkmanager
Public
forked from
Wifx/gonetworkmanager
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gonetworkmanager
/
nmcapability_string.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (18 loc) · 659 Bytes
Breadcrumbs
gonetworkmanager
/
nmcapability_string.go
Copy path
File metadata and controls
24 lines (18 loc) · 659 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Code generated by "stringer -type=NmCapability"; DO NOT EDIT.
package
gonetworkmanager
import
"strconv"
func
_
() {
// An "invalid array index" compiler error signifies that the constant values have changed.
// Re-run the stringer command to generate them again.
var
x
[
1
]
struct
{}
_
=
x
[
NmCapabilityTeam
-
1
]
}
const
_NmCapability_name
=
"NmCapabilityTeam"
var
_NmCapability_index
=
[
...
]
uint8
{
0
,
16
}
func
(
i
NmCapability
)
String
()
string
{
i
-=
1
if
i
>=
NmCapability
(
len
(
_NmCapability_index
)
-
1
) {
return
"NmCapability("
+
strconv
.
FormatInt
(
int64
(
i
+
1
),
10
)
+
")"
}
return
_NmCapability_name
[
_NmCapability_index
[
i
]:
_NmCapability_index
[
i
+
1
]]
}
Back
|
FazBrowse Home
|
New Git URL