dbschema

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: AGPL-3.0 Imports: 8 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 NgingFtpPermission added in v1.3.1

type NgingFtpPermission struct {
	Id         uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"ID" json:"id" xml:"id"`
	TargetType string `db:"target_type" bson:"target_type" comment:"目标类型" json:"target_type" xml:"target_type"`
	TargetId   uint   `db:"target_id" bson:"target_id" comment:"目标ID" json:"target_id" xml:"target_id"`
	Permission string `db:"permission" bson:"permission" comment:"权限JSON" json:"permission" xml:"permission"`
	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
}

NgingFtpPermission 用户权限

func NewNgingFtpPermission added in v1.3.1

func NewNgingFtpPermission(ctx echo.Context) *NgingFtpPermission

func (*NgingFtpPermission) AsKV added in v1.3.1

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

func (*NgingFtpPermission) AsMap added in v1.3.1

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

func (*NgingFtpPermission) AsRow added in v1.3.1

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

func (*NgingFtpPermission) Base_ added in v1.4.0

func (a *NgingFtpPermission) Base_() factory.Baser

func (*NgingFtpPermission) BatchValidate added in v1.3.1

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

func (*NgingFtpPermission) CPAFrom added in v1.3.1

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

func (*NgingFtpPermission) ConnID added in v1.3.1

func (a *NgingFtpPermission) ConnID() int

func (*NgingFtpPermission) Context added in v1.3.1

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

func (*NgingFtpPermission) Count added in v1.3.1

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

func (*NgingFtpPermission) Delete added in v1.3.1

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

func (*NgingFtpPermission) Deletex added in v1.3.1

func (a *NgingFtpPermission) Deletex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpPermission) EventOFF added in v1.3.1

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

func (*NgingFtpPermission) EventON added in v1.3.1

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

func (*NgingFtpPermission) Exists added in v1.3.1

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

func (*NgingFtpPermission) FromRow added in v1.3.1

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

func (*NgingFtpPermission) Get added in v1.3.1

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

func (*NgingFtpPermission) GroupBy added in v1.3.1

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

func (*NgingFtpPermission) InitObjects added in v1.3.1

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

func (*NgingFtpPermission) Insert added in v1.3.1

func (a *NgingFtpPermission) Insert() (pk interface{}, err error)

func (*NgingFtpPermission) KeyBy added in v1.3.1

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

func (*NgingFtpPermission) List added in v1.3.1

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

func (*NgingFtpPermission) ListByOffset added in v1.3.1

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

func (*NgingFtpPermission) ListPage added in v1.3.1

func (a *NgingFtpPermission) ListPage(cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpPermission) ListPageAs added in v1.3.1

func (a *NgingFtpPermission) ListPageAs(recv interface{}, cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpPermission) Name_ added in v1.3.1

func (a *NgingFtpPermission) Name_() string

func (*NgingFtpPermission) Namer added in v1.3.1

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

func (*NgingFtpPermission) New added in v1.3.1

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

func (*NgingFtpPermission) NewObjects added in v1.3.1

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

func (*NgingFtpPermission) NewParam added in v1.3.1

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

func (*NgingFtpPermission) Objects added in v1.3.1

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

func (*NgingFtpPermission) Param added in v1.3.1

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

func (*NgingFtpPermission) Reset added in v1.3.1

func (*NgingFtpPermission) Set added in v1.3.1

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

func (*NgingFtpPermission) SetConnID added in v1.3.1

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

func (*NgingFtpPermission) SetContext added in v1.3.1

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

func (*NgingFtpPermission) SetNamer added in v1.3.1

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

func (*NgingFtpPermission) SetParam added in v1.3.1

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

func (*NgingFtpPermission) Short_ added in v1.3.1

func (a *NgingFtpPermission) Short_() string

func (*NgingFtpPermission) Struct_ added in v1.3.1

func (a *NgingFtpPermission) Struct_() string

func (*NgingFtpPermission) Trans added in v1.3.1

func (*NgingFtpPermission) Update added in v1.3.1

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

func (*NgingFtpPermission) UpdateByFields added in v1.3.1

func (a *NgingFtpPermission) UpdateByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (err error)

func (*NgingFtpPermission) UpdateField added in v1.3.1

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

func (*NgingFtpPermission) UpdateFields added in v1.3.1

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

func (*NgingFtpPermission) UpdateValues added in v1.3.1

func (a *NgingFtpPermission) UpdateValues(mw func(db.Result) db.Result, keysValues *db.KeysValues, args ...interface{}) (err error)

func (*NgingFtpPermission) Updatex added in v1.3.1

func (a *NgingFtpPermission) Updatex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpPermission) UpdatexByFields added in v1.3.1

func (a *NgingFtpPermission) UpdatexByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (affected int64, err error)

func (*NgingFtpPermission) UpdatexField added in v1.3.1

func (a *NgingFtpPermission) UpdatexField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpPermission) UpdatexFields added in v1.3.1

func (a *NgingFtpPermission) UpdatexFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpPermission) Upsert added in v1.3.1

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

func (*NgingFtpPermission) Use added in v1.3.1

func (*NgingFtpPermission) Validate added in v1.3.1

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

func (*NgingFtpPermission) XObjects added in v1.3.1

type NgingFtpUser

type NgingFtpUser struct {
	Id          uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"" json:"id" xml:"id"`
	Username    string `db:"username" bson:"username" comment:"用户名" json:"username" xml:"username"`
	Password    string `db:"password" bson:"password" comment:"密码" json:"password" xml:"password"`
	Banned      string `db:"banned" bson:"banned" comment:"是否禁止连接" json:"banned" xml:"banned"`
	Directory   string `db:"directory" bson:"directory" comment:"授权目录(一行一个) " json:"directory" xml:"directory"`
	Modify      string `db:"modify" bson:"modify" comment:"是否默认写权限" json:"modify" xml:"modify"`
	IpWhitelist string `db:"ip_whitelist" bson:"ip_whitelist" comment:"IP白名单(一行一个) " json:"ip_whitelist" xml:"ip_whitelist"`
	IpBlacklist string `db:"ip_blacklist" bson:"ip_blacklist" comment:"IP黑名单(一行一个) " json:"ip_blacklist" xml:"ip_blacklist"`
	Created     uint   `db:"created" bson:"created" comment:"创建时间 " json:"created" xml:"created"`
	Updated     uint   `db:"updated" bson:"updated" comment:"修改时间" json:"updated" xml:"updated"`
	GroupId     uint   `db:"group_id" bson:"group_id" comment:"用户组" json:"group_id" xml:"group_id"`
	// contains filtered or unexported fields
}

