Documentation ¶
Index ¶
- Constants
- func DetectNFS(conn net.Conn, timeout time.Duration) (*plugins.ServiceNFS, error)
- func FetchMountExports(remoteAddr string, port uint32, timeout time.Duration) ([]string, error)
- func GetNFSMountExports(conn net.Conn, timeout time.Duration) ([]string, error)
- func GetNFSVersionDetails(conn net.Conn, timeout time.Duration) (string, error)
- type MountExport
- type NFSPlugin
- type PortMapperRequest
- type PortMapperResponse
Constants ¶
View Source
const ( NFS = "nfs" ProgramID = 100003 Version2 = 2 Version3 = 3 Version4 = 4 MountProgramID = 100005 MountProc3 = 3 MountPort = 111 )
Variables ¶
This section is empty.
Functions ¶
func FetchMountExports ¶ added in v0.0.44
func GetNFSMountExports ¶ added in v0.0.44
Types ¶
type MountExport ¶ added in v0.0.44
type PortMapperRequest ¶
type PortMapperResponse ¶
type PortMapperResponse struct {
Port uint32
}
Click to show internal directories.
Click to hide internal directories.