mirror of
https://github.com/traefik/traefik.git
synced 2025-05-09 01:13:05 +00:00
14 lines
236 B
Go
14 lines
236 B
Go
// +build !linux,!solaris
|
|
|
|
package main
|
|
|
|
import "github.com/urfave/cli"
|
|
|
|
var (
|
|
checkpointCommand cli.Command
|
|
eventsCommand cli.Command
|
|
restoreCommand cli.Command
|
|
specCommand cli.Command
|
|
killCommand cli.Command
|
|
)
|