NgingFtpUser FTP用户

func NewNgingFtpUser

func NewNgingFtpUser(ctx echo.Context) *NgingFtpUser

func (*NgingFtpUser) AsKV

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

func (*NgingFtpUser) AsMap

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

func (*NgingFtpUser) AsRow

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

func (*NgingFtpUser) Base_ added in v1.4.0

func (a *NgingFtpUser) Base_() factory.Baser

func (*NgingFtpUser) BatchValidate

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

func (*NgingFtpUser) CPAFrom

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

func (*NgingFtpUser) ConnID added in v1.1.0

func (a *NgingFtpUser) ConnID() int

func (*NgingFtpUser) Context

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

func (*NgingFtpUser) Count

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

func (*NgingFtpUser) Delete

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

func (*NgingFtpUser) Deletex

func (a *NgingFtpUser) Deletex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpUser) EventOFF

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

func (*NgingFtpUser) EventON

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

func (*NgingFtpUser) Exists

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

func (*NgingFtpUser) FromRow

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

func (*NgingFtpUser) Get

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

func (*NgingFtpUser) GroupBy

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

func (*NgingFtpUser) InitObjects

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

func (*NgingFtpUser) Insert

func (a *NgingFtpUser) Insert() (pk interface{}, err error)

func (*NgingFtpUser) KeyBy

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

