-
Notifications
You must be signed in to change notification settings - Fork 54
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
refactor #37
refactor #37
Conversation
a3828162
commented
May 8, 2024
•
edited
Loading
edited
- consumer finish
- api_{SVC}.go
- processor
- server
- router
Hi @a3828162 Please help to resolve the conflicts in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, need to fix the Termination procedure; you could refer to the Discord message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure the implementations of processor pkg follow our standard.
consumer *consumer.Consumer | ||
} | ||
|
||
func NewProcessor(udm ProcessorUdm) (*Processor, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refer to https://github.com/free5gc/amf/pull/132/files
You don't need to implement the Consumer getter here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (except for my commented part)