Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CleanerClient struct + func NewCleanerClient(cc grpc.ClientConnInterface) *CleanerClient + func (c *CleanerClient) Cleaner(ctx context.Context) (int64, error) + type ErrnoExceptionClient struct + func NewErrnoExceptionClient(cc grpc.ClientConnInterface) *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 struct + func NewInt64RefClient(cc grpc.ClientConnInterface) *Int64RefClient + func (c *Int64RefClient) ToString(ctx context.Context, handle int64) (string, error) + type OsClient struct + func NewOsClient(cc grpc.ClientConnInterface) *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 struct + func NewOsConstantsClient(cc grpc.ClientConnInterface) *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 struct + func NewStructPollfdClient(cc grpc.ClientConnInterface) *StructPollfdClient + func (c *StructPollfdClient) ToString(ctx context.Context, handle int64) (string, error) + type StructStatClient struct + func NewStructStatClient(cc grpc.ClientConnInterface) *StructStatClient + func (c *StructStatClient) ToString(ctx context.Context, handle int64) (string, error) + type StructStatVfsClient struct + func NewStructStatVfsClient(cc grpc.ClientConnInterface) *StructStatVfsClient + func (c *StructStatVfsClient) ToString(ctx context.Context, handle int64) (string, error) + type StructTimespecClient struct + func NewStructTimespecClient(cc grpc.ClientConnInterface) *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 struct + func NewStructTimevalClient(cc grpc.ClientConnInterface) *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 struct + func NewStructUtsnameClient(cc grpc.ClientConnInterface) *StructUtsnameClient + func (c *StructUtsnameClient) ToString(ctx context.Context, handle int64) (string, error) + type VmSocketAddressClient struct + func NewVmSocketAddressClient(cc grpc.ClientConnInterface) *VmSocketAddressClient + func (c *VmSocketAddressClient) GetSvmCid(ctx context.Context, handle int64) (int32, error) + func (c *VmSocketAddressClient) GetSvmPort(ctx context.Context, handle int64) (int32, error)