package Models type FuncResult struct { Code int32 Msg string Data interface{} }