dbschema

package
v3.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2021 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WithPrefix = func(tableName string) string {
	return "" + tableName
}

Functions

This section is empty.

Types

type NgingAccessLog

type NgingAccessLog struct {
	Id          uint64  `db:"id,omitempty,pk" bson:"id,omitempty" comment:"ID" json:"id" xml:"id"`
	VhostId     uint    `db:"vhost_id" bson:"vhost_id" comment:"虚拟主机ID" json:"vhost_id" xml:"vhost_id"`
	RemoteAddr  string  `db:"remote_addr" bson:"remote_addr" comment:"IP地址" json:"remote_addr" xml:"remote_addr"`
	XRealIp     string  `db:"x_real_ip" bson:"x_real_ip" comment:"IP" json:"x_real_ip" xml:"x_real_ip"`
	XForwardFor string  `db:"x_forward_for" bson:"x_forward_for" comment:"IP" json:"x_forward_for" xml:"x_forward_for"`
	LocalAddr   string  `db:"local_addr" bson:"local_addr" comment:"本机地址" json:"local_addr" xml:"local_addr"`
	Elapsed     float64 `db:"elapsed" bson:"elapsed" comment:"耗时(秒)" json:"elapsed" xml:"elapsed"`
	Host        string  `db:"host" bson:"host" comment:"Header中的Host, 一般会是域名" json:"host" xml:"host"`
	User        string  `db:"user" bson:"user" comment:"用户" json:"user" xml:"user"`
	TimeLocal   string  `db:"time_local" bson:"time_local" comment:"本地时间格式" json:"time_local" xml:"time_local"`
	Minute      string  `db:"minute" bson:"minute" comment:"H:i" json:"minute" xml:"minute"`
	Method      string  `db:"method" bson:"method" comment:"GET POST HEAD OPTIONS PUT DELETE..." json:"method" xml:"method"`
	Uri         string  `db:"uri" bson:"uri" comment:"网址" json:"uri" xml:"uri"`
	Version     string  `db:"version" bson:"version" comment:"HTTP/1.0, HTTP/1.1 ..." json:"version" xml:"version"`
	StatusCode  uint    `db:"status_code" bson:"status_code" comment:"状态码" json:"status_code" xml:"status_code"`
	BodyBytes   uint64  `db:"body_bytes" bson:"body_bytes" comment:"响应body字节数" json:"body_bytes" xml:"body_bytes"`
	Referer     string  `db:"referer" bson:"referer" comment:"来源网址" json:"referer" xml:"referer"`
	UserAgent   string  `db:"user_agent" bson:"user_agent" comment:"用户代理" json:"user_agent" xml:"user_agent"`
	HitStatus   uint    `db:"hit_status" bson:"hit_status" comment:"缓存服务器命中状态" json:"hit_status" xml:"hit_status"`
	Scheme      string  `db:"scheme" bson:"scheme" comment:"https/http" json:"scheme" xml:"scheme"`
	BrowerName  string  `db:"brower_name" bson:"brower_name" comment:"浏览器名" json:"brower_name" xml:"brower_name"`
	BrowerType  string  `db:"brower_type" bson:"brower_type" comment:"浏览器类型(spider/mobile/pc)" json:"brower_type" xml:"brower_type"`
	Created     uint    `db:"created" bson:"created" comment:"创建时间" json:"created" xml:"created"`
	// contains filtered or unexported fields
}

NgingAccessLog

func (*NgingAccessLog) Add

func (a *NgingAccessLog) Add() (pk interface{}, err error)

func (*NgingAccessLog) AsKV

func (a *NgingAccessLog) AsKV(keyField string, valueField string, inputRows ...[]*NgingAccessLog) param.Store

func (*NgingAccessLog) AsMap

func (a *NgingAccessLog) AsMap(onlyFields ...string) param.Store

func (*NgingAccessLog) AsRow

func (a *NgingAccessLog) AsRow(onlyFields ...string) param.Store

func (*NgingAccessLog) BatchValidate

func (a *NgingAccessLog) BatchValidate(kvset map[string]interface{}) error

