package dto type Greeting struct { Message string `json:"message"` }