Documentation
¶
Overview ¶
nolint:revive
nolint:revive
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheGetRequest = Type("CacheGetRequest", func() {
Field(1, "key", String)
Field(2, "namespace", String)
Field(3, "scope", String)
Required("key")
})
View Source
var CacheSetRequest = Type("CacheSetRequest", func() {
Field(1, "data", Any)
Field(2, "key", String)
Field(3, "namespace", String)
Field(4, "scope", String)
Field(5, "ttl", Int)
Required("data", "key")
})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.