Documentation
¶
Index ¶
Constants ¶
View Source
const ( OK = "OK" ErrNoKey = "ErrNoKey" )
View Source
const Debug = 0
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Clerk ¶
type KVServer ¶
type KVServer struct {
// contains filtered or unexported fields
}
func StartKVServer ¶
func (*KVServer) AppendEntryToLog ¶
func (*KVServer) PutAppend ¶
func (kv *KVServer) PutAppend(args *PutAppendArgs, reply *PutAppendReply)
type PutAppendArgs ¶
Put or Append
type PutAppendReply ¶
Click to show internal directories.
Click to hide internal directories.