Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(params InitializeArgs) (router.ExecutableSchema, error)
Types ¶
type CacheMountInput ¶
type Exec ¶
type Exec struct {
FS *filesystem.Filesystem
Metadata *filesystem.Filesystem
Mounts map[string]*filesystem.Filesystem
}
type ExecEnvInput ¶
type ExecInput ¶
type ExecInput struct {
Args []string
Mounts []MountInput
CacheMounts []CacheMountInput
Workdir string
Env []ExecEnvInput
SecretEnv []ExecSecretEnvInput
SSHAuthSock string `json:"sshAuthSock,omitempty"`
}
type ExecSecretEnvInput ¶
type InitializeArgs ¶
type MountInput ¶
type MountInput struct {
Path string
FS filesystem.FSID
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.