func (*NgingAccessLog) CPAFrom

func (a *NgingAccessLog) CPAFrom(source factory.Model) factory.Model

func (*NgingAccessLog) Context

func (a *NgingAccessLog) Context() echo.Context

func (*NgingAccessLog) Count

func (a *NgingAccessLog) Count(mw func(db.Result) db.Result, args ...interface{}) (int64, error)

func (*NgingAccessLog) Delete

func (a *NgingAccessLog) Delete(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAccessLog) Edit

func (a *NgingAccessLog) Edit(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAccessLog) EventOFF

func (a *NgingAccessLog) EventOFF(off ...bool) factory.Model

func (*NgingAccessLog) EventON

func (a *NgingAccessLog) EventON(on ...bool) factory.Model

func (*NgingAccessLog) Exists

func (a *NgingAccessLog) Exists(mw func(db.Result) db.Result, args ...interface{}) (bool, error)

func (*NgingAccessLog) FromRow

func (a *NgingAccessLog) FromRow(row map[string]interface{})

func (*NgingAccessLog) Get

func (a *NgingAccessLog) Get(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAccessLog) GroupBy

func (a *NgingAccessLog) GroupBy(keyField string, inputRows ...[]*NgingAccessLog) map[string][]*NgingAccessLog

func (*NgingAccessLog) InitObjects

func (a *NgingAccessLog) InitObjects() *[]*NgingAccessLog

func (*NgingAccessLog) KeyBy

func (a *NgingAccessLog) KeyBy(keyField string, inputRows ...[]*NgingAccessLog) map[string]*NgingAccessLog

func (*NgingAccessLog) List

func (a *NgingAccessLog) List(recv interface{}, mw func(db.Result) db.Result, page, size int, args ...interface{}) (func() int64, error)

func (*NgingAccessLog) ListByOffset

func (a *NgingAccessLog) ListByOffset(recv interface{}, mw func(db.Result) db.Result, offset, size int, args ...interface{}) (func() int64, error)

func (*NgingAccessLog) Name_

func (a *NgingAccessLog) Name_() string

func (*NgingAccessLog) Namer

func (a *NgingAccessLog) Namer() func(factory.Model) string

func (*NgingAccessLog) New

func (a *NgingAccessLog) New(structName string, connID ...int) factory.Model

func (*NgingAccessLog) NewObjects

func (a *NgingAccessLog) NewObjects() factory.Ranger

func (*NgingAccessLog) NewParam

func (a *NgingAccessLog) NewParam() *factory.Param

func (*NgingAccessLog) Objects

func (a *NgingAccessLog) Objects() []*NgingAccessLog

func (*NgingAccessLog) Param

func (a *NgingAccessLog) Param(mw func(db.Result) db.Result, args ...interface{}) *factory.Param

func (*NgingAccessLog) Reset

func (a *NgingAccessLog) Reset() *NgingAccessLog

func (*NgingAccessLog) Set

func (a *NgingAccessLog) Set(key interface{}, value ...interface{})

func (*NgingAccessLog) SetConnID

func (a *NgingAccessLog) SetConnID(connID int) factory.Model

func (*NgingAccessLog) SetContext

func (a *NgingAccessLog) SetContext(ctx echo.Context) factory.Model

func (*NgingAccessLog) SetField

func (a *NgingAccessLog) SetField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (err error)

func (*NgingAccessLog) SetFields

func (a *NgingAccessLog) SetFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (err error)

func (*NgingAccessLog) SetNamer

func (a *NgingAccessLog) SetNamer(namer func(factory.Model) string) factory.Model

func (*NgingAccessLog) SetParam

func (a *NgingAccessLog) SetParam(param *factory.Param) factory.Model

func (*NgingAccessLog) Short_

func (a *NgingAccessLog) Short_() string

func (*NgingAccessLog) Struct_

func (a *NgingAccessLog) Struct_() string

func (*NgingAccessLog) Trans

func (a *NgingAccessLog) Trans() *factory.Transaction

func (*NgingAccessLog) Upsert

func (a *NgingAccessLog) Upsert(mw func(db.Result) db.Result, args ...interface{}) (pk interface{}, err error)

func (*NgingAccessLog) Use

func (*NgingAccessLog) Validate

func (a *NgingAccessLog) Validate(field string, value interface{}) error

func (*NgingAccessLog) XObjects

func (a *NgingAccessLog) XObjects() Slice_NgingAccessLog

type NgingAlertRecipient

type NgingAlertRecipient struct {
	Id          uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"ID" json:"id" xml:"id"`
	Name        string `db:"name" bson:"name" comment:"名称" json:"name" xml:"name"`
	Account     string `db:"account" bson:"account" comment:"账号" json:"account" xml:"account"`
	Extra       string `db:"extra" bson:"extra" comment:"扩展信息(JSON)" json:"extra" xml:"extra"`
	Type        string `db:"type" bson:"type" comment:"类型" json:"type" xml:"type"`
	Platform    string `db:"platform" bson:"platform" comment:"平台(dingding-钉钉;workwx-企业微信)" json:"platform" xml:"platform"`
	Description string `db:"description" bson:"description" comment:"说明" json:"description" xml:"description"`
	Disabled    string `db:"disabled" bson:"disabled" comment:"是否(Y/N)禁用" json:"disabled" xml:"disabled"`
	Created     uint   `db:"created" bson:"created" comment:"创建时间" json:"created" xml:"created"`
	Updated     uint   `db:"updated" bson:"updated" comment:"更新时间" json:"updated" xml:"updated"`
	// contains filtered or unexported fields
}

NgingAlertRecipient 报警收信人

func (*NgingAlertRecipient) Add

func (a *NgingAlertRecipient) Add() (pk interface{}, err error)

func (*NgingAlertRecipient) AsKV

func (a *NgingAlertRecipient) AsKV(keyField string, valueField string, inputRows ...[]*NgingAlertRecipient) param.Store

func (*NgingAlertRecipient) AsMap

func (a *NgingAlertRecipient) AsMap(onlyFields ...string) param.Store

func (*NgingAlertRecipient) AsRow

func (a *NgingAlertRecipient) AsRow(onlyFields ...string) param.Store

func (*NgingAlertRecipient) BatchValidate

func (a *NgingAlertRecipient) BatchValidate(kvset map[string]interface{}) error

func (*NgingAlertRecipient) CPAFrom

func (a *NgingAlertRecipient) CPAFrom(source factory.Model) factory.Model

func (*NgingAlertRecipient) Context

func (a *NgingAlertRecipient) Context() echo.Context

func (*NgingAlertRecipient) Count

func (a *NgingAlertRecipient) Count(mw func(db.Result) db.Result, args ...interface{}) (int64, error)

func (*NgingAlertRecipient) Delete

func (a *NgingAlertRecipient) Delete(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertRecipient) Edit

func (a *NgingAlertRecipient) Edit(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertRecipient) EventOFF

func (a *NgingAlertRecipient) EventOFF(off ...bool) factory.Model

func (*NgingAlertRecipient) EventON

func (a *NgingAlertRecipient) EventON(on ...bool) factory.Model

func (*NgingAlertRecipient) Exists

func (a *NgingAlertRecipient) Exists(mw func(db.Result) db.Result, args ...interface{}) (bool, error)

func (*NgingAlertRecipient) FromRow

func (a *NgingAlertRecipient) FromRow(row map[string]interface{})

func (*NgingAlertRecipient) Get

func (a *NgingAlertRecipient) Get(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertRecipient) GroupBy

func (a *NgingAlertRecipient) GroupBy(keyField string, inputRows ...[]*NgingAlertRecipient) map[string][]*NgingAlertRecipient

func (*NgingAlertRecipient) InitObjects

func (a *NgingAlertRecipient) InitObjects() *[]*NgingAlertRecipient

func (*NgingAlertRecipient) KeyBy

func (a *NgingAlertRecipient) KeyBy(keyField string, inputRows ...[]*NgingAlertRecipient) map[string]*NgingAlertRecipient

func (*NgingAlertRecipient) List

func (a *NgingAlertRecipient) List(recv interface{}, mw func(db.Result) db.Result, page, size int, args ...interface{}) (func() int64, error)

func (*NgingAlertRecipient) ListByOffset

func (a *NgingAlertRecipient) ListByOffset(recv interface{}, mw func(db.Result) db.Result, offset, size int, args ...interface{}) (func() int64, error)

func (*NgingAlertRecipient) Name_

func (a *NgingAlertRecipient) Name_() string

func (*NgingAlertRecipient) Namer

func (a *NgingAlertRecipient) Namer() func(factory.Model) string

func (*NgingAlertRecipient) New

func (a *NgingAlertRecipient) New(structName string, connID ...int) factory.Model

func (*NgingAlertRecipient) NewObjects

func (a *NgingAlertRecipient) NewObjects() factory.Ranger

func (*NgingAlertRecipient) NewParam

func (a *NgingAlertRecipient) NewParam() *factory.Param

func (*NgingAlertRecipient) Objects

func (a *NgingAlertRecipient) Objects() []*NgingAlertRecipient

func (*NgingAlertRecipient) Param

func (a *NgingAlertRecipient) Param(mw func(db.Result) db.Result, args ...interface{}) *factory.Param

func (*NgingAlertRecipient) Reset

func (*NgingAlertRecipient) Set

func (a *NgingAlertRecipient) Set(key interface{}, value ...interface{})

func (*NgingAlertRecipient) SetConnID

func (a *NgingAlertRecipient) SetConnID(connID int) factory.Model

func (*NgingAlertRecipient) SetContext

func (a *NgingAlertRecipient) SetContext(ctx echo.Context) factory.Model

func (*NgingAlertRecipient) SetField

func (a *NgingAlertRecipient) SetField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (err error)

func (*NgingAlertRecipient) SetFields

func (a *NgingAlertRecipient) SetFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (err error)

func (*NgingAlertRecipient) SetNamer

func (a *NgingAlertRecipient) SetNamer(namer func(factory.Model) string) factory.Model

func (*NgingAlertRecipient) SetParam

func (a *NgingAlertRecipient) SetParam(param *factory.Param) factory.Model

func (*NgingAlertRecipient) Short_

func (a *NgingAlertRecipient) Short_() string

func (*NgingAlertRecipient) Struct_

func (a *NgingAlertRecipient) Struct_() string

func (*NgingAlertRecipient) Trans

func (*NgingAlertRecipient) Upsert

func (a *NgingAlertRecipient) Upsert(mw func(db.Result) db.Result, args ...interface{}) (pk interface{}, err error)

func (*NgingAlertRecipient) Use

func (*NgingAlertRecipient) Validate

func (a *NgingAlertRecipient) Validate(field string, value interface{}) error

func (*NgingAlertRecipient) XObjects

type NgingAlertTopic

type NgingAlertTopic struct {
	Id          uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"ID" json:"id" xml:"id"`
	Topic       string `db:"topic" bson:"topic" comment:"通知专题" json:"topic" xml:"topic"`
	RecipientId uint   `db:"recipient_id" bson:"recipient_id" comment:"收信账号" json:"recipient_id" xml:"recipient_id"`
	Disabled    string `db:"disabled" bson:"disabled" comment:"是否禁用" json:"disabled" xml:"disabled"`
	Created     uint   `db:"created" bson:"created" comment:"创建时间" json:"created" xml:"created"`
	Updated     uint   `db:"updated" bson:"updated" comment:"更新时间" json:"updated" xml:"updated"`
	// contains filtered or unexported fields
}

