Documentation
¶
Index ¶
- type CleanerClient
- type ErrnoExceptionClient
- func (c *ErrnoExceptionClient) GetMessage(ctx context.Context, handle int64) (string, error)
- func (c *ErrnoExceptionClient) RethrowAsIOException(ctx context.Context, handle int64) (int64, error)
- func (c *ErrnoExceptionClient) RethrowAsSocketException(ctx context.Context, handle int64) (int64, error)
- type Int64RefClient
- type OsClient
- func (c *OsClient) Accept(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *OsClient) Access(ctx context.Context, arg0 string, arg1 int32) (bool, error)
- func (c *OsClient) Bind2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) Bind3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error
- func (c *OsClient) Chmod(ctx context.Context, arg0 string, arg1 int32) error
- func (c *OsClient) Chown(ctx context.Context, arg0 string, arg1 int32, arg2 int32) error
- func (c *OsClient) Close(ctx context.Context, arg0 int64) error
- func (c *OsClient) Connect2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) Connect3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error
- func (c *OsClient) Dup(ctx context.Context, arg0 int64) (int64, error)
- func (c *OsClient) Dup2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *OsClient) Environ(ctx context.Context) (int64, error)
- func (c *OsClient) Execv(ctx context.Context, arg0 string, arg1 int64) error
- func (c *OsClient) Execve(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error
- func (c *OsClient) Fchmod(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *OsClient) Fchown(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
- func (c *OsClient) FcntlInt(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *OsClient) Fdatasync(ctx context.Context, arg0 int64) error
- func (c *OsClient) Fstat(ctx context.Context, arg0 int64) (int64, error)
- func (c *OsClient) Fstatvfs(ctx context.Context, arg0 int64) (int64, error)
- func (c *OsClient) Fsync(ctx context.Context, arg0 int64) error
- func (c *OsClient) Ftruncate(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) GaiStrerror(ctx context.Context, arg0 int32) (string, error)
- func (c *OsClient) Getegid(ctx context.Context) (int32, error)
- func (c *OsClient) Getenv(ctx context.Context, arg0 string) (string, error)
- func (c *OsClient) Geteuid(ctx context.Context) (int32, error)
- func (c *OsClient) Getgid(ctx context.Context) (int32, error)
- func (c *OsClient) Getpeername(ctx context.Context, arg0 int64) (int64, error)
- func (c *OsClient) Getpid(ctx context.Context) (int32, error)
- func (c *OsClient) Getppid(ctx context.Context) (int32, error)
- func (c *OsClient) Getsockname(ctx context.Context, arg0 int64) (int64, error)
- func (c *OsClient) GetsockoptTimeval(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
- func (c *OsClient) Gettid(ctx context.Context) (int32, error)
- func (c *OsClient) Getuid(ctx context.Context) (int32, error)
- func (c *OsClient) Getxattr(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *OsClient) IfIndextoname(ctx context.Context, arg0 int32) (string, error)
- func (c *OsClient) IfNametoindex(ctx context.Context, arg0 string) (int32, error)
- func (c *OsClient) InetPton(ctx context.Context, arg0 int32, arg1 string) (int64, error)
- func (c *OsClient) Isatty(ctx context.Context, arg0 int64) (bool, error)
- func (c *OsClient) Kill(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *OsClient) Lchown(ctx context.Context, arg0 string, arg1 int32, arg2 int32) error
- func (c *OsClient) Link(ctx context.Context, arg0 string, arg1 string) error
- func (c *OsClient) Listen(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *OsClient) Listxattr(ctx context.Context, arg0 string) (int64, error)
- func (c *OsClient) Lseek(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int64, error)
- func (c *OsClient) Lstat(ctx context.Context, arg0 string) (int64, error)
- func (c *OsClient) MemfdCreate(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *OsClient) Mincore(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *OsClient) Mkdir(ctx context.Context, arg0 string, arg1 int32) error
- func (c *OsClient) Mkfifo(ctx context.Context, arg0 string, arg1 int32) error
- func (c *OsClient) Mlock(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) Mmap(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int64, error)
- func (c *OsClient) Msync(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error
- func (c *OsClient) Munlock(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) Munmap(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *OsClient) Open(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error)
- func (c *OsClient) Pipe(ctx context.Context) (int64, error)
- func (c *OsClient) Poll(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
- func (c *OsClient) PosixFallocate(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *OsClient) Prctl(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) (int32, error)
- func (c *OsClient) Pread(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *OsClient) Pwrite(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *OsClient) Read(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int32, error)
- func (c *OsClient) Readlink(ctx context.Context, arg0 string) (string, error)
- func (c *OsClient) Readv(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int32, error)
- func (c *OsClient) Recvfrom(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *OsClient) Recvmsg(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int32, error)
- func (c *OsClient) Remove(ctx context.Context, arg0 string) error
- func (c *OsClient) Removexattr(ctx context.Context, arg0 string, arg1 string) error
- func (c *OsClient) Rename(ctx context.Context, arg0 string, arg1 string) error
- func (c *OsClient) Sendfile(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
- func (c *OsClient) Sendmsg(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int32, error)
- func (c *OsClient) Sendto6_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *OsClient) Sendto7(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *OsClient) Setegid(ctx context.Context, arg0 int32) error
- func (c *OsClient) Setenv(ctx context.Context, arg0 string, arg1 string, arg2 bool) error
- func (c *OsClient) Seteuid(ctx context.Context, arg0 int32) error
- func (c *OsClient) Setgid(ctx context.Context, arg0 int32) error
- func (c *OsClient) Setsid(ctx context.Context) (int32, error)
- func (c *OsClient) SetsockoptInt(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error
- func (c *OsClient) SetsockoptTimeval(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error
- func (c *OsClient) Setuid(ctx context.Context, arg0 int32) error
- func (c *OsClient) Setxattr(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int32) error
- func (c *OsClient) Shutdown(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *OsClient) Socket(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error)
- func (c *OsClient) Socketpair(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error
- func (c *OsClient) Stat(ctx context.Context, arg0 string) (int64, error)
- func (c *OsClient) Statvfs(ctx context.Context, arg0 string) (int64, error)
- func (c *OsClient) Strerror(ctx context.Context, arg0 int32) (string, error)
- func (c *OsClient) Strsignal(ctx context.Context, arg0 int32) (string, error)
- func (c *OsClient) Symlink(ctx context.Context, arg0 string, arg1 string) error
- func (c *OsClient) Sysconf(ctx context.Context, arg0 int32) (int64, error)
- func (c *OsClient) Tcdrain(ctx context.Context, arg0 int64) error
- func (c *OsClient) Tcsendbreak(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *OsClient) Umask(ctx context.Context, arg0 int32) (int32, error)
- func (c *OsClient) Uname(ctx context.Context) (int64, error)
- func (c *OsClient) Unsetenv(ctx context.Context, arg0 string) error
- func (c *OsClient) Write(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int32, error)
- func (c *OsClient) Writev(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int32, error)
- type OsConstantsClient
- func (c *OsConstantsClient) ErrnoName(ctx context.Context, arg0 int32) (string, error)
- func (c *OsConstantsClient) GaiName(ctx context.Context, arg0 int32) (string, error)
- func (c *OsConstantsClient) S_ISBLK(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISCHR(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISDIR(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISFIFO(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISLNK(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISREG(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) S_ISSOCK(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) WCOREDUMP(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) WEXITSTATUS(ctx context.Context, arg0 int32) (int32, error)
- func (c *OsConstantsClient) WIFEXITED(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) WIFSIGNALED(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) WIFSTOPPED(ctx context.Context, arg0 int32) (bool, error)
- func (c *OsConstantsClient) WSTOPSIG(ctx context.Context, arg0 int32) (int32, error)
- func (c *OsConstantsClient) WTERMSIG(ctx context.Context, arg0 int32) (int32, error)
- type StructPollfdClient
- type StructStatClient
- type StructStatVfsClient
- type StructTimespecClient
- func (c *StructTimespecClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *StructTimespecClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *StructTimespecClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *StructTimespecClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *StructTimespecClient) ToString(ctx context.Context, handle int64) (string, error)
- type StructTimevalClient
- func (c *StructTimevalClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *StructTimevalClient) FromMillis(ctx context.Context, arg0 int64) (int64, error)
- func (c *StructTimevalClient) HashCode(ctx context.Context) (int32, error)
- func (c *StructTimevalClient) ToMillis(ctx context.Context) (int64, error)
- func (c *StructTimevalClient) ToString(ctx context.Context) (string, error)
- type StructUtsnameClient
- type VmSocketAddressClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanerClient ¶
type CleanerClient struct {
// contains filtered or unexported fields
}
CleanerClient wraps the gRPC CleanerService client.
func NewCleanerClient ¶
func NewCleanerClient(cc grpc.ClientConnInterface) *CleanerClient
NewCleanerClient creates a new Cleaner client.
type ErrnoExceptionClient ¶
type ErrnoExceptionClient struct {
// contains filtered or unexported fields
}
ErrnoExceptionClient wraps the gRPC ErrnoExceptionService client.
func NewErrnoExceptionClient ¶
func NewErrnoExceptionClient(cc grpc.ClientConnInterface) *ErrnoExceptionClient
NewErrnoExceptionClient creates a new ErrnoException client.
func (*ErrnoExceptionClient) GetMessage ¶
GetMessage calls the GetMessage RPC.
func (*ErrnoExceptionClient) RethrowAsIOException ¶
func (c *ErrnoExceptionClient) RethrowAsIOException(ctx context.Context, handle int64) (int64, error)
RethrowAsIOException calls the RethrowAsIOException RPC.
func (*ErrnoExceptionClient) RethrowAsSocketException ¶
func (c *ErrnoExceptionClient) RethrowAsSocketException(ctx context.Context, handle int64) (int64, error)
RethrowAsSocketException calls the RethrowAsSocketException RPC.
type Int64RefClient ¶
type Int64RefClient struct {
// contains filtered or unexported fields
}
Int64RefClient wraps the gRPC Int64RefService client.
func NewInt64RefClient ¶
func NewInt64RefClient(cc grpc.ClientConnInterface) *Int64RefClient
NewInt64RefClient creates a new Int64Ref client.
type OsClient ¶
type OsClient struct {
// contains filtered or unexported fields
}
OsClient wraps the gRPC OsService client.
func NewOsClient ¶
func NewOsClient(cc grpc.ClientConnInterface) *OsClient
NewOsClient creates a new Os client.
func (*OsClient) Connect2_1 ¶
Connect2_1 calls the Connect2_1 RPC.
func (*OsClient) GaiStrerror ¶
GaiStrerror calls the GaiStrerror RPC.
func (*OsClient) Getpeername ¶
Getpeername calls the Getpeername RPC.
func (*OsClient) Getsockname ¶
Getsockname calls the Getsockname RPC.
func (*OsClient) GetsockoptTimeval ¶
func (c *OsClient) GetsockoptTimeval(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
GetsockoptTimeval calls the GetsockoptTimeval RPC.
func (*OsClient) IfIndextoname ¶
IfIndextoname calls the IfIndextoname RPC.
func (*OsClient) IfNametoindex ¶
IfNametoindex calls the IfNametoindex RPC.
func (*OsClient) MemfdCreate ¶
MemfdCreate calls the MemfdCreate RPC.
func (*OsClient) Mmap ¶
func (c *OsClient) Mmap(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64, arg5 int64) (int64, error)
Mmap calls the Mmap RPC.
func (*OsClient) PosixFallocate ¶
PosixFallocate calls the PosixFallocate RPC.
func (*OsClient) Prctl ¶
func (c *OsClient) Prctl(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, arg4 int64) (int32, error)
Prctl calls the Prctl RPC.
func (*OsClient) Pread ¶
func (c *OsClient) Pread(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64) (int32, error)
Pread calls the Pread RPC.
func (*OsClient) Pwrite ¶
func (c *OsClient) Pwrite(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int64) (int32, error)
Pwrite calls the Pwrite RPC.
func (*OsClient) Read ¶
func (c *OsClient) Read(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int32, error)
Read calls the Read RPC.
func (*OsClient) Readv ¶
func (c *OsClient) Readv(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int32, error)
Readv calls the Readv RPC.
func (*OsClient) Recvfrom ¶
func (c *OsClient) Recvfrom(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int64) (int32, error)
Recvfrom calls the Recvfrom RPC.
func (*OsClient) Removexattr ¶
Removexattr calls the Removexattr RPC.
func (*OsClient) Sendfile ¶
func (c *OsClient) Sendfile(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
Sendfile calls the Sendfile RPC.
func (*OsClient) Sendto6_1 ¶
func (c *OsClient) Sendto6_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int64) (int32, error)
Sendto6_1 calls the Sendto6_1 RPC.
func (*OsClient) Sendto7 ¶
func (c *OsClient) Sendto7(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int64, arg6 int32) (int32, error)
Sendto7 calls the Sendto7 RPC.
func (*OsClient) SetsockoptInt ¶
func (c *OsClient) SetsockoptInt(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error
SetsockoptInt calls the SetsockoptInt RPC.
func (*OsClient) SetsockoptTimeval ¶
func (c *OsClient) SetsockoptTimeval(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error
SetsockoptTimeval calls the SetsockoptTimeval RPC.
func (*OsClient) Setxattr ¶
func (c *OsClient) Setxattr(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int32) error
Setxattr calls the Setxattr RPC.
func (*OsClient) Socketpair ¶
func (c *OsClient) Socketpair(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int64) error
Socketpair calls the Socketpair RPC.
func (*OsClient) Tcsendbreak ¶
Tcsendbreak calls the Tcsendbreak RPC.
type OsConstantsClient ¶
type OsConstantsClient struct {
// contains filtered or unexported fields
}
OsConstantsClient wraps the gRPC OsConstantsService client.
func NewOsConstantsClient ¶
func NewOsConstantsClient(cc grpc.ClientConnInterface) *OsConstantsClient
NewOsConstantsClient creates a new OsConstants client.
func (*OsConstantsClient) WEXITSTATUS ¶
WEXITSTATUS calls the WEXITSTATUS RPC.
func (*OsConstantsClient) WIFSIGNALED ¶
WIFSIGNALED calls the WIFSIGNALED RPC.
func (*OsConstantsClient) WIFSTOPPED ¶
WIFSTOPPED calls the WIFSTOPPED RPC.
type StructPollfdClient ¶
type StructPollfdClient struct {
// contains filtered or unexported fields
}
StructPollfdClient wraps the gRPC StructPollfdService client.
func NewStructPollfdClient ¶
func NewStructPollfdClient(cc grpc.ClientConnInterface) *StructPollfdClient
NewStructPollfdClient creates a new StructPollfd client.
type StructStatClient ¶
type StructStatClient struct {
// contains filtered or unexported fields
}
StructStatClient wraps the gRPC StructStatService client.
func NewStructStatClient ¶
func NewStructStatClient(cc grpc.ClientConnInterface) *StructStatClient
NewStructStatClient creates a new StructStat client.
type StructStatVfsClient ¶
type StructStatVfsClient struct {
// contains filtered or unexported fields
}
StructStatVfsClient wraps the gRPC StructStatVfsService client.
func NewStructStatVfsClient ¶
func NewStructStatVfsClient(cc grpc.ClientConnInterface) *StructStatVfsClient
NewStructStatVfsClient creates a new StructStatVfs client.
type StructTimespecClient ¶
type StructTimespecClient struct {
// contains filtered or unexported fields
}
StructTimespecClient wraps the gRPC StructTimespecService client.
func NewStructTimespecClient ¶
func NewStructTimespecClient(cc grpc.ClientConnInterface) *StructTimespecClient
NewStructTimespecClient creates a new StructTimespec client.
func (*StructTimespecClient) CompareTo1 ¶
func (c *StructTimespecClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error)
CompareTo1 calls the CompareTo1 RPC.
func (*StructTimespecClient) CompareTo1_1 ¶
func (c *StructTimespecClient) CompareTo1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)
CompareTo1_1 calls the CompareTo1_1 RPC.
type StructTimevalClient ¶
type StructTimevalClient struct {
// contains filtered or unexported fields
}
StructTimevalClient wraps the gRPC StructTimevalService client.
func NewStructTimevalClient ¶
func NewStructTimevalClient(cc grpc.ClientConnInterface) *StructTimevalClient
NewStructTimevalClient creates a new StructTimeval client.
func (*StructTimevalClient) FromMillis ¶
FromMillis calls the FromMillis RPC.
func (*StructTimevalClient) HashCode ¶
func (c *StructTimevalClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
type StructUtsnameClient ¶
type StructUtsnameClient struct {
// contains filtered or unexported fields
}
StructUtsnameClient wraps the gRPC StructUtsnameService client.
func NewStructUtsnameClient ¶
func NewStructUtsnameClient(cc grpc.ClientConnInterface) *StructUtsnameClient
NewStructUtsnameClient creates a new StructUtsname client.
type VmSocketAddressClient ¶
type VmSocketAddressClient struct {
// contains filtered or unexported fields
}
VmSocketAddressClient wraps the gRPC VmSocketAddressService client.
func NewVmSocketAddressClient ¶
func NewVmSocketAddressClient(cc grpc.ClientConnInterface) *VmSocketAddressClient
NewVmSocketAddressClient creates a new VmSocketAddress client.
func (*VmSocketAddressClient) GetSvmPort ¶
GetSvmPort calls the GetSvmPort RPC.