Skip to content

Commit

Permalink
gadget: add macos stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Oct 2, 2024
1 parent c0096f6 commit d7e3681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gadget/device_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ var errNotImplemented = errors.New("not implemented")
func FindDeviceForStructure(vs *VolumeStructure) (string, error) {
return "", errNotImplemented
}

func FindFixedDeviceForStructure(baseDevicePath string, vs *VolumeStructure) (string, error) {
return "", errNotImplemented
}

0 comments on commit d7e3681

Please sign in to comment.