package example // HelloResponse 示例响应 type HelloResponse struct { Message string `json:"message"` }