Discover Packages
github.com/wingfeng/idxadmin
api
orgunit
v1
package
Version:
v0.0.0-...-00b4b05
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type DeleteReq struct {
Id int64 `v:"required"`
g .Meta `path:"/ou/{Id}" tags:"Organization Unit" method:"delete" summary:"delete a Organization by id"`
}
type DeleteRes struct {
}
type GetReq struct {
g .Meta `path:"/ou/{id}" tags:"Organization Unit" method:"get" summary:"get Organization info by id"`
Id int64 `v:"required"`
}
type ListReq struct {
g .Meta `path:"/ou/list" tags:"Organization Unit" method:"post" summary:"get a page of Organizations"`
}
type SaveReq struct {
g .Meta `path:"/ou/" tags:"Organization Unit" method:"put" summary:"insert or update a Organization"`
entity .OrganizationUnits
}
type TreeReq struct {
g .Meta `path:"/ou/tree" tags:"Organization Unit" method:"get" summary:"get Organization tree"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.