Documentation
¶
Overview ¶
Package remote provides an RPC wrapper around the core DB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBRemote ¶
type DBRemote struct {
// contains filtered or unexported fields
}
func (*DBRemote) Delete ¶
func (remote *DBRemote) Delete(args *DeleteArgs, _ *struct{}) error
type DeleteArgs ¶
type DeleteArgs struct {
Key string
}
Click to show internal directories.
Click to hide internal directories.