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

Add Channel API handlers on SDK server #629

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

zhuyuanmao
Copy link
Member

@zhuyuanmao zhuyuanmao commented Aug 9, 2024

This PR adds a new SDK server and an API handler interface to implement channels related implementation.

Signed-off-by: Yuanmao Zhu <[email protected]>
Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for guileless-sable-f396a1 ready!

Name Link
🔨 Latest commit 22fdca5
🔍 Latest deploy log https://app.netlify.com/sites/guileless-sable-f396a1/deploys/66b58c89b13acf0008380bfd
😎 Deploy Preview https://deploy-preview-629--guileless-sable-f396a1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Yuanmao Zhu <[email protected]>
Signed-off-by: Yuanmao Zhu <[email protected]>
Signed-off-by: Yuanmao Zhu <[email protected]>
Signed-off-by: Yuanmao Zhu <[email protected]>
@zhuyuanmao zhuyuanmao changed the title Add sdk-agent server Add Channel API handlers on SDK server Aug 9, 2024
Comment on lines +12 to +16
channels := []string{"Channel 1", "Channel 2", "Channel 3"}
c.JSON(http.StatusOK, gin.H{
"channels": channels,
})
return
Copy link
Member Author

Choose a reason for hiding this comment

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

dummy data

@yeasy
Copy link
Member

yeasy commented Aug 21, 2024

Remember to do the sign-off to make the DCO happy.

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