-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: {username}/service #7
base: main
Are you sure you want to change the base?
Conversation
|
df4d3b2
to
2487a86
Compare
Now that all the grammatical errors have been fixed, it seems that the technical problem remains. |
This pulls in too much code from the old CA, a lot of it using the old database connections instead of GORM. Can you redo this, and bring in only the code that is needed to make this new endpoint work? You will need to rewrite the code you bring in to be sure it uses GORM to talk to the database. |
I have cleaned up the legacy code. The only assignment left is to modify the rsa.go to fit with new CA. |
In progress