package api_doc_dto type UpdateDoc struct { Id string `json:"id"` Content string `json:"content"` }