package vo type SyncServerResponse struct { Code int Success bool Msg string Data interface{} }