Comment more packages to pass go lint

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-10-02 11:50:18 -04:00
parent 33e974ce99
commit 451421b615
54 changed files with 255 additions and 121 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/gogo/protobuf/types"
)
// IO holds process IO information
type IO struct {
Stdin string
Stdout string
@@ -15,6 +16,7 @@ type IO struct {
Terminal bool
}
// CreateOpts contains task creation data
type CreateOpts struct {
// Spec is the OCI runtime spec
Spec *types.Any
@@ -28,6 +30,7 @@ type CreateOpts struct {
Options *types.Any
}
// Exit information for a process
type Exit struct {
Pid uint32
Status uint32