update Request structure docs for path and flag changes

This commit is contained in:
John Eikenberry 2018-01-04 13:30:43 -08:00
parent ce0184a233
commit 5d3a486231
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ manner.
The Request structure has 5 public fields which you will deal with.
- Method (string) - string name of incoming call
- Filepath (string) - path of file to act on
- Filepath (string) - POSIX path of file to act on
- Flags (uint32) - 32bit bitmask value of file open/create flags
- Attrs ([]byte) - byte string of file attribute data
- Target (string) - target path for renames and sym-links