首页 > 其他 > 详细

protobuf GetExtension

时间:2017-07-19 20:59:14      阅读:352      评论:0      收藏:0      [点我收藏+]

get extention values from  proto file 

 

  value, err := proto.GetExtension(imp, openrtb.E_Imp)
  if err != nil {
          logger.Info("E_imp get err ")
  }
  impExt := value.(*openrtb.ImpExt)
  if len(impExt.GetBillingId()) > 0 {
          info.billing_id = fmt.Sprint(impExt.GetBillingId()[0])
  }

 

protobuf GetExtension

原文:http://www.cnblogs.com/lavin/p/7207821.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!