go-ceph icon indicating copy to clipboard operation
go-ceph copied to clipboard

rados: implement rados_getaddrs

Open gman0 opened this issue 1 year ago • 1 comments
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-update to record new APIs

gman0 avatar Oct 18 '24 16:10 gman0