NgingAlertTopic 报警收信专题关联

func (*NgingAlertTopic) Add

func (a *NgingAlertTopic) Add() (pk interface{}, err error)

func (*NgingAlertTopic) AsKV

func (a *NgingAlertTopic) AsKV(keyField string, valueField string, inputRows ...[]*NgingAlertTopic) param.Store

func (*NgingAlertTopic) AsMap

func (a *NgingAlertTopic) AsMap(onlyFields ...string) param.Store

func (*NgingAlertTopic) AsRow

func (a *NgingAlertTopic) AsRow(onlyFields ...string) param.Store

func (*NgingAlertTopic) BatchValidate

func (a *NgingAlertTopic) BatchValidate(kvset map[string]interface{}) error

func (*NgingAlertTopic) CPAFrom

func (a *NgingAlertTopic) CPAFrom(source factory.Model) factory.Model

func (*NgingAlertTopic) Context

func (a *NgingAlertTopic) Context() echo.Context

func (*NgingAlertTopic) Count

func (a *NgingAlertTopic) Count(mw func(db.Result) db.Result, args ...interface{}) (int64, error)

func (*NgingAlertTopic) Delete

func (a *NgingAlertTopic) Delete(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertTopic) Edit

func (a *NgingAlertTopic) Edit(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertTopic) EventOFF

