You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3332 lines
81 KiB
3332 lines
81 KiB
// Code generated by protoc-gen-gogo. DO NOT EDIT. |
|
// source: user_resource.proto |
|
|
|
package v2 |
|
|
|
import proto "github.com/gogo/protobuf/proto" |
|
import fmt "fmt" |
|
import math "math" |
|
import _ "github.com/gogo/protobuf/gogoproto" |
|
|
|
import io "io" |
|
|
|
// 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.GoGoProtoPackageIsVersion2 // please upgrade the proto package |
|
|
|
// 请求创建资源 |
|
type UserResourceAddReq struct { |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,1,opt,name=res_type,json=resType,proto3" json:"res_type,omitempty" form:"res_type" validate:"required"` |
|
// 名称 |
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" form:"title" validate:"required"` |
|
// URL |
|
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty" form:"url" validate:"required"` |
|
// 权重 |
|
Weight int32 `protobuf:"varint,4,opt,name=weight,proto3" json:"weight,omitempty" form:"weight" validate:"required"` |
|
// 创建人 |
|
Creator string `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty" form:"creator" validate:"required"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceAddReq) Reset() { *m = UserResourceAddReq{} } |
|
func (m *UserResourceAddReq) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceAddReq) ProtoMessage() {} |
|
func (*UserResourceAddReq) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{0} |
|
} |
|
func (m *UserResourceAddReq) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceAddReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceAddReq.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceAddReq) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceAddReq.Merge(dst, src) |
|
} |
|
func (m *UserResourceAddReq) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceAddReq) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceAddReq.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceAddReq proto.InternalMessageInfo |
|
|
|
func (m *UserResourceAddReq) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceAddReq) GetTitle() string { |
|
if m != nil { |
|
return m.Title |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceAddReq) GetUrl() string { |
|
if m != nil { |
|
return m.Url |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceAddReq) GetWeight() int32 { |
|
if m != nil { |
|
return m.Weight |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceAddReq) GetCreator() string { |
|
if m != nil { |
|
return m.Creator |
|
} |
|
return "" |
|
} |
|
|
|
// 返回创建结果 |
|
type UserResourceAddResp struct { |
|
// ID |
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` |
|
// 资源ID |
|
CustomId int32 `protobuf:"varint,3,opt,name=custom_id,json=customId,proto3" json:"custom_id"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceAddResp) Reset() { *m = UserResourceAddResp{} } |
|
func (m *UserResourceAddResp) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceAddResp) ProtoMessage() {} |
|
func (*UserResourceAddResp) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{1} |
|
} |
|
func (m *UserResourceAddResp) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceAddResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceAddResp.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceAddResp) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceAddResp.Merge(dst, src) |
|
} |
|
func (m *UserResourceAddResp) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceAddResp) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceAddResp.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceAddResp proto.InternalMessageInfo |
|
|
|
func (m *UserResourceAddResp) GetId() int32 { |
|
if m != nil { |
|
return m.Id |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceAddResp) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
// 请求编辑资源 |
|
type UserResourceEditReq struct { |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,1,opt,name=res_type,json=resType,proto3" json:"res_type,omitempty" form:"res_type" validate:"required"` |
|
// 资源ID |
|
CustomId int32 `protobuf:"varint,2,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty" form:"custom_id" validate:"required"` |
|
// 名称 |
|
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty" form:"title"` |
|
// URL |
|
Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty" form:"url"` |
|
// 权重 |
|
Weight int32 `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty" form:"weight"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceEditReq) Reset() { *m = UserResourceEditReq{} } |
|
func (m *UserResourceEditReq) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceEditReq) ProtoMessage() {} |
|
func (*UserResourceEditReq) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{2} |
|
} |
|
func (m *UserResourceEditReq) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceEditReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceEditReq.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceEditReq) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceEditReq.Merge(dst, src) |
|
} |
|
func (m *UserResourceEditReq) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceEditReq) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceEditReq.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceEditReq proto.InternalMessageInfo |
|
|
|
func (m *UserResourceEditReq) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceEditReq) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceEditReq) GetTitle() string { |
|
if m != nil { |
|
return m.Title |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceEditReq) GetUrl() string { |
|
if m != nil { |
|
return m.Url |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceEditReq) GetWeight() int32 { |
|
if m != nil { |
|
return m.Weight |
|
} |
|
return 0 |
|
} |
|
|
|
// 返回编辑结果 |
|
type UserResourceEditResp struct { |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceEditResp) Reset() { *m = UserResourceEditResp{} } |
|
func (m *UserResourceEditResp) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceEditResp) ProtoMessage() {} |
|
func (*UserResourceEditResp) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{3} |
|
} |
|
func (m *UserResourceEditResp) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceEditResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceEditResp.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceEditResp) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceEditResp.Merge(dst, src) |
|
} |
|
func (m *UserResourceEditResp) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceEditResp) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceEditResp.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceEditResp proto.InternalMessageInfo |
|
|
|
// 请求资源列表 |
|
type UserResourceListReq struct { |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,1,opt,name=res_type,json=resType,proto3" json:"res_type,omitempty" form:"res_type" validate:"required"` |
|
// 页码 |
|
Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" form:"page"` |
|
// 每页数据量 |
|
PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" form:"page_size"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceListReq) Reset() { *m = UserResourceListReq{} } |
|
func (m *UserResourceListReq) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceListReq) ProtoMessage() {} |
|
func (*UserResourceListReq) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{4} |
|
} |
|
func (m *UserResourceListReq) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceListReq.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceListReq) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceListReq.Merge(dst, src) |
|
} |
|
func (m *UserResourceListReq) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceListReq) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceListReq.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceListReq proto.InternalMessageInfo |
|
|
|
func (m *UserResourceListReq) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListReq) GetPage() int32 { |
|
if m != nil { |
|
return m.Page |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListReq) GetPageSize() int32 { |
|
if m != nil { |
|
return m.PageSize |
|
} |
|
return 0 |
|
} |
|
|
|
// 返回资源列表 |
|
type UserResourceListResp struct { |
|
CurrentPage int32 `protobuf:"varint,1,opt,name=currentPage,proto3" json:"currentPage"` |
|
TotalCount int32 `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount"` |
|
List []*UserResourceListResp_List `protobuf:"bytes,3,rep,name=list" json:"list"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceListResp) Reset() { *m = UserResourceListResp{} } |
|
func (m *UserResourceListResp) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceListResp) ProtoMessage() {} |
|
func (*UserResourceListResp) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{5} |
|
} |
|
func (m *UserResourceListResp) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceListResp.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceListResp) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceListResp.Merge(dst, src) |
|
} |
|
func (m *UserResourceListResp) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceListResp) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceListResp.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceListResp proto.InternalMessageInfo |
|
|
|
func (m *UserResourceListResp) GetCurrentPage() int32 { |
|
if m != nil { |
|
return m.CurrentPage |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp) GetTotalCount() int32 { |
|
if m != nil { |
|
return m.TotalCount |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp) GetList() []*UserResourceListResp_List { |
|
if m != nil { |
|
return m.List |
|
} |
|
return nil |
|
} |
|
|
|
type UserResourceListResp_List struct { |
|
// ID |
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,2,opt,name=res_type,json=resType,proto3" json:"res_type"` |
|
// 资源ID |
|
CustomId int32 `protobuf:"varint,3,opt,name=custom_id,json=customId,proto3" json:"custom_id"` |
|
// 名称 |
|
Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title"` |
|
// URL |
|
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url"` |
|
// 权重 |
|
Weight int32 `protobuf:"varint,6,opt,name=weight,proto3" json:"weight"` |
|
// 创建人 |
|
Creator string `protobuf:"bytes,7,opt,name=creator,proto3" json:"creator"` |
|
// "状态1.上线中2.下线" |
|
Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` |
|
// 创建时刻 |
|
Ctime string `protobuf:"bytes,9,opt,name=ctime,proto3" json:"ctime"` |
|
// 修改时刻 |
|
Mtime string `protobuf:"bytes,10,opt,name=mtime,proto3" json:"mtime"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceListResp_List) Reset() { *m = UserResourceListResp_List{} } |
|
func (m *UserResourceListResp_List) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceListResp_List) ProtoMessage() {} |
|
func (*UserResourceListResp_List) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{5, 0} |
|
} |
|
func (m *UserResourceListResp_List) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceListResp_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceListResp_List.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceListResp_List) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceListResp_List.Merge(dst, src) |
|
} |
|
func (m *UserResourceListResp_List) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceListResp_List) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceListResp_List.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceListResp_List proto.InternalMessageInfo |
|
|
|
func (m *UserResourceListResp_List) GetId() int32 { |
|
if m != nil { |
|
return m.Id |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetTitle() string { |
|
if m != nil { |
|
return m.Title |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetUrl() string { |
|
if m != nil { |
|
return m.Url |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetWeight() int32 { |
|
if m != nil { |
|
return m.Weight |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetCreator() string { |
|
if m != nil { |
|
return m.Creator |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetStatus() int32 { |
|
if m != nil { |
|
return m.Status |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetCtime() string { |
|
if m != nil { |
|
return m.Ctime |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceListResp_List) GetMtime() string { |
|
if m != nil { |
|
return m.Mtime |
|
} |
|
return "" |
|
} |
|
|
|
// 请求变更资源状态 |
|
type UserResourceSetStatusReq struct { |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,1,opt,name=res_type,json=resType,proto3" json:"res_type,omitempty" form:"res_type" validate:"required"` |
|
// 页码 |
|
CustomId int32 `protobuf:"varint,2,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty" form:"custom_id" validate:"required"` |
|
// 每页数据量 |
|
Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty" form:"status" validate:"required"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) Reset() { *m = UserResourceSetStatusReq{} } |
|
func (m *UserResourceSetStatusReq) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceSetStatusReq) ProtoMessage() {} |
|
func (*UserResourceSetStatusReq) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{6} |
|
} |
|
func (m *UserResourceSetStatusReq) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceSetStatusReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceSetStatusReq.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceSetStatusReq) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceSetStatusReq.Merge(dst, src) |
|
} |
|
func (m *UserResourceSetStatusReq) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceSetStatusReq) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceSetStatusReq.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceSetStatusReq proto.InternalMessageInfo |
|
|
|
func (m *UserResourceSetStatusReq) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) GetStatus() int32 { |
|
if m != nil { |
|
return m.Status |
|
} |
|
return 0 |
|
} |
|
|
|
// 返回变更结果 |
|
type UserResourceSetStatusResp struct { |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceSetStatusResp) Reset() { *m = UserResourceSetStatusResp{} } |
|
func (m *UserResourceSetStatusResp) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceSetStatusResp) ProtoMessage() {} |
|
func (*UserResourceSetStatusResp) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{7} |
|
} |
|
func (m *UserResourceSetStatusResp) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceSetStatusResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceSetStatusResp.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceSetStatusResp) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceSetStatusResp.Merge(dst, src) |
|
} |
|
func (m *UserResourceSetStatusResp) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceSetStatusResp) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceSetStatusResp.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceSetStatusResp proto.InternalMessageInfo |
|
|
|
// 请求单个资源 |
|
type UserResourceGetSingleReq struct { |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,1,opt,name=res_type,json=resType,proto3" json:"res_type,omitempty" form:"res_type" validate:"required"` |
|
// 资源ID |
|
CustomId int32 `protobuf:"varint,2,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty" form:"custom_id" validate:"required"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceGetSingleReq) Reset() { *m = UserResourceGetSingleReq{} } |
|
func (m *UserResourceGetSingleReq) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceGetSingleReq) ProtoMessage() {} |
|
func (*UserResourceGetSingleReq) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{8} |
|
} |
|
func (m *UserResourceGetSingleReq) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceGetSingleReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceGetSingleReq.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceGetSingleReq) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceGetSingleReq.Merge(dst, src) |
|
} |
|
func (m *UserResourceGetSingleReq) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceGetSingleReq) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceGetSingleReq.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceGetSingleReq proto.InternalMessageInfo |
|
|
|
func (m *UserResourceGetSingleReq) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleReq) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
// 返回单个资源 |
|
type UserResourceGetSingleResp struct { |
|
// ID |
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` |
|
// 资源类型 |
|
ResType int32 `protobuf:"varint,2,opt,name=res_type,json=resType,proto3" json:"res_type"` |
|
// 资源ID |
|
CustomId int32 `protobuf:"varint,3,opt,name=custom_id,json=customId,proto3" json:"custom_id"` |
|
// 名称 |
|
Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title"` |
|
// URL |
|
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url"` |
|
// 权重 |
|
Weight int32 `protobuf:"varint,6,opt,name=weight,proto3" json:"weight"` |
|
// 创建人 |
|
Creator string `protobuf:"bytes,7,opt,name=creator,proto3" json:"creator"` |
|
// "状态1.上线中2.下线" |
|
Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` |
|
// 创建时刻 |
|
Ctime string `protobuf:"bytes,9,opt,name=ctime,proto3" json:"ctime"` |
|
// 修改时刻 |
|
Mtime string `protobuf:"bytes,10,opt,name=mtime,proto3" json:"mtime"` |
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
XXX_unrecognized []byte `json:"-"` |
|
XXX_sizecache int32 `json:"-"` |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) Reset() { *m = UserResourceGetSingleResp{} } |
|
func (m *UserResourceGetSingleResp) String() string { return proto.CompactTextString(m) } |
|
func (*UserResourceGetSingleResp) ProtoMessage() {} |
|
func (*UserResourceGetSingleResp) Descriptor() ([]byte, []int) { |
|
return fileDescriptor_user_resource_4bd0130d4f3d3c5a, []int{9} |
|
} |
|
func (m *UserResourceGetSingleResp) XXX_Unmarshal(b []byte) error { |
|
return m.Unmarshal(b) |
|
} |
|
func (m *UserResourceGetSingleResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
|
if deterministic { |
|
return xxx_messageInfo_UserResourceGetSingleResp.Marshal(b, m, deterministic) |
|
} else { |
|
b = b[:cap(b)] |
|
n, err := m.MarshalTo(b) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return b[:n], nil |
|
} |
|
} |
|
func (dst *UserResourceGetSingleResp) XXX_Merge(src proto.Message) { |
|
xxx_messageInfo_UserResourceGetSingleResp.Merge(dst, src) |
|
} |
|
func (m *UserResourceGetSingleResp) XXX_Size() int { |
|
return m.Size() |
|
} |
|
func (m *UserResourceGetSingleResp) XXX_DiscardUnknown() { |
|
xxx_messageInfo_UserResourceGetSingleResp.DiscardUnknown(m) |
|
} |
|
|
|
var xxx_messageInfo_UserResourceGetSingleResp proto.InternalMessageInfo |
|
|
|
func (m *UserResourceGetSingleResp) GetId() int32 { |
|
if m != nil { |
|
return m.Id |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetResType() int32 { |
|
if m != nil { |
|
return m.ResType |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetCustomId() int32 { |
|
if m != nil { |
|
return m.CustomId |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetTitle() string { |
|
if m != nil { |
|
return m.Title |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetUrl() string { |
|
if m != nil { |
|
return m.Url |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetWeight() int32 { |
|
if m != nil { |
|
return m.Weight |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetCreator() string { |
|
if m != nil { |
|
return m.Creator |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetStatus() int32 { |
|
if m != nil { |
|
return m.Status |
|
} |
|
return 0 |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetCtime() string { |
|
if m != nil { |
|
return m.Ctime |
|
} |
|
return "" |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) GetMtime() string { |
|
if m != nil { |
|
return m.Mtime |
|
} |
|
return "" |
|
} |
|
|
|
func init() { |
|
proto.RegisterType((*UserResourceAddReq)(nil), "live.liveadmin.v2.UserResourceAddReq") |
|
proto.RegisterType((*UserResourceAddResp)(nil), "live.liveadmin.v2.UserResourceAddResp") |
|
proto.RegisterType((*UserResourceEditReq)(nil), "live.liveadmin.v2.UserResourceEditReq") |
|
proto.RegisterType((*UserResourceEditResp)(nil), "live.liveadmin.v2.UserResourceEditResp") |
|
proto.RegisterType((*UserResourceListReq)(nil), "live.liveadmin.v2.UserResourceListReq") |
|
proto.RegisterType((*UserResourceListResp)(nil), "live.liveadmin.v2.UserResourceListResp") |
|
proto.RegisterType((*UserResourceListResp_List)(nil), "live.liveadmin.v2.UserResourceListResp.List") |
|
proto.RegisterType((*UserResourceSetStatusReq)(nil), "live.liveadmin.v2.UserResourceSetStatusReq") |
|
proto.RegisterType((*UserResourceSetStatusResp)(nil), "live.liveadmin.v2.UserResourceSetStatusResp") |
|
proto.RegisterType((*UserResourceGetSingleReq)(nil), "live.liveadmin.v2.UserResourceGetSingleReq") |
|
proto.RegisterType((*UserResourceGetSingleResp)(nil), "live.liveadmin.v2.UserResourceGetSingleResp") |
|
} |
|
func (m *UserResourceAddReq) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceAddReq) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if len(m.Title) > 0 { |
|
dAtA[i] = 0x12 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Title))) |
|
i += copy(dAtA[i:], m.Title) |
|
} |
|
if len(m.Url) > 0 { |
|
dAtA[i] = 0x1a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Url))) |
|
i += copy(dAtA[i:], m.Url) |
|
} |
|
if m.Weight != 0 { |
|
dAtA[i] = 0x20 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Weight)) |
|
} |
|
if len(m.Creator) > 0 { |
|
dAtA[i] = 0x2a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Creator))) |
|
i += copy(dAtA[i:], m.Creator) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceAddResp) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceAddResp) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Id)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x18 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceEditReq) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceEditReq) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if len(m.Title) > 0 { |
|
dAtA[i] = 0x1a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Title))) |
|
i += copy(dAtA[i:], m.Title) |
|
} |
|
if len(m.Url) > 0 { |
|
dAtA[i] = 0x22 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Url))) |
|
i += copy(dAtA[i:], m.Url) |
|
} |
|
if m.Weight != 0 { |
|
dAtA[i] = 0x28 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Weight)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceEditResp) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceEditResp) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceListReq) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceListReq) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.Page != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Page)) |
|
} |
|
if m.PageSize != 0 { |
|
dAtA[i] = 0x18 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.PageSize)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceListResp) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceListResp) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.CurrentPage != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CurrentPage)) |
|
} |
|
if m.TotalCount != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.TotalCount)) |
|
} |
|
if len(m.List) > 0 { |
|
for _, msg := range m.List { |
|
dAtA[i] = 0x1a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(msg.Size())) |
|
n, err := msg.MarshalTo(dAtA[i:]) |
|
if err != nil { |
|
return 0, err |
|
} |
|
i += n |
|
} |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceListResp_List) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceListResp_List) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Id)) |
|
} |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x18 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if len(m.Title) > 0 { |
|
dAtA[i] = 0x22 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Title))) |
|
i += copy(dAtA[i:], m.Title) |
|
} |
|
if len(m.Url) > 0 { |
|
dAtA[i] = 0x2a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Url))) |
|
i += copy(dAtA[i:], m.Url) |
|
} |
|
if m.Weight != 0 { |
|
dAtA[i] = 0x30 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Weight)) |
|
} |
|
if len(m.Creator) > 0 { |
|
dAtA[i] = 0x3a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Creator))) |
|
i += copy(dAtA[i:], m.Creator) |
|
} |
|
if m.Status != 0 { |
|
dAtA[i] = 0x40 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Status)) |
|
} |
|
if len(m.Ctime) > 0 { |
|
dAtA[i] = 0x4a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Ctime))) |
|
i += copy(dAtA[i:], m.Ctime) |
|
} |
|
if len(m.Mtime) > 0 { |
|
dAtA[i] = 0x52 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Mtime))) |
|
i += copy(dAtA[i:], m.Mtime) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if m.Status != 0 { |
|
dAtA[i] = 0x18 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Status)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceSetStatusResp) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceSetStatusResp) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceGetSingleReq) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceGetSingleReq) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) Marshal() (dAtA []byte, err error) { |
|
size := m.Size() |
|
dAtA = make([]byte, size) |
|
n, err := m.MarshalTo(dAtA) |
|
if err != nil { |
|
return nil, err |
|
} |
|
return dAtA[:n], nil |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) MarshalTo(dAtA []byte) (int, error) { |
|
var i int |
|
_ = i |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
dAtA[i] = 0x8 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Id)) |
|
} |
|
if m.ResType != 0 { |
|
dAtA[i] = 0x10 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
dAtA[i] = 0x18 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.CustomId)) |
|
} |
|
if len(m.Title) > 0 { |
|
dAtA[i] = 0x22 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Title))) |
|
i += copy(dAtA[i:], m.Title) |
|
} |
|
if len(m.Url) > 0 { |
|
dAtA[i] = 0x2a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Url))) |
|
i += copy(dAtA[i:], m.Url) |
|
} |
|
if m.Weight != 0 { |
|
dAtA[i] = 0x30 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Weight)) |
|
} |
|
if len(m.Creator) > 0 { |
|
dAtA[i] = 0x3a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Creator))) |
|
i += copy(dAtA[i:], m.Creator) |
|
} |
|
if m.Status != 0 { |
|
dAtA[i] = 0x40 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(m.Status)) |
|
} |
|
if len(m.Ctime) > 0 { |
|
dAtA[i] = 0x4a |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Ctime))) |
|
i += copy(dAtA[i:], m.Ctime) |
|
} |
|
if len(m.Mtime) > 0 { |
|
dAtA[i] = 0x52 |
|
i++ |
|
i = encodeVarintUserResource(dAtA, i, uint64(len(m.Mtime))) |
|
i += copy(dAtA[i:], m.Mtime) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
i += copy(dAtA[i:], m.XXX_unrecognized) |
|
} |
|
return i, nil |
|
} |
|
|
|
func encodeVarintUserResource(dAtA []byte, offset int, v uint64) int { |
|
for v >= 1<<7 { |
|
dAtA[offset] = uint8(v&0x7f | 0x80) |
|
v >>= 7 |
|
offset++ |
|
} |
|
dAtA[offset] = uint8(v) |
|
return offset + 1 |
|
} |
|
func (m *UserResourceAddReq) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
l = len(m.Title) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Url) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Weight != 0 { |
|
n += 1 + sovUserResource(uint64(m.Weight)) |
|
} |
|
l = len(m.Creator) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceAddResp) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
n += 1 + sovUserResource(uint64(m.Id)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceEditReq) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
l = len(m.Title) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Url) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Weight != 0 { |
|
n += 1 + sovUserResource(uint64(m.Weight)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceEditResp) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceListReq) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.Page != 0 { |
|
n += 1 + sovUserResource(uint64(m.Page)) |
|
} |
|
if m.PageSize != 0 { |
|
n += 1 + sovUserResource(uint64(m.PageSize)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceListResp) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.CurrentPage != 0 { |
|
n += 1 + sovUserResource(uint64(m.CurrentPage)) |
|
} |
|
if m.TotalCount != 0 { |
|
n += 1 + sovUserResource(uint64(m.TotalCount)) |
|
} |
|
if len(m.List) > 0 { |
|
for _, e := range m.List { |
|
l = e.Size() |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceListResp_List) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
n += 1 + sovUserResource(uint64(m.Id)) |
|
} |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
l = len(m.Title) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Url) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Weight != 0 { |
|
n += 1 + sovUserResource(uint64(m.Weight)) |
|
} |
|
l = len(m.Creator) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Status != 0 { |
|
n += 1 + sovUserResource(uint64(m.Status)) |
|
} |
|
l = len(m.Ctime) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Mtime) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceSetStatusReq) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
if m.Status != 0 { |
|
n += 1 + sovUserResource(uint64(m.Status)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceSetStatusResp) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceGetSingleReq) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func (m *UserResourceGetSingleResp) Size() (n int) { |
|
if m == nil { |
|
return 0 |
|
} |
|
var l int |
|
_ = l |
|
if m.Id != 0 { |
|
n += 1 + sovUserResource(uint64(m.Id)) |
|
} |
|
if m.ResType != 0 { |
|
n += 1 + sovUserResource(uint64(m.ResType)) |
|
} |
|
if m.CustomId != 0 { |
|
n += 1 + sovUserResource(uint64(m.CustomId)) |
|
} |
|
l = len(m.Title) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Url) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Weight != 0 { |
|
n += 1 + sovUserResource(uint64(m.Weight)) |
|
} |
|
l = len(m.Creator) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.Status != 0 { |
|
n += 1 + sovUserResource(uint64(m.Status)) |
|
} |
|
l = len(m.Ctime) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
l = len(m.Mtime) |
|
if l > 0 { |
|
n += 1 + l + sovUserResource(uint64(l)) |
|
} |
|
if m.XXX_unrecognized != nil { |
|
n += len(m.XXX_unrecognized) |
|
} |
|
return n |
|
} |
|
|
|
func sovUserResource(x uint64) (n int) { |
|
for { |
|
n++ |
|
x >>= 7 |
|
if x == 0 { |
|
break |
|
} |
|
} |
|
return n |
|
} |
|
func sozUserResource(x uint64) (n int) { |
|
return sovUserResource(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
|
} |
|
func (m *UserResourceAddReq) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceAddReq: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceAddReq: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Title = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 3: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Url", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Url = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 4: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Weight", wireType) |
|
} |
|
m.Weight = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Weight |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 5: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Creator = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceAddResp) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceAddResp: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceAddResp: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) |
|
} |
|
m.Id = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Id |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceEditReq) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceEditReq: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceEditReq: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Title = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 4: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Url", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Url = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 5: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Weight", wireType) |
|
} |
|
m.Weight = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Weight |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceEditResp) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceEditResp: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceEditResp: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceListReq) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceListReq: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceListReq: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Page", wireType) |
|
} |
|
m.Page = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Page |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field PageSize", wireType) |
|
} |
|
m.PageSize = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.PageSize |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceListResp) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceListResp: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceListResp: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CurrentPage", wireType) |
|
} |
|
m.CurrentPage = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CurrentPage |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field TotalCount", wireType) |
|
} |
|
m.TotalCount = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.TotalCount |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field List", wireType) |
|
} |
|
var msglen int |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
msglen |= (int(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
if msglen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + msglen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.List = append(m.List, &UserResourceListResp_List{}) |
|
if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { |
|
return err |
|
} |
|
iNdEx = postIndex |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceListResp_List) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: List: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: List: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) |
|
} |
|
m.Id = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Id |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 4: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Title = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 5: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Url", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Url = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 6: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Weight", wireType) |
|
} |
|
m.Weight = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Weight |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 7: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Creator = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 8: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) |
|
} |
|
m.Status = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Status |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 9: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Ctime", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Ctime = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 10: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Mtime", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Mtime = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceSetStatusReq) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceSetStatusReq: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceSetStatusReq: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) |
|
} |
|
m.Status = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Status |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceSetStatusResp) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceSetStatusResp: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceSetStatusResp: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceGetSingleReq) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceGetSingleReq: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceGetSingleReq: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func (m *UserResourceGetSingleResp) Unmarshal(dAtA []byte) error { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
preIndex := iNdEx |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
fieldNum := int32(wire >> 3) |
|
wireType := int(wire & 0x7) |
|
if wireType == 4 { |
|
return fmt.Errorf("proto: UserResourceGetSingleResp: wiretype end group for non-group") |
|
} |
|
if fieldNum <= 0 { |
|
return fmt.Errorf("proto: UserResourceGetSingleResp: illegal tag %d (wire type %d)", fieldNum, wire) |
|
} |
|
switch fieldNum { |
|
case 1: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) |
|
} |
|
m.Id = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Id |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 2: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field ResType", wireType) |
|
} |
|
m.ResType = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.ResType |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 3: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field CustomId", wireType) |
|
} |
|
m.CustomId = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.CustomId |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 4: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Title", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Title = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 5: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Url", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Url = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 6: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Weight", wireType) |
|
} |
|
m.Weight = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Weight |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 7: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Creator = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 8: |
|
if wireType != 0 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) |
|
} |
|
m.Status = 0 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
m.Status |= (int32(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
case 9: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Ctime", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Ctime = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
case 10: |
|
if wireType != 2 { |
|
return fmt.Errorf("proto: wrong wireType = %d for field Mtime", wireType) |
|
} |
|
var stringLen uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
stringLen |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
intStringLen := int(stringLen) |
|
if intStringLen < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
postIndex := iNdEx + intStringLen |
|
if postIndex > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.Mtime = string(dAtA[iNdEx:postIndex]) |
|
iNdEx = postIndex |
|
default: |
|
iNdEx = preIndex |
|
skippy, err := skipUserResource(dAtA[iNdEx:]) |
|
if err != nil { |
|
return err |
|
} |
|
if skippy < 0 { |
|
return ErrInvalidLengthUserResource |
|
} |
|
if (iNdEx + skippy) > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) |
|
iNdEx += skippy |
|
} |
|
} |
|
|
|
if iNdEx > l { |
|
return io.ErrUnexpectedEOF |
|
} |
|
return nil |
|
} |
|
func skipUserResource(dAtA []byte) (n int, err error) { |
|
l := len(dAtA) |
|
iNdEx := 0 |
|
for iNdEx < l { |
|
var wire uint64 |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return 0, ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return 0, io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
wire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
wireType := int(wire & 0x7) |
|
switch wireType { |
|
case 0: |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return 0, ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return 0, io.ErrUnexpectedEOF |
|
} |
|
iNdEx++ |
|
if dAtA[iNdEx-1] < 0x80 { |
|
break |
|
} |
|
} |
|
return iNdEx, nil |
|
case 1: |
|
iNdEx += 8 |
|
return iNdEx, nil |
|
case 2: |
|
var length int |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return 0, ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return 0, io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
length |= (int(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
iNdEx += length |
|
if length < 0 { |
|
return 0, ErrInvalidLengthUserResource |
|
} |
|
return iNdEx, nil |
|
case 3: |
|
for { |
|
var innerWire uint64 |
|
var start int = iNdEx |
|
for shift := uint(0); ; shift += 7 { |
|
if shift >= 64 { |
|
return 0, ErrIntOverflowUserResource |
|
} |
|
if iNdEx >= l { |
|
return 0, io.ErrUnexpectedEOF |
|
} |
|
b := dAtA[iNdEx] |
|
iNdEx++ |
|
innerWire |= (uint64(b) & 0x7F) << shift |
|
if b < 0x80 { |
|
break |
|
} |
|
} |
|
innerWireType := int(innerWire & 0x7) |
|
if innerWireType == 4 { |
|
break |
|
} |
|
next, err := skipUserResource(dAtA[start:]) |
|
if err != nil { |
|
return 0, err |
|
} |
|
iNdEx = start + next |
|
} |
|
return iNdEx, nil |
|
case 4: |
|
return iNdEx, nil |
|
case 5: |
|
iNdEx += 4 |
|
return iNdEx, nil |
|
default: |
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType) |
|
} |
|
} |
|
panic("unreachable") |
|
} |
|
|
|
var ( |
|
ErrInvalidLengthUserResource = fmt.Errorf("proto: negative length found during unmarshaling") |
|
ErrIntOverflowUserResource = fmt.Errorf("proto: integer overflow") |
|
) |
|
|
|
func init() { proto.RegisterFile("user_resource.proto", fileDescriptor_user_resource_4bd0130d4f3d3c5a) } |
|
|
|
var fileDescriptor_user_resource_4bd0130d4f3d3c5a = []byte{ |
|
// 854 bytes of a gzipped FileDescriptorProto |
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0x4f, 0x6f, 0xe3, 0x44, |
|
0x14, 0x97, 0xed, 0xfc, 0x9d, 0x74, 0x77, 0xbb, 0xb3, 0xab, 0x95, 0x37, 0x48, 0x99, 0xe0, 0xdd, |
|
0xb6, 0x01, 0x16, 0x57, 0x0d, 0x9c, 0x2a, 0x55, 0x82, 0xa0, 0x0a, 0x81, 0x38, 0x20, 0xa7, 0x80, |
|
0xe0, 0x12, 0xb9, 0xf1, 0xd4, 0x1d, 0xc9, 0x89, 0x5d, 0xcf, 0x38, 0xa8, 0x7c, 0x0f, 0x3e, 0x02, |
|
0x12, 0x57, 0xbe, 0x05, 0x12, 0x17, 0x3e, 0xc1, 0xa8, 0xaa, 0xe0, 0xe2, 0xa3, 0x25, 0xee, 0xc8, |
|
0x33, 0xfe, 0x97, 0x36, 0x21, 0x45, 0xf4, 0xd0, 0x03, 0x17, 0xcf, 0xcc, 0xef, 0xfd, 0x99, 0x37, |
|
0xef, 0xf7, 0xe6, 0x8d, 0xc1, 0xb3, 0x88, 0xe2, 0x70, 0x12, 0x62, 0xea, 0x47, 0xe1, 0x14, 0x9b, |
|
0x41, 0xe8, 0x33, 0x1f, 0x3e, 0xf5, 0xc8, 0x02, 0x9b, 0xe9, 0xc7, 0x76, 0x66, 0x64, 0x6e, 0x2e, |
|
0x86, 0xdd, 0xf7, 0x5d, 0xc2, 0xce, 0xa3, 0x53, 0x73, 0xea, 0xcf, 0xf6, 0x5d, 0xdf, 0xf5, 0xf7, |
|
0x85, 0xe6, 0x69, 0x74, 0x26, 0x56, 0x62, 0x21, 0x66, 0xd2, 0x83, 0xf1, 0x9b, 0x0a, 0xe0, 0x57, |
|
0x14, 0x87, 0x56, 0xe6, 0xf8, 0x63, 0xc7, 0xb1, 0xf0, 0x05, 0x1c, 0x81, 0x56, 0x88, 0xe9, 0x84, |
|
0x5d, 0x06, 0x58, 0x57, 0xfa, 0xca, 0xa0, 0x3e, 0xda, 0x4b, 0x38, 0x7a, 0x75, 0xe6, 0x87, 0xb3, |
|
0x43, 0x23, 0x97, 0x18, 0xfd, 0x85, 0xed, 0x11, 0xc7, 0x66, 0x38, 0xc5, 0x2e, 0x22, 0x12, 0x62, |
|
0xc7, 0xb0, 0x9a, 0x21, 0xa6, 0x27, 0x97, 0x01, 0x86, 0x87, 0xa0, 0xce, 0x08, 0xf3, 0xb0, 0xae, |
|
0xf6, 0x95, 0x41, 0x7b, 0xf4, 0x3a, 0xe1, 0xa8, 0x2f, 0x1d, 0x08, 0x78, 0xb5, 0xb5, 0x34, 0x81, |
|
0x1f, 0x02, 0x2d, 0x0a, 0x3d, 0x5d, 0x13, 0x96, 0x46, 0xc2, 0x51, 0x4f, 0x5a, 0x46, 0xa1, 0xb7, |
|
0xda, 0x2e, 0x55, 0x87, 0x47, 0xa0, 0xf1, 0x3d, 0x26, 0xee, 0x39, 0xd3, 0x6b, 0x22, 0xe6, 0x9d, |
|
0x84, 0xa3, 0xb7, 0xa5, 0xa1, 0xc4, 0x57, 0xdb, 0x66, 0x46, 0xf0, 0x23, 0xd0, 0x9c, 0x86, 0xd8, |
|
0x66, 0x7e, 0xa8, 0xd7, 0xc5, 0xc6, 0xbb, 0x09, 0x47, 0x86, 0xb4, 0xcf, 0x04, 0x6b, 0x8e, 0x9c, |
|
0x4b, 0xbf, 0x05, 0xcf, 0x6e, 0x25, 0x93, 0x06, 0xf0, 0x05, 0x50, 0x89, 0x93, 0xe5, 0xb1, 0x11, |
|
0x73, 0xa4, 0x12, 0xc7, 0x52, 0x89, 0x03, 0xdf, 0x05, 0xed, 0x69, 0x44, 0x99, 0x3f, 0x9b, 0x10, |
|
0x47, 0x9c, 0xb5, 0x3e, 0x7a, 0x14, 0x73, 0x54, 0x82, 0x56, 0x4b, 0x4e, 0x3f, 0x73, 0x8c, 0x1f, |
|
0xd5, 0x65, 0xdf, 0xc7, 0x0e, 0x61, 0xf7, 0xc5, 0xd4, 0x71, 0x35, 0x0e, 0x55, 0x38, 0x19, 0x24, |
|
0x1c, 0xbd, 0xce, 0x8e, 0x9e, 0x8b, 0x56, 0x7b, 0x29, 0x42, 0x84, 0xbb, 0x39, 0xe1, 0x92, 0xb6, |
|
0xed, 0x84, 0xa3, 0xad, 0x2a, 0xe1, 0x39, 0xb9, 0x7d, 0x49, 0x6e, 0x4d, 0x68, 0x3d, 0x4e, 0x38, |
|
0x02, 0x25, 0xb9, 0x92, 0xc8, 0x77, 0x0a, 0x22, 0xeb, 0x22, 0x9a, 0xa7, 0x09, 0x47, 0x8f, 0x96, |
|
0x88, 0xcc, 0x49, 0x33, 0x5e, 0x80, 0xe7, 0xb7, 0xd3, 0x42, 0x03, 0xe3, 0x17, 0x65, 0x39, 0x5f, |
|
0x5f, 0x10, 0x7a, 0x6f, 0xf9, 0x7a, 0x05, 0x6a, 0x81, 0xed, 0xe2, 0x2c, 0x55, 0x4f, 0x12, 0x8e, |
|
0x3a, 0xd2, 0x3e, 0x45, 0x0d, 0x4b, 0x08, 0xe1, 0x01, 0x68, 0xa7, 0xe3, 0x84, 0x92, 0x1f, 0x70, |
|
0x46, 0xee, 0xf3, 0x84, 0xa3, 0xed, 0x52, 0x53, 0x88, 0x0c, 0xab, 0x95, 0xce, 0xc7, 0xe9, 0xf4, |
|
0xe7, 0xda, 0xf2, 0x61, 0x64, 0xcc, 0x34, 0x80, 0x07, 0xa0, 0x33, 0x8d, 0xc2, 0x10, 0xcf, 0xd9, |
|
0x97, 0xe9, 0xbe, 0x32, 0xee, 0x27, 0x31, 0x47, 0x55, 0xd8, 0xaa, 0x2e, 0xa0, 0x09, 0x00, 0xf3, |
|
0x99, 0xed, 0x7d, 0xe2, 0x47, 0x73, 0x96, 0x45, 0xfa, 0x38, 0xe6, 0xa8, 0x82, 0x5a, 0x95, 0x39, |
|
0xfc, 0x1c, 0xd4, 0x3c, 0x42, 0x99, 0xae, 0xf5, 0xb5, 0x41, 0x67, 0xf8, 0xc6, 0xbc, 0xd5, 0x59, |
|
0xcc, 0x55, 0x91, 0x99, 0xe9, 0x64, 0xd4, 0x8a, 0x39, 0x12, 0xd6, 0x96, 0xf8, 0x76, 0xaf, 0x54, |
|
0x50, 0x4b, 0x05, 0x6b, 0x0b, 0x7f, 0xaf, 0x42, 0x82, 0x0c, 0x6d, 0x2b, 0xe6, 0xa8, 0xc0, 0xca, |
|
0x4c, 0xff, 0x8b, 0x1b, 0x02, 0x51, 0x5e, 0x7e, 0xb2, 0xb0, 0xda, 0x31, 0x47, 0x12, 0xc8, 0xeb, |
|
0xee, 0xa5, 0xac, 0x3b, 0x79, 0xb7, 0x9b, 0x31, 0x47, 0xe9, 0x52, 0x16, 0x9c, 0x51, 0x14, 0x5c, |
|
0x43, 0x6c, 0x02, 0x62, 0x8e, 0x32, 0xa4, 0x68, 0x0f, 0x3b, 0x65, 0x7b, 0x68, 0x0a, 0x17, 0x9d, |
|
0x98, 0xa3, 0x1c, 0x2a, 0x7a, 0x40, 0xea, 0x8a, 0x32, 0x9b, 0x45, 0x54, 0x6f, 0x95, 0xae, 0x24, |
|
0x62, 0x65, 0x63, 0x1a, 0xea, 0x94, 0x91, 0x19, 0xd6, 0xdb, 0x65, 0xa8, 0x02, 0xb0, 0xe4, 0x90, |
|
0x2a, 0xcc, 0x84, 0x02, 0x28, 0x15, 0x66, 0x52, 0x41, 0x0c, 0xc6, 0x1f, 0x0a, 0xd0, 0xab, 0x84, |
|
0x8c, 0x31, 0x1b, 0xcb, 0x3d, 0x1e, 0x56, 0x4f, 0x38, 0x2a, 0xb2, 0xa1, 0xdd, 0x6c, 0xc9, 0x12, |
|
0x5f, 0xd3, 0x92, 0x33, 0xe1, 0x5b, 0xe0, 0xe5, 0x9a, 0x53, 0xd2, 0xc0, 0xf8, 0xe9, 0x46, 0x0e, |
|
0x3e, 0xc5, 0x6c, 0x4c, 0xe6, 0xae, 0x87, 0x1f, 0x56, 0x0e, 0x8c, 0xbf, 0xd4, 0xe5, 0x53, 0x54, |
|
0xe2, 0xfc, 0x87, 0xc7, 0xe1, 0xff, 0x3b, 0xf2, 0x1f, 0xef, 0xc8, 0xf0, 0x4f, 0x0d, 0x6c, 0x55, |
|
0xf3, 0x0e, 0x4f, 0x80, 0x66, 0x3b, 0x0e, 0xdc, 0xd9, 0xd0, 0xdc, 0xe4, 0x3f, 0x50, 0x77, 0xf7, |
|
0x2e, 0x6a, 0x34, 0x80, 0xdf, 0x80, 0x1a, 0x76, 0x08, 0x83, 0x9b, 0xf4, 0xb3, 0x17, 0xbb, 0xbb, |
|
0x77, 0x27, 0x3d, 0x1a, 0xc0, 0xaf, 0x81, 0xe6, 0xe2, 0xcd, 0x7e, 0xb3, 0x97, 0x6d, 0xa3, 0xdf, |
|
0xe2, 0x35, 0x39, 0x03, 0x6d, 0x9a, 0x5f, 0x24, 0xf8, 0xde, 0x06, 0xab, 0x6a, 0x63, 0xe9, 0xbe, |
|
0xb9, 0xbb, 0xb2, 0xdc, 0xc7, 0xcd, 0x4b, 0x7d, 0xe3, 0x3e, 0xd5, 0xcb, 0xbb, 0x71, 0x9f, 0xa5, |
|
0x1b, 0x34, 0xda, 0xfe, 0xf5, 0xba, 0xa7, 0xfc, 0x7e, 0xdd, 0x53, 0xae, 0xae, 0x7b, 0xca, 0x77, |
|
0xea, 0x62, 0x78, 0xda, 0x10, 0x3f, 0xb7, 0x1f, 0xfc, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x4a, 0xb5, |
|
0x83, 0xfe, 0x35, 0x0b, 0x00, 0x00, |
|
}
|
|
|