package constant import ( "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/common" contract_response "git.sxidc.com/student-physical-examination/contract_lock_sdk/model/contract/response" "reflect" ) var STREAM_RESULT = map[string]reflect.Type{ "/contract/create/withfileupload": reflect.TypeOf(common.ContractCreateResult{}), "/contract/batchdownload": reflect.TypeOf(contract_response.ContractBatchdownloadResponse{}), "/contract/batchdownload/status": reflect.TypeOf(contract_response.ContractBatchdownloadStatusResponse{}), }