mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:37:39 +00:00
Add go profiling flag, and enable on integration tests (#1382)
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
type ControlServer interface {
|
||||
Shutdown() error
|
||||
SaveLog(string) error
|
||||
SaveProfile(string) error
|
||||
Execute(command []string) (string, error)
|
||||
ConnectToNetwork(network *dockertest.Network) error
|
||||
GetHealthEndpoint() string
|
||||
|
Reference in New Issue
Block a user