mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-11 17:43:43 +00:00
WIP
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"github.com/up9inc/mizu/shared"
|
||||
)
|
||||
|
||||
var TapStatus *shared.TapStatus
|
||||
var TapStatus shared.TapStatus
|
||||
|
||||
func GetTappingStatus(c *fiber.Ctx) error {
|
||||
return c.Status(fiber.StatusOK).JSON(TapStatus)
|
||||
|
Reference in New Issue
Block a user