Example #1
0
// Destroy destroys this RestoreOptions instance
func (self *RestoreOptions) Destroy() {
	C.rocksdb_restore_options_destroy(self.c)
}
Example #2
0
// Release destroys this RestoreOptions instance.
func (o *RestoreOptions) Release() {
	C.rocksdb_restore_options_destroy(o.c)
}
Example #3
0
// Destroy destroys this RestoreOptions instance.
func (ro *RestoreOptions) Destroy() {
	C.rocksdb_restore_options_destroy(ro.c)
}