design

package
v1.0.1-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL