Documentation
¶
Overview ¶
* @Author: leon 714765233@qq.com * @Date: 2024/7/17 18:56:00 * @File: store.go * @Description: * * Copyright (c) 2024 by leon email:714765233@qq.com, All Rights Reserved.
* @Author: leon 714765233@qq.com * @Date: 2024/7/17 18:59:00 * @File: types.go * @Description: * * Copyright (c) 2024 by leon email:714765233@qq.com, All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetContentReq ¶
type GetContentReq struct {
Key string `json:"key"`
}
type GetContentRes ¶
type GetContentRes struct {
Content string `json:"content"`
}
type OssManager ¶
type Store ¶
type Store struct { Oss OssManager // oss下载管理器 // contains filtered or unexported fields }
func New ¶
func New(cache Cache, ossManager OssManager) *Store
func (*Store) GetContent ¶
Click to show internal directories.
Click to hide internal directories.