Documentation ¶
Index ¶
Constants ¶
View Source
const CoreCacheEndpointAddCache = "cache_addCache"
View Source
const CoreCacheEndpointCacheExists = "cache_cacheExists"
View Source
const CoreCacheEndpointRemoveCache = "cache_removeCache"
View Source
const CoreCacheEndpointRemoveKeyLock = "cache_removeKeyLock"
View Source
const CoreCacheEndpointRequestKeyLock = "cache_requestKeyLock"
View Source
const CoreCacheEndpointRetrieveCache = "cache_retrieveCache"
View Source
const CoreDataEndpointAddDocument = "data_addDocument"
View Source
const CoreDataEndpointFilterDocuments = "data_filterDocuments"
View Source
const CoreDataEndpointListDocuments = "data_listDocuments"
View Source
const CoreDataEndpointRemoveDocument = "data_removeDocument"
View Source
const CoreDataEndpointReplaceDocument = "data_replaceDocument"
View Source
const CoreDataEndpointRetrieveDocument = "data_retrieveDocument"
View Source
const CoreDummyEndpointEcho = "dummy_echo"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixConst ¶
type PrefixConst string
const ( BlankPrefixConst PrefixConst = "" TestPrefixConst PrefixConst = "test_" )
func (PrefixConst) ToString ¶
func (p PrefixConst) ToString() string
type VersionConst ¶
type VersionConst string
const (
VersionV1Const VersionConst = "v1"
)
func (VersionConst) ToString ¶
func (v VersionConst) ToString() string
Click to show internal directories.
Click to hide internal directories.