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