go-ceph
go-ceph copied to clipboard
rados: implement rados_getaddrs
trafficstars
This PR implements binding for rados_getaddrs.
Includes a unit test.
Checklist
- [x] Added tests for features and functional changes
- [x] Public functions and types are documented
- [x] Standard formatting is applied to Go code
- [x] Is this a new API? Added a new file that begins with
//go:build ceph_preview - [x] Ran
make api-updateto record new APIs