func (*NgingFtpUser) List

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

func (*NgingFtpUser) ListByOffset

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

func (*NgingFtpUser) ListPage

func (a *NgingFtpUser) ListPage(cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpUser) ListPageAs

func (a *NgingFtpUser) ListPageAs(recv interface{}, cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpUser) Name_

func (a *NgingFtpUser) Name_() string

func (*NgingFtpUser) Namer

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

func (*NgingFtpUser) New

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

func (*NgingFtpUser) NewObjects

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

func (*NgingFtpUser) NewParam

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

func (*NgingFtpUser) Objects

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

func (*NgingFtpUser) Param

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

func (*NgingFtpUser) Reset

func (a *NgingFtpUser) Reset() *NgingFtpUser

func (*NgingFtpUser) Set

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

func (*NgingFtpUser) SetConnID

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

func (*NgingFtpUser) SetContext

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

func (*NgingFtpUser) SetNamer

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

func (*NgingFtpUser) SetParam

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

func (*NgingFtpUser) Short_

func (a *NgingFtpUser) Short_() string

func (*NgingFtpUser) Struct_

func (a *NgingFtpUser) Struct_() string

func (*NgingFtpUser) Trans

func (a *NgingFtpUser) Trans() factory.Transactioner

func (*NgingFtpUser) Update

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

func (*NgingFtpUser) UpdateByFields

func (a *NgingFtpUser) UpdateByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (err error)

func (*NgingFtpUser) UpdateField

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

func (*NgingFtpUser) UpdateFields

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

func (*NgingFtpUser) UpdateValues

func (a *NgingFtpUser) UpdateValues(mw func(db.Result) db.Result, keysValues *db.KeysValues, args ...interface{}) (err error)

func (*NgingFtpUser) Updatex

func (a *NgingFtpUser) Updatex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpUser) UpdatexByFields

func (a *NgingFtpUser) UpdatexByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (affected int64, err error)

func (*NgingFtpUser) UpdatexField added in v1.2.0

func (a *NgingFtpUser) UpdatexField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpUser) UpdatexFields added in v1.2.0

func (a *NgingFtpUser) UpdatexFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpUser) Upsert

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

func (*NgingFtpUser) Use

func (*NgingFtpUser) Validate

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

func (*NgingFtpUser) XObjects

func (a *NgingFtpUser) XObjects() Slice_NgingFtpUser

type NgingFtpUserGroup

type NgingFtpUserGroup struct {
	Id          uint   `db:"id,omitempty,pk" bson:"id,omitempty" comment:"" json:"id" xml:"id"`
	Name        string `db:"name" bson:"name" comment:"组名称" json:"name" xml:"name"`
	Created     uint   `db:"created" bson:"created" comment:"创建时间" json:"created" xml:"created"`
	Updated     uint   `db:"updated" bson:"updated" comment:"修改时间" json:"updated" xml:"updated"`
	Disabled    string `db:"disabled" bson:"disabled" comment:"是否禁用" json:"disabled" xml:"disabled"`
	Banned      string `db:"banned" bson:"banned" comment:"是否禁止组内用户连接" json:"banned" xml:"banned"`
	Directory   string `db:"directory" bson:"directory" comment:"授权目录" json:"directory" xml:"directory"`
	Modify      string `db:"modify" bson:"modify" comment:"是否默认写权限" json:"modify" xml:"modify"`
	IpWhitelist string `db:"ip_whitelist" bson:"ip_whitelist" comment:"IP白名单(一行一个)" json:"ip_whitelist" xml:"ip_whitelist"`
	IpBlacklist string `db:"ip_blacklist" bson:"ip_blacklist" comment:"IP黑名单(一行一个)" json:"ip_blacklist" xml:"ip_blacklist"`
	// contains filtered or unexported fields
}

NgingFtpUserGroup FTP用户组

func NewNgingFtpUserGroup

func NewNgingFtpUserGroup(ctx echo.Context) *NgingFtpUserGroup

