github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/main_solaris.go (about)

     1  // +build solaris
     2  
     3  package main
     4  
     5  import "github.com/urfave/cli"
     6  
     7  var (
     8  	checkpointCommand cli.Command
     9  	eventsCommand     cli.Command
    10  	restoreCommand    cli.Command
    11  	specCommand       cli.Command
    12  	killCommand       cli.Command
    13  	deleteCommand     cli.Command
    14  	execCommand       cli.Command
    15  	initCommand       cli.Command
    16  	listCommand       cli.Command
    17  	pauseCommand      cli.Command
    18  	resumeCommand     cli.Command
    19  	startCommand      cli.Command
    20  	stateCommand      cli.Command
    21  )