go-ceph/internal
Niels de Vos 0460442cba internal: add dlsym package for working with dynamically loaded symbols
The dlsym package provides LookupSymbol() which resolves a named symbol
(like "rbd_clone4") and returns a unsafe.Pointer to it. The caller is
expected to cast the symbol to function that can be called.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-07-25 12:03:15 +00:00
..
admintest admintest: new helper pkg for */admin type test suites 2022-02-08 15:55:02 +00:00
callbacks callbacks: replace index with unique ID 2020-11-05 17:16:32 +00:00
commands commands: add test cases for FilterBodyPrefix 2022-04-06 17:56:33 +00:00
cutil Code Lint: Fix lint errors caused by revive check for unused parameters 2024-02-13 07:22:13 +00:00
dlsym internal: add dlsym package for working with dynamically loaded symbols 2024-07-25 12:03:15 +00:00
errutil errutil: replace unused StrError with FormatErrorCode function 2020-08-10 13:03:24 -04:00
log common: implement a common log package 2022-02-28 12:03:04 +00:00
retry Code Lint: Fix lint errors caused by revive check for unused parameters 2024-02-13 07:22:13 +00:00
timespec timespec: add a helper function to convert from Timespec to C 2021-01-12 14:47:30 +00:00
util rgw/admin: fix tests for quincy 2022-05-19 14:09:21 +00:00