Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoRenew ¶
type MongoRenew struct {
// contains filtered or unexported fields
}
func NewMongoRenew ¶
func NewMongoRenew(client *mongo.Client, dbName, table string) *MongoRenew
func (*MongoRenew) Prepare ¶
func (m *MongoRenew) Prepare() error
type MysqlRenew ¶
type MysqlRenew struct {
// contains filtered or unexported fields
}
func NewMysqlRenew ¶
func NewMysqlRenew(db *gorm.DB, table string) *MysqlRenew
func (*MysqlRenew) Prepare ¶
func (m *MysqlRenew) Prepare() error
Click to show internal directories.
Click to hide internal directories.