Documentation ¶ Index ¶ type Config type Handler func New(config Config, daemonInstaller *daemonInstaller.Handler, ...) *Handler func (h *Handler) Run(ctx context.Context, _ RunConfig) error type RunConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { } type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New( config Config, daemonInstaller *daemonInstaller.Handler, stopVpn *stopVpn.Handler, ) *Handler func (*Handler) Run ¶ func (h *Handler) Run(ctx context.Context, _ RunConfig) error type RunConfig ¶ type RunConfig struct { } Source Files ¶ View all Source files handler.gohandler_run.go Click to show internal directories. Click to hide internal directories.