vo

package
v0.0.0-...-52e4a05 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2023 License: MIT Imports: 5 Imported by: 6

Documentation

Overview

Package vo @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @License

Package vo @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @License

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheMarshal

type CacheMarshal struct {
	EmbedFs    embedfs.EmbedFs `yaml:"embedFs" dc:"本地存储文件"`
	Nutsdb     nutsdb.Nutsdb   `yaml:"nutsdb" dc:"持久化nutsdb存储"`
	MinioCos   minio.Minio     `yaml:"minioCos" dc:"minio存储"`
	QiniuCos   qiniu.Qiniu     `yaml:"qiniuCos" dc:"qiniu存储"`
	TencentCos tencent.Tencent `yaml:"tencentCos" dc:"tencent存储"`
}

type CacheUnmarshal

type CacheUnmarshal struct {
	EmbedFs    string `dc:"本地存储文件"`
	Nutsdb     string `dc:"持久化nutsdb存储"`
	MinioCos   string `dc:"minio存储"`
	QiniuCos   string `dc:"qiniu存储"`
	TencentCos string `dc:"tencent存储"`
}

type WResponse

type WResponse struct {
	Event string      `json:"event"` //属性名称
	Tag   string      `json:"tag"`   //所属标记
	Data  interface{} `json:"data"`  //数据
}

WResponse 输出对象

Jump to

Keyboard shortcuts

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