func (*NgingFtpUserGroup) AsKV

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

func (*NgingFtpUserGroup) AsMap

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

func (*NgingFtpUserGroup) AsRow

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

func (*NgingFtpUserGroup) Base_ added in v1.4.0

func (a *NgingFtpUserGroup) Base_() factory.Baser

func (*NgingFtpUserGroup) BatchValidate

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

func (*NgingFtpUserGroup) CPAFrom

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

func (*NgingFtpUserGroup) ConnID added in v1.1.0

func (a *NgingFtpUserGroup) ConnID() int

func (*NgingFtpUserGroup) Context

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

func (*NgingFtpUserGroup) Count

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

func (*NgingFtpUserGroup) Delete

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

func (*NgingFtpUserGroup) Deletex

func (a *NgingFtpUserGroup) Deletex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpUserGroup) EventOFF

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

func (*NgingFtpUserGroup) EventON

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

func (*NgingFtpUserGroup) Exists

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

func (*NgingFtpUserGroup) FromRow

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

func (*NgingFtpUserGroup) Get

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

func (*NgingFtpUserGroup) GroupBy

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

func (*NgingFtpUserGroup) InitObjects

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

func (*NgingFtpUserGroup) Insert

func (a *NgingFtpUserGroup) Insert() (pk interface{}, err error)

func (*NgingFtpUserGroup) KeyBy

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

func (*NgingFtpUserGroup) List

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

func (*NgingFtpUserGroup) ListByOffset

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

func (*NgingFtpUserGroup) ListPage

func (a *NgingFtpUserGroup) ListPage(cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpUserGroup) ListPageAs

func (a *NgingFtpUserGroup) ListPageAs(recv interface{}, cond *db.Compounds, sorts ...interface{}) error

func (*NgingFtpUserGroup) Name_

func (a *NgingFtpUserGroup) Name_() string

func (*NgingFtpUserGroup) Namer

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

func (*NgingFtpUserGroup) New

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

func (*NgingFtpUserGroup) NewObjects

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

func (*NgingFtpUserGroup) NewParam

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

func (*NgingFtpUserGroup) Objects

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

func (*NgingFtpUserGroup) Param

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

func (*NgingFtpUserGroup) Reset

func (*NgingFtpUserGroup) Set

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

func (*NgingFtpUserGroup) SetConnID

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

func (*NgingFtpUserGroup) SetContext

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

func (*NgingFtpUserGroup) SetNamer

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

func (*NgingFtpUserGroup) SetParam

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

func (*NgingFtpUserGroup) Short_

func (a *NgingFtpUserGroup) Short_() string

func (*NgingFtpUserGroup) Struct_

func (a *NgingFtpUserGroup) Struct_() string

func (*NgingFtpUserGroup) Trans

func (*NgingFtpUserGroup) Update

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

func (*NgingFtpUserGroup) UpdateByFields

func (a *NgingFtpUserGroup) UpdateByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (err error)

func (*NgingFtpUserGroup) UpdateField

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

func (*NgingFtpUserGroup) UpdateFields

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

func (*NgingFtpUserGroup) UpdateValues

func (a *NgingFtpUserGroup) UpdateValues(mw func(db.Result) db.Result, keysValues *db.KeysValues, args ...interface{}) (err error)

func (*NgingFtpUserGroup) Updatex

func (a *NgingFtpUserGroup) Updatex(mw func(db.Result) db.Result, args ...interface{}) (affected int64, err error)

func (*NgingFtpUserGroup) UpdatexByFields

func (a *NgingFtpUserGroup) UpdatexByFields(mw func(db.Result) db.Result, fields []string, args ...interface{}) (affected int64, err error)

func (*NgingFtpUserGroup) UpdatexField added in v1.2.0

func (a *NgingFtpUserGroup) UpdatexField(mw func(db.Result) db.Result, field string, value interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpUserGroup) UpdatexFields added in v1.2.0

func (a *NgingFtpUserGroup) UpdatexFields(mw func(db.Result) db.Result, kvset map[string]interface{}, args ...interface{}) (affected int64, err error)

