mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-20 03:36:36 +00:00
chore: Move private packages to internal (#1664)
This commit is contained in:
6
internal/headers/iphlpapi/const.go
Normal file
6
internal/headers/iphlpapi/const.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package iphlpapi
|
||||
|
||||
const (
|
||||
TCPTableClass uint32 = 5
|
||||
TCP6TableClass uint32 = 5
|
||||
)
|
||||
Reference in New Issue
Block a user