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

refactor and update util to use new log formatter setting #11

Merged
merged 2 commits into from
Apr 6, 2023

Conversation

brianchennn
Copy link
Contributor

@brianchennn brianchennn commented Apr 6, 2023

  1. refactor
  2. use new log formatter setting
  3. support Influence data put/delete service and subsToNotify service

"github.com/free5gc/util/httpwrapper"
)

// HTTPApplicationDataInfluenceDataInfluenceIdDelete - Create or update an individual Influence Data resource
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be

// HTTPApplicationDataInfluenceDataInfluenceIdDelete - Delete an individual Influence Data resource

c.JSON(http.StatusOK, gin.H{})
}

// HTTPApplicationDataInfluenceDataInfluenceIdPut - Delete an individual Influence Data resource
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be

// HTTPApplicationDataInfluenceDataInfluenceIdPut - Create or update an individual Influence Data resource

@tim-ywliu tim-ywliu merged commit fd5697f into free5gc:main Apr 6, 2023
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.

2 participants