package controller type RespBase struct { Msg string Status int Data interface{} }