Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// contains filtered or unexported fields
}
FileReader provides methods to read files from SMB shares with connection pooling
func NewFileReader ¶
func NewFileReader(auth *config.CredentialMgr) *FileReader
NewFileReader creates a new SMB file reader with connection pooling
func (*FileReader) FileExists ¶
func (fr *FileReader) FileExists(uncPath string) (bool, error)
FileExists checks if a file exists at the given UNC path. Reuses connections when possible.
Click to show internal directories.
Click to hide internal directories.