github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/qweb/app.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/qweb/app.proto
     3  
     4  package qweb
     5  
     6  type GetAppInfoByIdReq struct {
     7  	// CommonExt ExtInfo = 1;
     8  	AppId           string `protobuf:"bytes,2,opt"`
     9  	NeedVersionInfo int32  `protobuf:"varint,3,opt"`
    10  	_               [0]func()
    11  }
    12  
    13  type GetAppInfoByIdRsp struct {
    14  	AppInfo *ApiAppInfo `protobuf:"bytes,2,opt"`
    15  	_       [0]func()
    16  }
    17  
    18  type ApiAppInfo struct {
    19  	AppId       string `protobuf:"bytes,1,opt"`
    20  	AppName     string `protobuf:"bytes,2,opt"`
    21  	Icon        string `protobuf:"bytes,3,opt"`
    22  	DownloadUrl string `protobuf:"bytes,4,opt"`
    23  	Version     string `protobuf:"bytes,5,opt"`
    24  	Desc        string `protobuf:"bytes,6,opt"`
    25  	// pub accts = 7;
    26  	Type               int32            `protobuf:"varint,8,opt"`
    27  	BaseLibMiniVersion string           `protobuf:"bytes,9,opt"`
    28  	SubPkgs            []*AppSubPkgInfo `protobuf:"bytes,10,rep"`
    29  	// first = 11;
    30  	Domain *DomainConfig `protobuf:"bytes,12,opt"`
    31  }
    32  
    33  type AppSubPkgInfo struct {
    34  	SubPkgName  string `protobuf:"bytes,1,opt"`
    35  	DownloadUrl string `protobuf:"bytes,2,opt"`
    36  	Independent int32  `protobuf:"varint,3,opt"`
    37  	FileSize    int32  `protobuf:"varint,4,opt"`
    38  	_           [0]func()
    39  }
    40  
    41  type DomainConfig struct {
    42  	RequestDomain      []string `protobuf:"bytes,1,rep"`
    43  	SocketDomain       []string `protobuf:"bytes,2,rep"`
    44  	UploadFileDomain   []string `protobuf:"bytes,3,rep"`
    45  	DownloadFileDomain []string `protobuf:"bytes,4,rep"`
    46  	BusinessDomain     []string `protobuf:"bytes,5,rep"`
    47  	UdpIpList          []string `protobuf:"bytes,6,rep"`
    48  }