Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppidModel ¶
type AppidModel struct {
Appid string
}
type KVModel ¶
type KVModel struct { // key is the key in string. An empty key is not allowed. Key string `json:"key"` // create_revision is the revision of last creation on this key. CreateRevision int64 `protobuf:"varint,2,opt,name=create_revision,json=createRevision,proto3" json:"create_revision,omitempty"` // mod_revision is the revision of last modification on this key. ModRevision int64 `protobuf:"varint,3,opt,name=mod_revision,json=modRevision,proto3" json:"mod_revision,omitempty"` // version is the version of the key. A deletion resets // the version to zero and any modification of the key // increases its version. Version int64 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"` // value is the value held by the key. Value string `json:"value"` }
type NamespaceModel ¶
type NamespaceModel struct {
Namespace string
}
Click to show internal directories.
Click to hide internal directories.