modify mongoctl
This commit is contained in:
parent
84ef19185d
commit
c9c024952f
|
@ -21,7 +21,6 @@ const CounterInternalTemplate = `
|
||||||
// --------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------
|
||||||
// The following code is automatically generated by the mongo-dao-generator tool.
|
// The following code is automatically generated by the mongo-dao-generator tool.
|
||||||
// Please do not modify this code manually to avoid being overwritten in the next generation.
|
// Please do not modify this code manually to avoid being overwritten in the next generation.
|
||||||
// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator
|
|
||||||
// --------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
package internal
|
package internal
|
||||||
|
|
|
@ -56,9 +56,8 @@ func New${VarDaoClassName}(db *mongo.Database, c *mongo.Collection) (*${VarDaoCl
|
||||||
|
|
||||||
const InternalTemplate = `
|
const InternalTemplate = `
|
||||||
// --------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------
|
||||||
// The following code is automatically generated by the mongo-dao-generator tool.
|
// The following code is automatically generated by the mongoctl tool.
|
||||||
// Please do not modify this code manually to avoid being overwritten in the next generation.
|
// Please do not modify this code manually to avoid being overwritten in the next generation.
|
||||||
// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator
|
|
||||||
// --------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
package internal
|
package internal
|
||||||
|
|
Loading…
Reference in New Issue