mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
50 lines
538 B
Go
50 lines
538 B
Go
package organization
|
|
|
|
import (
|
|
"github.com/gin-gonic/gin"
|
|
)
|
|
|
|
func GetStaffs(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func GetOrganizations(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func GetSquads(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func AlterStaff(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func AddOrganization(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func InquireOrganization(g *gin.Context) {
|
|
|
|
}
|
|
|
|
func AlterOrganization(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func DeleteOrganization(g *gin.Context) {
|
|
|
|
}
|
|
|
|
func GetOrganizationSquads(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func AlterStaffsInfo(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func AddChildOrganization(c *gin.Context) {
|
|
|
|
}
|