func (a *NgingAlertTopic) EventOFF(off ...bool) factory.Model

func (*NgingAlertTopic) EventON

func (a *NgingAlertTopic) EventON(on ...bool) factory.Model

func (*NgingAlertTopic) Exists

func (a *NgingAlertTopic) Exists(mw func(db.Result) db.Result, args ...interface{}) (bool, error)

func (*NgingAlertTopic) FromRow

func (a *NgingAlertTopic) FromRow(row map[string]interface{})

func (*NgingAlertTopic) Get

func (a *NgingAlertTopic) Get(mw func(db.Result) db.Result, args ...interface{}) (err error)

func (*NgingAlertTopic) GroupBy

func (a *NgingAlertTopic) GroupBy(keyField string, inputRows ...[]*NgingAlertTopic) map[string][]*NgingAlertTopic

func (*NgingAlertTopic) InitObjects

func (a *NgingAlertTopic) InitObjects() *[]*NgingAlertTopic

func (*NgingAlertTopic) KeyBy

func (a *NgingAlertTopic) KeyBy(keyField string, inputRows ...[]*NgingAlertTopic) map[string]*NgingAlertTopic

func (*NgingAlertTopic) List

func (a *NgingAlertTopic) List(recv interface{}, mw func(db.Result) db.Result, page, size int, args ...interface{}) (func() int64, error)

func (*NgingAlertTopic) ListByOffset

func (a *NgingAlertTopic) ListByOffset(recv interface{}, mw func(db.Result) db.Result, offset, size int, args ...interface{}) (func() int64, error)

func (*NgingAlertTopic) Name_

func (a *NgingAlertTopic) Name_() string

func (*NgingAlertTopic) Namer

func (a *NgingAlertTopic) Namer() func(factory.Model) string

func (*NgingAlertTopic) New

func (a *NgingAlertTopic) New(structName string, connID ...int) factory.Model

func (*NgingAlertTopic) NewObjects

func (a *NgingAlertTopic) NewObjects() factory.Ranger

func (*NgingAlertTopic) NewParam

func (a *NgingAlertTopic) NewParam() *factory.Param

func (*NgingAlertTopic) Objects

func (a *NgingAlertTopic) Objects() []*NgingAlertTopic

func (*NgingAlertTopic) Param

func (a *NgingAlertTopic) Param(mw func(db.Result) db.Result, args ...interface{}) *factory.Param

func (*NgingAlertTopic) Reset

func (a *NgingAlertTopic) Reset() *NgingAlertTopic

func (*NgingAlertTopic) Set

func (a *NgingAlertTopic) Set(key interface{}, value ...interface{})

func (*NgingAlertTopic) SetConnID

func (a *NgingAlertTopic) SetConnID(connID int) factory.Model

func (*NgingAlertTopic) SetContext

func (a *NgingAlertTopic) SetContext(ctx echo.Context) factory.Model

func (*NgingAlertTopic) SetField

func (a *NgingAlertTopic) SetField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (err error)

func (*NgingAlertTopic) SetFields

func (a *NgingAlertTopic) SetFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (err error)

func (*NgingAlertTopic) SetNamer

