Skip to content

create the main mutation for user storage interface #817

create the main mutation for user storage interface

create the main mutation for user storage interface #817

Triggered via push July 3, 2023 13:04
Status Failure
Total duration 1m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and test: storage/mem/verification_code.go#L8
undefined: model.VerificationCodeStorage
Build and test: storage/mem/user.go#L120
d.MFAEnrollments undefined (type model.UserData has no field or method MFAEnrollments)
Build and test: storage/mem/user.go#L120
data.MFAEnrollments undefined (type model.UserData has no field or method MFAEnrollments)
Build and test: storage/boltdb/verification_code.go#L17
undefined: model.VerificationCodeStorage
Build and test: storage/boltdb/user.go#L317
missing return
Build and test: storage/boltdb/user.go#L322
us.UserByFederatedID undefined (type *UserStorage has no field or method UserByFederatedID)
Build and test: storage/boltdb/user.go#L327
user.Active undefined (type model.User has no field or method Active)
Build and test: storage/boltdb/user.go#L328
user.AccessRole undefined (type model.User has no field or method AccessRole)
Build and test: storage/boltdb/user.go#L329
user.AddFederatedId undefined (type model.User has no field or method AddFederatedId)
Build and test: storage/boltdb/user.go#L336
not enough arguments in call to us.UserByUsername