aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs/node.go
AgeCommit message (Expand)Author
2020-05-16all: fix and suppress linter warningsShulhan
2020-05-07memfs: make the Node Readdir works when calling from generated Go codeShulhan
2019-12-10memfs: simplify and fix the implementation and test of ReaddirShulhan
2019-12-10memfs: add function addChild to NodeShulhan
2019-12-09memfs: implement http.File on NodeShulhan
2019-12-09memfs: implement os.FileInfo on NodeShulhan
2019-12-09memfs: implement io.Closer, io.Reader, and io.Seeker on NodeShulhan
2019-09-27memfs: export the Decode method and return the decoded contentShulhan
2019-09-23memfs: add method to Search content of filesShulhan
2019-08-05lib/memfs: set the Node's Size to zero if node is directoryShulhan
2019-08-05lib/memfs: add method to encode the content of fileShulhan
2019-04-19memfs: export the NewNode functionShulhan
2019-04-19memfs: add method to remove child from any nodeShulhan
2019-04-19memfs: add modification time to NodeShulhan
2019-04-19memfs: change the function parameters on create new nodeShulhan
2019-04-19memfs: add method to update node content and informationShulhan
2018-11-28lib/memfs: add documentation and example for NewShulhan
2018-11-25lib/memfs: add field content type to nodeShulhan
2018-11-24lib/memfs: read symbolic link as actual fileShulhan
2018-11-04memfs: library for mounting local file system to memoryShulhan