nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

VFS Create Description #76

Closed nandagopalan closed 2 months ago

nandagopalan commented 1 year ago

Add a description to VFS Create functions

VFS Create is generally means creation of file. However different VFS Implementation can have its own constraints.

Document the following on the interface function defn.

  1. Default behaviour
  2. Accepted Behaviour
  3. Caveats if any

This is needs to happen for all the individual VFS Implementation