forked from ebhomengo/niki
10 lines
139 B
Go
10 lines
139 B
Go
|
package adminagentparam
|
||
|
|
||
|
type AdminAgentExistByIDRequest struct {
|
||
|
AgentID uint
|
||
|
}
|
||
|
|
||
|
type AdminAgentExistByIDResponse struct {
|
||
|
Exist bool
|
||
|
}
|