File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
var invoke common.Invoker = common.Invoke {}
11
11
12
+ type Warnings = common.Warnings
13
+
12
14
type UsageStat struct {
13
15
Path string `json:"path"`
14
16
Fstype string `json:"fstype"`
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ import (
15
15
"golang.org/x/sys/windows/registry"
16
16
)
17
17
18
- type Warnings = common.Warnings
19
-
20
18
var (
21
19
procGetDiskFreeSpaceExW = common .Modkernel32 .NewProc ("GetDiskFreeSpaceExW" )
22
20
procGetLogicalDriveStringsW = common .Modkernel32 .NewProc ("GetLogicalDriveStringsW" )
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import (
11
11
"github.com/shirou/gopsutil/v3/internal/common"
12
12
)
13
13
14
+ type Warnings = common.Warnings
15
+
14
16
var invoke common.Invoker = common.Invoke {}
15
17
16
18
// A HostInfoStat describes the host status.
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ import (
19
19
"golang.org/x/sys/unix"
20
20
)
21
21
22
- type Warnings = common.Warnings
23
-
24
22
type lsbStruct struct {
25
23
ID string
26
24
Release string
You can’t perform that action at this time.
0 commit comments