rpc

package
v3.0.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2019 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChrootArgs

type ChrootArgs struct {
	Root     string
	UsePivot bool
}

ChrootArgs defines the arguments to chroot.

type HasNamespaceArgs

type HasNamespaceArgs struct {
	Pid    int
	NsType string
}

HasNamespaceArgs defines the arguments to compare host namespace. and RPC process

type HostnameArgs

type HostnameArgs struct {
	Hostname string
}

HostnameArgs defines the arguments to sethostname.

type LoopArgs

type LoopArgs struct {
	Image      string
	Mode       int
	Info       loop.Info64
	MaxDevices int
}

LoopArgs defines the arguments to create a loop device.

type MkdirArgs

type MkdirArgs struct {
	Path string
	Perm os.FileMode
}

MkdirArgs defines the arguments to mkdir.

type MountArgs

type MountArgs struct {
	Source     string
	Target     string
	Filesystem string
	Mountflags uintptr
	Data       string
}

MountArgs defines the arguments to mount.

type SetFsIDArgs

type SetFsIDArgs struct {
	UID int
	GID int
}

SetFsIDArgs defines the arguments to setfsid.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL