jacquayj / GoRODS

Golang binding for iRODS C API: An iRODS client library written in Golang + C
https://godoc.org/github.com/jjacquay712/GoRODS
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Implement Collection.CreateCollection() #6

Closed jjacquay712 closed 8 years ago

jjacquay712 commented 8 years ago

https://github.com/jjacquay712/GoRods/commit/7bd933105a9cdedb02b80130bb58b42b59cd1477

simont commented 8 years ago

Quick update, the collection.CreateSubCollection() appears to work well (and as it calls CreateCollection I think that should be fine too). I haven't checked to see if it triggers any relevant iRODS PEPs for new collections.

jjacquay712 commented 8 years ago

Thanks for the test. I'd like to eventually create a comprehensive map in the wiki for GoRods function calls -> iRODS PEP triggered.

Created a placeholder that we can fill in after more testing: https://github.com/jjacquay712/GoRods/wiki