forked from ebhomengo/niki
1
0
Fork 0
niki/param/admin/agent/exist.go

10 lines
139 B
Go

package adminagentparam
type AdminAgentExistByIDRequest struct {
AgentID uint
}
type AdminAgentExistByIDResponse struct {
Exist bool
}