config.go 200 字节
Newer Older
1 2 3 4 5 6 7
package configs // import "github.com/opencontainers/runc/libenclave/configs"

type InitEnclaveConfig struct {
	Type string   `json:"type"`
	Path string   `json:"path"`
	Args string   `json:"args"`
}