nfs

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NFSClient

type NFSClient struct {
	Server      string
	Export      string
	UID         uint32
	GID         uint32
	CurrentPath string
	// contains filtered or unexported fields
}

func NewNFSClient

func NewNFSClient(server, export string, uid, gid uint32) (*NFSClient, error)

NewNFSClient creates and returns a new NFS client connection

func (*NFSClient) ExecuteCommand

func (c *NFSClient) ExecuteCommand(command string) []string

ExecuteCommand routes commands to their respective handlers

Jump to

Keyboard shortcuts

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