Skip to content
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

redesign #87

Merged
merged 1 commit into from
Oct 17, 2020
Merged

redesign #87

merged 1 commit into from
Oct 17, 2020

Conversation

hyperioxx
Copy link
Owner

No description provided.

@@ -55,6 +55,11 @@ func (ed *SipStack) CreateResponseChannel() chan transaction.Transaction {
return Channel
}

func (ed *SipStack) SetSipListener(listener transaction.SipListener){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method SipStack.SetSipListener should have comment or be unexported




type SipListener interface {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported type SipListener should have comment or be unexported

@@ -187,3 +188,8 @@ func (tm *TransactionManager) NewServerTransaction(msg *message.SipMsg) *ServerT
return tx

}


func (tm *TransactionManager) SetSipListener(listener SipListener) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method TransactionManager.SetSipListener should have comment or be unexported

@@ -55,6 +55,11 @@ func (ed *SipStack) CreateResponseChannel() chan transaction.Transaction {
return Channel
}

func (ed *SipStack) SetSipListener(listener transaction.SipListener){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported method SipStack.SetSipListener should have comment or be unexported

@hyperioxx hyperioxx merged commit 5ac6fb5 into master Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant