Files
open-im-server/internal/cms_api/organization/organization.go
T

50 lines
538 B
Go
Raw Normal View History

2022-01-21 18:39:57 +08:00
package organization
import (
"github.com/gin-gonic/gin"
)
func GetStaffs(c *gin.Context) {
2022-01-24 01:40:49 +08:00
2022-01-21 18:39:57 +08:00
}
func GetOrganizations(c *gin.Context) {
2022-01-24 01:40:49 +08:00
2022-01-21 18:39:57 +08:00
}
func GetSquads(c *gin.Context) {
2022-01-24 01:40:49 +08:00
2022-01-21 18:39:57 +08:00
}
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) {
}