Documentation ¶
Index ¶
- type AddCacheResponse
- type AddDocumentResponse
- type CacheExistsResponse
- type FilterDocumentsResponse
- type ListDocumentsResponse
- type RemoveCacheResponse
- type RemoveDocumentResponse
- type RemoveKeyLockResponse
- type ReplaceDocumentResponse
- type RequestKeyLockResponse
- type RetrieveCacheResponse
- type RetrieveDocumentResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCacheResponse ¶
type AddCacheResponse struct {
Key string
}
type AddDocumentResponse ¶
type CacheExistsResponse ¶
type FilterDocumentsResponse ¶
type ListDocumentsResponse ¶
type RemoveCacheResponse ¶
type RemoveCacheResponse struct {
Key string
}
type RemoveDocumentResponse ¶
type RemoveKeyLockResponse ¶
type RemoveKeyLockResponse struct {
Key string
}
type ReplaceDocumentResponse ¶
type ReplaceDocumentResponse struct {
ID string
}
type RequestKeyLockResponse ¶
type RetrieveCacheResponse ¶
func (RetrieveCacheResponse) DecodeData ¶
func (r RetrieveCacheResponse) DecodeData(result any) error
Source Files ¶
- add-cache-response.go
- add-document-response.go
- cache-exists-response.go
- filter-documents-response.go
- list-documents-response.go
- remove-cache-response.go
- remove-document-response.go
- remove-key-lock-response.go
- replace-document-response.go
- request-key-lock-response.go
- retrieve-cache-response.go
- retrieve-document-response.go
Click to show internal directories.
Click to hide internal directories.