Documentation
¶
Overview ¶
* @Descripttion: * @version: * @Author: lfzxs@qq.com * @Date: 2022-10-12 14:22:35 * @LastEditors: lfzxs@qq.com * @LastEditTime: 2022-11-29 13:43:19
Index ¶
Constants ¶
View Source
const (
MaxFileSize = 9223372036854775807
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pair ¶
type Pair struct { Key string `json:"key"` Value interface{} `json:"value"` }
Pair will store option for storage service.
Click to show internal directories.
Click to hide internal directories.