func (a *NgingAlertTopic) SetNamer(namer func(factory.Model) string) factory.Model

func (*NgingAlertTopic) SetParam

func (a *NgingAlertTopic) SetParam(param *factory.Param) factory.Model

func (*NgingAlertTopic) Short_

func (a *NgingAlertTopic) Short_() string

func (*NgingAlertTopic) Struct_

func (a *NgingAlertTopic) Struct_() string

func (*NgingAlertTopic) Trans

func (a *NgingAlertTopic) Trans() *factory.Transaction

func (*NgingAlertTopic) Upsert

func (a *NgingAlertTopic) Upsert(mw func(db.Result) db.Result, args ...interface{}) (pk interface{}, err error)

func (*NgingAlertTopic) Use

func (*NgingAlertTopic) Validate

func (a *NgingAlertTopic) Validate(field string, value interface{}) error

func (*NgingAlertTopic) XObjects

func (a *NgingAlertTopic) XObjects() Slice_NgingAlertTopic

type NgingCloudBackup

type NgingCloudBackup struct {
	Id                uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"ID" json:"id" xml:"id"`
	Name              string `db:"name" bson:"name" comment:"配置名" json:"name" xml:"name"`
	SourcePath        string `db:"source_path" bson:"source_path" comment:"源" json:"source_path" xml:"source_path"`
	IgnoreRule        string `db:"ignore_rule" bson:"ignore_rule" comment:"忽略文件路径(正则表达式)" json:"ignore_rule" xml:"ignore_rule"`
	WaitFillCompleted string `` /* 145-byte string literal not displayed */
	IgnoreWaitRule    string `` /* 136-byte string literal not displayed */
	Delay             uint   `db:"delay" bson:"delay" comment:"延后秒数" json:"delay" xml:"delay"`
	DestStorage       uint   `db:"dest_storage" bson:"dest_storage" comment:"目标存储ID" json:"dest_storage" xml:"dest_storage"`
	DestPath          string `db:"dest_path" bson:"dest_path" comment:"目标存储路径" json:"dest_path" xml:"dest_path"`
	Result            string `db:"result" bson:"result" comment:"运行结果" json:"result" xml:"result"`
	LastExecuted      uint   `db:"last_executed" bson:"last_executed" comment:"最近运行时间" json:"last_executed" xml:"last_executed"`
	Status            string `db:"status" bson:"status" comment:"运行状态" json:"status" xml:"status"`
	Disabled          string `db:"disabled" bson:"disabled" comment:"是否(Y/N)禁用" json:"disabled" xml:"disabled"`
	Created           uint   `db:"created" bson:"created" comment:"创建时间" json:"created" xml:"created"`
	Updated           uint   `db:"updated" bson:"updated" comment:"更新时间" json:"updated" xml:"updated"`
	// contains filtered or unexported fields
}

NgingCloudBackup 云备份

func (*NgingCloudBackup) Add

func (a *NgingCloudBackup) Add() (pk interface{}, err error)

func (*NgingCloudBackup) AsKV

func (a *NgingCloudBackup) AsKV(keyField string, valueField string, inputRows ...[]*NgingCloudBackup) param.Store

func (*NgingCloudBackup) AsMap

func (a *NgingCloudBackup) AsMap(onlyFields ...string) param.Store

func (*NgingCloudBackup) AsRow

func (a *NgingCloudBackup) AsRow(onlyFields ...string) param.Store

func (*NgingCloudBackup) BatchValidate

func (a *NgingCloudBackup) BatchValidate(kvset map[string]interface{}) error

func (*NgingCloudBackup) CPAFrom

func (a *NgingCloudBackup) CPAFrom(source factory.Model) factory.Model

func (*NgingCloudBackup) Context

func (a *NgingCloudBackup) Context() echo.Context

func (*NgingCloudBackup) Count

func (a *NgingCloudBackup) Count(mw func(db.Result) db.Result, args ...interface{}) (int64, error)

func (*NgingCloudBackup) Delete

func (a *NgingCloudBackup) Delete(mw func(db.Result) db.Result, args ...interface{}) (err <