Refractor codebase (internal,cmd package only)
Open
cleanup
keepalive
- Dominant language
- Go
- Stars
- 1.6k
- Forks
- 617
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 43
Description
currently, it's difficult to write a Unit testing for the current code base, if we move all cephfs and rbd and rados function to a new interface and methods it will allow us to mock the things are helping us to write the unit testing for the current codebase
the functions which can be moved to the different interfaces and to seperate files also example
```
GetOMapValue()
getImageInfo()
createImage()
deleteImage()
etc...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.