package entity type MsgInfoInput struct { Name string `json:"name"` } type MsgInfoOutput struct { Msg string `json:"msg"` }