Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
func MustContext ¶
func MustContext(ctx context.Context, opts ...kratosx.ContextOptionFunc) Context
type Storage ¶
type Storage struct {
Keyword string // 存储器标识
Type string // 存储类型
AntiTheft bool // 开启防盗链
Endpoint string // oss连接地址
AK string // AK
Secret string // SK
Bucket string // OSS 存储路径
Region string // OSS 地域
LocalDir string // 本地路径,仅local用
ServerURL string // server地址
TemporaryExpire time.Duration // 过期时间
IsExporter bool // 是否为导出器
}
Click to show internal directories.
Click to hide internal directories.