model

package
v0.0.0-...-dae3534 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCacheReq

type AddCacheReq struct {
	// 缓存的key
	Key string `json:"key"`
	// 缓存的data
	Value string `json:"value"`
}

type CreateTableReq

type CreateTableReq struct {
	Name       string        `json:"name"`
	ExpireTime time.Duration `json:"expireTime"`
}

type UpdateCacheReq

type UpdateCacheReq struct {
	Name string `json:"name"`
	// 缓存的key
	Key string `json:"key"`
	// 缓存的data
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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