response.go 69 B

12345
  1. package model
  2. type Response struct {
  3. Message string `json:"msg"`
  4. }