You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
felix ginbro --dbAddr "X.X.X.X:YYYY" --dbName mydbname --dbPassword "mydbpass" --dbType mysql --dbUser mydbuser --dir myoutputdirectory --pkg mypackagename -V
produces:
2020/11/29 10:14:59 SQLite3 in: /home/ubuntu/.felix/sqlite.db
cd mypackagename then run go run main.go test your codebase
running: go run main.go
model/m_info_flags.go:50:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_info_stats.go:62:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_time_stats.go:61:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_network_stats.go:61:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_network_stats.go:61:11: too many errors
The text was updated successfully, but these errors were encountered:
felix ginbro --dbAddr "X.X.X.X:YYYY" --dbName mydbname --dbPassword "mydbpass" --dbType mysql --dbUser mydbuser --dir myoutputdirectory --pkg mypackagename -V
produces:
2020/11/29 10:14:59 SQLite3 in: /home/ubuntu/.felix/sqlite.db
cd mypackagename then run go run main.go test your codebase
running: go run main.go
model/m_info_flags.go:50:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_info_stats.go:62:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_time_stats.go:61:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_network_stats.go:61:11: db.CreateUserOfRole undefined (type *gorm.DB has no field or method CreateUserOfRole)
model/m_network_stats.go:61:11: too many errors
The text was updated successfully, but these errors were encountered: