heyujie
2021-11-15 fd8d6b7bbbd521b3164167ffa809b82b012f1030
添加iconblob2字段
1个文件已添加
2个文件已修改
15244 ■■■■■ 已修改文件
protomsg.pb.go 15222 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.pb.micro.go 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.proto 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.pb.go
Diff too large
protomsg.pb.micro.go
New file
@@ -0,0 +1,21 @@
// Code generated by protoc-gen-micro. DO NOT EDIT.
// source: protomsg.proto
package protomsg
import (
    fmt "fmt"
    proto "github.com/golang/protobuf/proto"
    math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
protomsg.proto
@@ -198,6 +198,7 @@
    bool enTrack = 15; //是否开启跟踪
    string argDef = 16; //默认参数
    string ruleSo = 17; //规则用so
    string iconBlob2 = 18; //第二套图片二进制
}
//SdkArg struct