func (*NgingFtpUserGroup) Upsert

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

func (*NgingFtpUserGroup) Use

func (*NgingFtpUserGroup) Validate

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

func (*NgingFtpUserGroup) XObjects

type Slice_NgingFtpPermission added in v1.3.1

type Slice_NgingFtpPermission []*NgingFtpPermission

func (Slice_NgingFtpPermission) AsKV added in v1.3.1

func (s Slice_NgingFtpPermission) AsKV(keyField string, valueField string) param.Store

func (Slice_NgingFtpPermission) FromList added in v1.3.1

func (s Slice_NgingFtpPermission) FromList(data interface{}) Slice_NgingFtpPermission

func (Slice_NgingFtpPermission) GroupBy added in v1.3.1

func (s Slice_NgingFtpPermission) GroupBy(keyField string) map[string][]*NgingFtpPermission

func (Slice_NgingFtpPermission) KeyBy added in v1.3.1

func (Slice_NgingFtpPermission) Range added in v1.3.1

func (s Slice_NgingFtpPermission) Range(fn func(m factory.Model) error) error

func (Slice_NgingFtpPermission) RangeRaw added in v1.3.1

func (s Slice_NgingFtpPermission) RangeRaw(fn func(m *NgingFtpPermission) error) error

func (Slice_NgingFtpPermission) Transform added in v1.3.1

func (s Slice_NgingFtpPermission) Transform(transfers map[string]param.Transfer) []param.Store

type Slice_NgingFtpUser

type Slice_NgingFtpUser []*NgingFtpUser

func (Slice_NgingFtpUser) AsKV

func (s Slice_NgingFtpUser) AsKV(keyField string, valueField string) param.Store

func (Slice_NgingFtpUser) FromList

func (s Slice_NgingFtpUser) FromList(data interface{}) Slice_NgingFtpUser

func (Slice_NgingFtpUser) GroupBy

func (s Slice_NgingFtpUser) GroupBy(keyField string) map[string][]*NgingFtpUser

func (Slice_NgingFtpUser) KeyBy

func (s Slice_NgingFtpUser) KeyBy(keyField string) map[string]*NgingFtpUser

func (Slice_NgingFtpUser) Range

func (s Slice_NgingFtpUser) Range(fn func(m factory.Model) error) error

func (Slice_NgingFtpUser) RangeRaw

func (s Slice_NgingFtpUser) RangeRaw(fn func(m *NgingFtpUser) error) error

func (Slice_NgingFtpUser) Transform

func (s Slice_NgingFtpUser) Transform(transfers map[string]param.Transfer) []param.Store

type Slice_NgingFtpUserGroup

type Slice_NgingFtpUserGroup []*NgingFtpUserGroup

func (Slice_NgingFtpUserGroup) AsKV

func (s Slice_NgingFtpUserGroup) AsKV(keyField string, valueField string) param.Store

func (Slice_NgingFtpUserGroup) FromList

func (s Slice_NgingFtpUserGroup) FromList(data interface{}) Slice_NgingFtpUserGroup

func (Slice_NgingFtpUserGroup) GroupBy

func (s Slice_NgingFtpUserGroup) GroupBy(keyField string) map[string][]*NgingFtpUserGroup

func (Slice_NgingFtpUserGroup) KeyBy

func (s Slice_NgingFtpUserGroup) KeyBy(keyField string) map[string]*NgingFtpUserGroup

func (Slice_NgingFtpUserGroup) Range

func (s Slice_NgingFtpUserGroup) Range(fn func(m factory.Model) error) error

func (Slice_NgingFtpUserGroup) RangeRaw

func (s Slice_NgingFtpUserGroup) RangeRaw(fn func(m *NgingFtpUserGroup) error) error

func (Slice_NgingFtpUserGroup) Transform

func (s Slice_NgingFtpUserGroup) Transform(transfers map[string]param.Transfer) []param.Store

Jump to

Keyboard shortcuts

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