12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: system.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- 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
- type CreateUserRequest struct {
- Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"`
- Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateUserRequest) Reset() { *m = CreateUserRequest{} }
- func (m *CreateUserRequest) String() string { return proto.CompactTextString(m) }
- func (*CreateUserRequest) ProtoMessage() {}
- func (*CreateUserRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{0}
- }
- func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateUserRequest.Unmarshal(m, b)
- }
- func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateUserRequest.Marshal(b, m, deterministic)
- }
- func (m *CreateUserRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateUserRequest.Merge(m, src)
- }
- func (m *CreateUserRequest) XXX_Size() int {
- return xxx_messageInfo_CreateUserRequest.Size(m)
- }
- func (m *CreateUserRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateUserRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateUserRequest proto.InternalMessageInfo
- func (m *CreateUserRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *CreateUserRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- type CreateUserReply struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateUserReply) Reset() { *m = CreateUserReply{} }
- func (m *CreateUserReply) String() string { return proto.CompactTextString(m) }
- func (*CreateUserReply) ProtoMessage() {}
- func (*CreateUserReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{1}
- }
- func (m *CreateUserReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateUserReply.Unmarshal(m, b)
- }
- func (m *CreateUserReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateUserReply.Marshal(b, m, deterministic)
- }
- func (m *CreateUserReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateUserReply.Merge(m, src)
- }
- func (m *CreateUserReply) XXX_Size() int {
- return xxx_messageInfo_CreateUserReply.Size(m)
- }
- func (m *CreateUserReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateUserReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateUserReply proto.InternalMessageInfo
- func (m *CreateUserReply) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- type LoginRequest struct {
- Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"`
- Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *LoginRequest) Reset() { *m = LoginRequest{} }
- func (m *LoginRequest) String() string { return proto.CompactTextString(m) }
- func (*LoginRequest) ProtoMessage() {}
- func (*LoginRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{2}
- }
- func (m *LoginRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_LoginRequest.Unmarshal(m, b)
- }
- func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic)
- }
- func (m *LoginRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_LoginRequest.Merge(m, src)
- }
- func (m *LoginRequest) XXX_Size() int {
- return xxx_messageInfo_LoginRequest.Size(m)
- }
- func (m *LoginRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_LoginRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_LoginRequest proto.InternalMessageInfo
- func (m *LoginRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *LoginRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- type LoginReply struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *LoginReply) Reset() { *m = LoginReply{} }
- func (m *LoginReply) String() string { return proto.CompactTextString(m) }
- func (*LoginReply) ProtoMessage() {}
- func (*LoginReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{3}
- }
- func (m *LoginReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_LoginReply.Unmarshal(m, b)
- }
- func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_LoginReply.Marshal(b, m, deterministic)
- }
- func (m *LoginReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_LoginReply.Merge(m, src)
- }
- func (m *LoginReply) XXX_Size() int {
- return xxx_messageInfo_LoginReply.Size(m)
- }
- func (m *LoginReply) XXX_DiscardUnknown() {
- xxx_messageInfo_LoginReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_LoginReply proto.InternalMessageInfo
- func (m *LoginReply) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- type ChangePasswordRequest struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"`
- Old string `protobuf:"bytes,3,opt,name=old,proto3" json:"old"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ChangePasswordRequest) Reset() { *m = ChangePasswordRequest{} }
- func (m *ChangePasswordRequest) String() string { return proto.CompactTextString(m) }
- func (*ChangePasswordRequest) ProtoMessage() {}
- func (*ChangePasswordRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{4}
- }
- func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ChangePasswordRequest.Unmarshal(m, b)
- }
- func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ChangePasswordRequest.Marshal(b, m, deterministic)
- }
- func (m *ChangePasswordRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ChangePasswordRequest.Merge(m, src)
- }
- func (m *ChangePasswordRequest) XXX_Size() int {
- return xxx_messageInfo_ChangePasswordRequest.Size(m)
- }
- func (m *ChangePasswordRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_ChangePasswordRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_ChangePasswordRequest proto.InternalMessageInfo
- func (m *ChangePasswordRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *ChangePasswordRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- func (m *ChangePasswordRequest) GetOld() string {
- if m != nil {
- return m.Old
- }
- return ""
- }
- type ChangePasswordReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ChangePasswordReply) Reset() { *m = ChangePasswordReply{} }
- func (m *ChangePasswordReply) String() string { return proto.CompactTextString(m) }
- func (*ChangePasswordReply) ProtoMessage() {}
- func (*ChangePasswordReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{5}
- }
- func (m *ChangePasswordReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ChangePasswordReply.Unmarshal(m, b)
- }
- func (m *ChangePasswordReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ChangePasswordReply.Marshal(b, m, deterministic)
- }
- func (m *ChangePasswordReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ChangePasswordReply.Merge(m, src)
- }
- func (m *ChangePasswordReply) XXX_Size() int {
- return xxx_messageInfo_ChangePasswordReply.Size(m)
- }
- func (m *ChangePasswordReply) XXX_DiscardUnknown() {
- xxx_messageInfo_ChangePasswordReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_ChangePasswordReply proto.InternalMessageInfo
- type CreateOrganizationRequest struct {
- OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name"`
- Month int64 `protobuf:"varint,2,opt,name=month,proto3" json:"month"`
- IsDisable bool `protobuf:"varint,3,opt,name=is_disable,json=isDisable,proto3" json:"is_disable"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateOrganizationRequest) Reset() { *m = CreateOrganizationRequest{} }
- func (m *CreateOrganizationRequest) String() string { return proto.CompactTextString(m) }
- func (*CreateOrganizationRequest) ProtoMessage() {}
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{6}
- }
- func (m *CreateOrganizationRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateOrganizationRequest.Unmarshal(m, b)
- }
- func (m *CreateOrganizationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateOrganizationRequest.Marshal(b, m, deterministic)
- }
- func (m *CreateOrganizationRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateOrganizationRequest.Merge(m, src)
- }
- func (m *CreateOrganizationRequest) XXX_Size() int {
- return xxx_messageInfo_CreateOrganizationRequest.Size(m)
- }
- func (m *CreateOrganizationRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateOrganizationRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateOrganizationRequest proto.InternalMessageInfo
- func (m *CreateOrganizationRequest) GetOrganizationName() string {
- if m != nil {
- return m.OrganizationName
- }
- return ""
- }
- func (m *CreateOrganizationRequest) GetMonth() int64 {
- if m != nil {
- return m.Month
- }
- return 0
- }
- func (m *CreateOrganizationRequest) GetIsDisable() bool {
- if m != nil {
- return m.IsDisable
- }
- return false
- }
- type CreateOrganizationReply struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateOrganizationReply) Reset() { *m = CreateOrganizationReply{} }
- func (m *CreateOrganizationReply) String() string { return proto.CompactTextString(m) }
- func (*CreateOrganizationReply) ProtoMessage() {}
- func (*CreateOrganizationReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{7}
- }
- func (m *CreateOrganizationReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateOrganizationReply.Unmarshal(m, b)
- }
- func (m *CreateOrganizationReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateOrganizationReply.Marshal(b, m, deterministic)
- }
- func (m *CreateOrganizationReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateOrganizationReply.Merge(m, src)
- }
- func (m *CreateOrganizationReply) XXX_Size() int {
- return xxx_messageInfo_CreateOrganizationReply.Size(m)
- }
- func (m *CreateOrganizationReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateOrganizationReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateOrganizationReply proto.InternalMessageInfo
- func (m *CreateOrganizationReply) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- type DeleteOrganizationRequest struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *DeleteOrganizationRequest) Reset() { *m = DeleteOrganizationRequest{} }
- func (m *DeleteOrganizationRequest) String() string { return proto.CompactTextString(m) }
- func (*DeleteOrganizationRequest) ProtoMessage() {}
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{8}
- }
- func (m *DeleteOrganizationRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_DeleteOrganizationRequest.Unmarshal(m, b)
- }
- func (m *DeleteOrganizationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_DeleteOrganizationRequest.Marshal(b, m, deterministic)
- }
- func (m *DeleteOrganizationRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_DeleteOrganizationRequest.Merge(m, src)
- }
- func (m *DeleteOrganizationRequest) XXX_Size() int {
- return xxx_messageInfo_DeleteOrganizationRequest.Size(m)
- }
- func (m *DeleteOrganizationRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_DeleteOrganizationRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_DeleteOrganizationRequest proto.InternalMessageInfo
- func (m *DeleteOrganizationRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- type DeleteOrganizationReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *DeleteOrganizationReply) Reset() { *m = DeleteOrganizationReply{} }
- func (m *DeleteOrganizationReply) String() string { return proto.CompactTextString(m) }
- func (*DeleteOrganizationReply) ProtoMessage() {}
- func (*DeleteOrganizationReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{9}
- }
- func (m *DeleteOrganizationReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_DeleteOrganizationReply.Unmarshal(m, b)
- }
- func (m *DeleteOrganizationReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_DeleteOrganizationReply.Marshal(b, m, deterministic)
- }
- func (m *DeleteOrganizationReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_DeleteOrganizationReply.Merge(m, src)
- }
- func (m *DeleteOrganizationReply) XXX_Size() int {
- return xxx_messageInfo_DeleteOrganizationReply.Size(m)
- }
- func (m *DeleteOrganizationReply) XXX_DiscardUnknown() {
- xxx_messageInfo_DeleteOrganizationReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_DeleteOrganizationReply proto.InternalMessageInfo
- type Organization struct {
- OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name"`
- OrganizationCode string `protobuf:"bytes,2,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- EndTime int64 `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time"`
- IsDisable bool `protobuf:"varint,4,opt,name=is_disable,json=isDisable,proto3" json:"is_disable"`
- IsExpire bool `protobuf:"varint,5,opt,name=is_expire,json=isExpire,proto3" json:"is_expire"`
- Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *Organization) Reset() { *m = Organization{} }
- func (m *Organization) String() string { return proto.CompactTextString(m) }
- func (*Organization) ProtoMessage() {}
- func (*Organization) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{10}
- }
- func (m *Organization) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Organization.Unmarshal(m, b)
- }
- func (m *Organization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Organization.Marshal(b, m, deterministic)
- }
- func (m *Organization) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Organization.Merge(m, src)
- }
- func (m *Organization) XXX_Size() int {
- return xxx_messageInfo_Organization.Size(m)
- }
- func (m *Organization) XXX_DiscardUnknown() {
- xxx_messageInfo_Organization.DiscardUnknown(m)
- }
- var xxx_messageInfo_Organization proto.InternalMessageInfo
- func (m *Organization) GetOrganizationName() string {
- if m != nil {
- return m.OrganizationName
- }
- return ""
- }
- func (m *Organization) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- func (m *Organization) GetEndTime() int64 {
- if m != nil {
- return m.EndTime
- }
- return 0
- }
- func (m *Organization) GetIsDisable() bool {
- if m != nil {
- return m.IsDisable
- }
- return false
- }
- func (m *Organization) GetIsExpire() bool {
- if m != nil {
- return m.IsExpire
- }
- return false
- }
- func (m *Organization) GetKey() string {
- if m != nil {
- return m.Key
- }
- return ""
- }
- type UpdateOrganizationRequest struct {
- OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name"`
- Month int64 `protobuf:"varint,2,opt,name=month,proto3" json:"month"`
- IsDisable bool `protobuf:"varint,3,opt,name=is_disable,json=isDisable,proto3" json:"is_disable"`
- OrganizationCode string `protobuf:"bytes,4,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *UpdateOrganizationRequest) Reset() { *m = UpdateOrganizationRequest{} }
- func (m *UpdateOrganizationRequest) String() string { return proto.CompactTextString(m) }
- func (*UpdateOrganizationRequest) ProtoMessage() {}
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{11}
- }
- func (m *UpdateOrganizationRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UpdateOrganizationRequest.Unmarshal(m, b)
- }
- func (m *UpdateOrganizationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UpdateOrganizationRequest.Marshal(b, m, deterministic)
- }
- func (m *UpdateOrganizationRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UpdateOrganizationRequest.Merge(m, src)
- }
- func (m *UpdateOrganizationRequest) XXX_Size() int {
- return xxx_messageInfo_UpdateOrganizationRequest.Size(m)
- }
- func (m *UpdateOrganizationRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_UpdateOrganizationRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_UpdateOrganizationRequest proto.InternalMessageInfo
- func (m *UpdateOrganizationRequest) GetOrganizationName() string {
- if m != nil {
- return m.OrganizationName
- }
- return ""
- }
- func (m *UpdateOrganizationRequest) GetMonth() int64 {
- if m != nil {
- return m.Month
- }
- return 0
- }
- func (m *UpdateOrganizationRequest) GetIsDisable() bool {
- if m != nil {
- return m.IsDisable
- }
- return false
- }
- func (m *UpdateOrganizationRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- type UpdateOrganizationReply struct {
- Origin *UpdateOrganizationRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *UpdateOrganizationReply) Reset() { *m = UpdateOrganizationReply{} }
- func (m *UpdateOrganizationReply) String() string { return proto.CompactTextString(m) }
- func (*UpdateOrganizationReply) ProtoMessage() {}
- func (*UpdateOrganizationReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{12}
- }
- func (m *UpdateOrganizationReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_UpdateOrganizationReply.Unmarshal(m, b)
- }
- func (m *UpdateOrganizationReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_UpdateOrganizationReply.Marshal(b, m, deterministic)
- }
- func (m *UpdateOrganizationReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_UpdateOrganizationReply.Merge(m, src)
- }
- func (m *UpdateOrganizationReply) XXX_Size() int {
- return xxx_messageInfo_UpdateOrganizationReply.Size(m)
- }
- func (m *UpdateOrganizationReply) XXX_DiscardUnknown() {
- xxx_messageInfo_UpdateOrganizationReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_UpdateOrganizationReply proto.InternalMessageInfo
- func (m *UpdateOrganizationReply) GetOrigin() *UpdateOrganizationRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type OrganizationListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationListRequest) Reset() { *m = OrganizationListRequest{} }
- func (m *OrganizationListRequest) String() string { return proto.CompactTextString(m) }
- func (*OrganizationListRequest) ProtoMessage() {}
- func (*OrganizationListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{13}
- }
- func (m *OrganizationListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationListRequest.Unmarshal(m, b)
- }
- func (m *OrganizationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationListRequest.Marshal(b, m, deterministic)
- }
- func (m *OrganizationListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationListRequest.Merge(m, src)
- }
- func (m *OrganizationListRequest) XXX_Size() int {
- return xxx_messageInfo_OrganizationListRequest.Size(m)
- }
- func (m *OrganizationListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationListRequest proto.InternalMessageInfo
- func (m *OrganizationListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *OrganizationListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *OrganizationListRequest) GetFilter() string {
- if m != nil {
- return m.Filter
- }
- return ""
- }
- type OrganizationListReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*Organization `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationListReply) Reset() { *m = OrganizationListReply{} }
- func (m *OrganizationListReply) String() string { return proto.CompactTextString(m) }
- func (*OrganizationListReply) ProtoMessage() {}
- func (*OrganizationListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{14}
- }
- func (m *OrganizationListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationListReply.Unmarshal(m, b)
- }
- func (m *OrganizationListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationListReply.Marshal(b, m, deterministic)
- }
- func (m *OrganizationListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationListReply.Merge(m, src)
- }
- func (m *OrganizationListReply) XXX_Size() int {
- return xxx_messageInfo_OrganizationListReply.Size(m)
- }
- func (m *OrganizationListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationListReply proto.InternalMessageInfo
- func (m *OrganizationListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *OrganizationListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *OrganizationListReply) GetList() []*Organization {
- if m != nil {
- return m.List
- }
- return nil
- }
- type CreateOrganizationUserRequest struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username"`
- Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password"`
- Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"`
- Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateOrganizationUserRequest) Reset() { *m = CreateOrganizationUserRequest{} }
- func (m *CreateOrganizationUserRequest) String() string { return proto.CompactTextString(m) }
- func (*CreateOrganizationUserRequest) ProtoMessage() {}
- func (*CreateOrganizationUserRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{15}
- }
- func (m *CreateOrganizationUserRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateOrganizationUserRequest.Unmarshal(m, b)
- }
- func (m *CreateOrganizationUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateOrganizationUserRequest.Marshal(b, m, deterministic)
- }
- func (m *CreateOrganizationUserRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateOrganizationUserRequest.Merge(m, src)
- }
- func (m *CreateOrganizationUserRequest) XXX_Size() int {
- return xxx_messageInfo_CreateOrganizationUserRequest.Size(m)
- }
- func (m *CreateOrganizationUserRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateOrganizationUserRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateOrganizationUserRequest proto.InternalMessageInfo
- func (m *CreateOrganizationUserRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- func (m *CreateOrganizationUserRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *CreateOrganizationUserRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- func (m *CreateOrganizationUserRequest) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *CreateOrganizationUserRequest) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- type CreateOrganizationUserReply struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CreateOrganizationUserReply) Reset() { *m = CreateOrganizationUserReply{} }
- func (m *CreateOrganizationUserReply) String() string { return proto.CompactTextString(m) }
- func (*CreateOrganizationUserReply) ProtoMessage() {}
- func (*CreateOrganizationUserReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{16}
- }
- func (m *CreateOrganizationUserReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CreateOrganizationUserReply.Unmarshal(m, b)
- }
- func (m *CreateOrganizationUserReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CreateOrganizationUserReply.Marshal(b, m, deterministic)
- }
- func (m *CreateOrganizationUserReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CreateOrganizationUserReply.Merge(m, src)
- }
- func (m *CreateOrganizationUserReply) XXX_Size() int {
- return xxx_messageInfo_CreateOrganizationUserReply.Size(m)
- }
- func (m *CreateOrganizationUserReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CreateOrganizationUserReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CreateOrganizationUserReply proto.InternalMessageInfo
- func (m *CreateOrganizationUserReply) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- type OrganizationUserListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- OrganizationCode string `protobuf:"bytes,3,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserListRequest) Reset() { *m = OrganizationUserListRequest{} }
- func (m *OrganizationUserListRequest) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserListRequest) ProtoMessage() {}
- func (*OrganizationUserListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{17}
- }
- func (m *OrganizationUserListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserListRequest.Unmarshal(m, b)
- }
- func (m *OrganizationUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserListRequest.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserListRequest.Merge(m, src)
- }
- func (m *OrganizationUserListRequest) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserListRequest.Size(m)
- }
- func (m *OrganizationUserListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserListRequest proto.InternalMessageInfo
- func (m *OrganizationUserListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *OrganizationUserListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *OrganizationUserListRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- type OrganizationUserItem struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email"`
- Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id"`
- CreatedAt string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserItem) Reset() { *m = OrganizationUserItem{} }
- func (m *OrganizationUserItem) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserItem) ProtoMessage() {}
- func (*OrganizationUserItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{18}
- }
- func (m *OrganizationUserItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserItem.Unmarshal(m, b)
- }
- func (m *OrganizationUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserItem.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserItem.Merge(m, src)
- }
- func (m *OrganizationUserItem) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserItem.Size(m)
- }
- func (m *OrganizationUserItem) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserItem proto.InternalMessageInfo
- func (m *OrganizationUserItem) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- func (m *OrganizationUserItem) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *OrganizationUserItem) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *OrganizationUserItem) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- func (m *OrganizationUserItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *OrganizationUserItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- type OrganizationUserListReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*OrganizationUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserListReply) Reset() { *m = OrganizationUserListReply{} }
- func (m *OrganizationUserListReply) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserListReply) ProtoMessage() {}
- func (*OrganizationUserListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{19}
- }
- func (m *OrganizationUserListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserListReply.Unmarshal(m, b)
- }
- func (m *OrganizationUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserListReply.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserListReply.Merge(m, src)
- }
- func (m *OrganizationUserListReply) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserListReply.Size(m)
- }
- func (m *OrganizationUserListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserListReply proto.InternalMessageInfo
- func (m *OrganizationUserListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *OrganizationUserListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *OrganizationUserListReply) GetList() []*OrganizationUserItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type OrganizationUserUpdateRequest struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email"`
- Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id"`
- Password string `protobuf:"bytes,6,opt,name=password,proto3" json:"password"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserUpdateRequest) Reset() { *m = OrganizationUserUpdateRequest{} }
- func (m *OrganizationUserUpdateRequest) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserUpdateRequest) ProtoMessage() {}
- func (*OrganizationUserUpdateRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{20}
- }
- func (m *OrganizationUserUpdateRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserUpdateRequest.Unmarshal(m, b)
- }
- func (m *OrganizationUserUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserUpdateRequest.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserUpdateRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserUpdateRequest.Merge(m, src)
- }
- func (m *OrganizationUserUpdateRequest) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserUpdateRequest.Size(m)
- }
- func (m *OrganizationUserUpdateRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserUpdateRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserUpdateRequest proto.InternalMessageInfo
- func (m *OrganizationUserUpdateRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- func (m *OrganizationUserUpdateRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *OrganizationUserUpdateRequest) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *OrganizationUserUpdateRequest) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- func (m *OrganizationUserUpdateRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *OrganizationUserUpdateRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- type OrganizationUserUpdateReply struct {
- Origin *OrganizationUserUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserUpdateReply) Reset() { *m = OrganizationUserUpdateReply{} }
- func (m *OrganizationUserUpdateReply) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserUpdateReply) ProtoMessage() {}
- func (*OrganizationUserUpdateReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{21}
- }
- func (m *OrganizationUserUpdateReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserUpdateReply.Unmarshal(m, b)
- }
- func (m *OrganizationUserUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserUpdateReply.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserUpdateReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserUpdateReply.Merge(m, src)
- }
- func (m *OrganizationUserUpdateReply) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserUpdateReply.Size(m)
- }
- func (m *OrganizationUserUpdateReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserUpdateReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserUpdateReply proto.InternalMessageInfo
- func (m *OrganizationUserUpdateReply) GetOrigin() *OrganizationUserUpdateRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type OrganizationUserResetPasswordRequest struct {
- OrganizationCode string `protobuf:"bytes,1,opt,name=organization_code,json=organizationCode,proto3" json:"organization_code"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserResetPasswordRequest) Reset() { *m = OrganizationUserResetPasswordRequest{} }
- func (m *OrganizationUserResetPasswordRequest) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserResetPasswordRequest) ProtoMessage() {}
- func (*OrganizationUserResetPasswordRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{22}
- }
- func (m *OrganizationUserResetPasswordRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserResetPasswordRequest.Unmarshal(m, b)
- }
- func (m *OrganizationUserResetPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserResetPasswordRequest.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserResetPasswordRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserResetPasswordRequest.Merge(m, src)
- }
- func (m *OrganizationUserResetPasswordRequest) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserResetPasswordRequest.Size(m)
- }
- func (m *OrganizationUserResetPasswordRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserResetPasswordRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserResetPasswordRequest proto.InternalMessageInfo
- func (m *OrganizationUserResetPasswordRequest) GetOrganizationCode() string {
- if m != nil {
- return m.OrganizationCode
- }
- return ""
- }
- func (m *OrganizationUserResetPasswordRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *OrganizationUserResetPasswordRequest) GetPassword() string {
- if m != nil {
- return m.Password
- }
- return ""
- }
- type OrganizationUserResetPasswordReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *OrganizationUserResetPasswordReply) Reset() { *m = OrganizationUserResetPasswordReply{} }
- func (m *OrganizationUserResetPasswordReply) String() string { return proto.CompactTextString(m) }
- func (*OrganizationUserResetPasswordReply) ProtoMessage() {}
- func (*OrganizationUserResetPasswordReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{23}
- }
- func (m *OrganizationUserResetPasswordReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_OrganizationUserResetPasswordReply.Unmarshal(m, b)
- }
- func (m *OrganizationUserResetPasswordReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_OrganizationUserResetPasswordReply.Marshal(b, m, deterministic)
- }
- func (m *OrganizationUserResetPasswordReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_OrganizationUserResetPasswordReply.Merge(m, src)
- }
- func (m *OrganizationUserResetPasswordReply) XXX_Size() int {
- return xxx_messageInfo_OrganizationUserResetPasswordReply.Size(m)
- }
- func (m *OrganizationUserResetPasswordReply) XXX_DiscardUnknown() {
- xxx_messageInfo_OrganizationUserResetPasswordReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_OrganizationUserResetPasswordReply proto.InternalMessageInfo
- type SystemLogAddRequest struct {
- Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"`
- Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
- Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action"`
- Module string `protobuf:"bytes,4,opt,name=module,proto3" json:"module"`
- CreatedAt int64 `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- Origin string `protobuf:"bytes,7,opt,name=origin,proto3" json:"origin"`
- Target string `protobuf:"bytes,8,opt,name=target,proto3" json:"target"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogAddRequest) Reset() { *m = SystemLogAddRequest{} }
- func (m *SystemLogAddRequest) String() string { return proto.CompactTextString(m) }
- func (*SystemLogAddRequest) ProtoMessage() {}
- func (*SystemLogAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{24}
- }
- func (m *SystemLogAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogAddRequest.Unmarshal(m, b)
- }
- func (m *SystemLogAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogAddRequest.Marshal(b, m, deterministic)
- }
- func (m *SystemLogAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogAddRequest.Merge(m, src)
- }
- func (m *SystemLogAddRequest) XXX_Size() int {
- return xxx_messageInfo_SystemLogAddRequest.Size(m)
- }
- func (m *SystemLogAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogAddRequest proto.InternalMessageInfo
- func (m *SystemLogAddRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetCreatedAt() int64 {
- if m != nil {
- return m.CreatedAt
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- type SystemLogAddReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogAddReply) Reset() { *m = SystemLogAddReply{} }
- func (m *SystemLogAddReply) String() string { return proto.CompactTextString(m) }
- func (*SystemLogAddReply) ProtoMessage() {}
- func (*SystemLogAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{25}
- }
- func (m *SystemLogAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogAddReply.Unmarshal(m, b)
- }
- func (m *SystemLogAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogAddReply.Marshal(b, m, deterministic)
- }
- func (m *SystemLogAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogAddReply.Merge(m, src)
- }
- func (m *SystemLogAddReply) XXX_Size() int {
- return xxx_messageInfo_SystemLogAddReply.Size(m)
- }
- func (m *SystemLogAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogAddReply proto.InternalMessageInfo
- type SystemLogListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username"`
- Action string `protobuf:"bytes,4,opt,name=action,proto3" json:"action"`
- Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"`
- Module string `protobuf:"bytes,6,opt,name=module,proto3" json:"module"`
- Start int64 `protobuf:"varint,7,opt,name=start,proto3" json:"start"`
- End int64 `protobuf:"varint,8,opt,name=end,proto3" json:"end"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogListRequest) Reset() { *m = SystemLogListRequest{} }
- func (m *SystemLogListRequest) String() string { return proto.CompactTextString(m) }
- func (*SystemLogListRequest) ProtoMessage() {}
- func (*SystemLogListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{26}
- }
- func (m *SystemLogListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogListRequest.Unmarshal(m, b)
- }
- func (m *SystemLogListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogListRequest.Marshal(b, m, deterministic)
- }
- func (m *SystemLogListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogListRequest.Merge(m, src)
- }
- func (m *SystemLogListRequest) XXX_Size() int {
- return xxx_messageInfo_SystemLogListRequest.Size(m)
- }
- func (m *SystemLogListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogListRequest proto.InternalMessageInfo
- func (m *SystemLogListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *SystemLogListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *SystemLogListRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *SystemLogListRequest) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *SystemLogListRequest) GetFilter() string {
- if m != nil {
- return m.Filter
- }
- return ""
- }
- func (m *SystemLogListRequest) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- func (m *SystemLogListRequest) GetStart() int64 {
- if m != nil {
- return m.Start
- }
- return 0
- }
- func (m *SystemLogListRequest) GetEnd() int64 {
- if m != nil {
- return m.End
- }
- return 0
- }
- type SystemLogItem struct {
- // 账号名
- Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"`
- // 账号id
- Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
- // 行为
- Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action"`
- // 模块
- Module string `protobuf:"bytes,4,opt,name=module,proto3" json:"module"`
- // 时间
- CreatedAt string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- // 修改前信息
- Origin string `protobuf:"bytes,7,opt,name=origin,proto3" json:"origin"`
- // 修改后信息
- Target string `protobuf:"bytes,8,opt,name=target,proto3" json:"target"`
- // 日志id
- Id int64 `protobuf:"varint,9,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogItem) Reset() { *m = SystemLogItem{} }
- func (m *SystemLogItem) String() string { return proto.CompactTextString(m) }
- func (*SystemLogItem) ProtoMessage() {}
- func (*SystemLogItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{27}
- }
- func (m *SystemLogItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogItem.Unmarshal(m, b)
- }
- func (m *SystemLogItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogItem.Marshal(b, m, deterministic)
- }
- func (m *SystemLogItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogItem.Merge(m, src)
- }
- func (m *SystemLogItem) XXX_Size() int {
- return xxx_messageInfo_SystemLogItem.Size(m)
- }
- func (m *SystemLogItem) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogItem proto.InternalMessageInfo
- func (m *SystemLogItem) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *SystemLogItem) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *SystemLogItem) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *SystemLogItem) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- func (m *SystemLogItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *SystemLogItem) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *SystemLogItem) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- func (m *SystemLogItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type SystemLogListReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*SystemLogItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogListReply) Reset() { *m = SystemLogListReply{} }
- func (m *SystemLogListReply) String() string { return proto.CompactTextString(m) }
- func (*SystemLogListReply) ProtoMessage() {}
- func (*SystemLogListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{28}
- }
- func (m *SystemLogListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogListReply.Unmarshal(m, b)
- }
- func (m *SystemLogListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogListReply.Marshal(b, m, deterministic)
- }
- func (m *SystemLogListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogListReply.Merge(m, src)
- }
- func (m *SystemLogListReply) XXX_Size() int {
- return xxx_messageInfo_SystemLogListReply.Size(m)
- }
- func (m *SystemLogListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogListReply proto.InternalMessageInfo
- func (m *SystemLogListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *SystemLogListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *SystemLogListReply) GetList() []*SystemLogItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*CreateUserRequest)(nil), "pb_v1.CreateUserRequest")
- proto.RegisterType((*CreateUserReply)(nil), "pb_v1.CreateUserReply")
- proto.RegisterType((*LoginRequest)(nil), "pb_v1.LoginRequest")
- proto.RegisterType((*LoginReply)(nil), "pb_v1.LoginReply")
- proto.RegisterType((*ChangePasswordRequest)(nil), "pb_v1.ChangePasswordRequest")
- proto.RegisterType((*ChangePasswordReply)(nil), "pb_v1.ChangePasswordReply")
- proto.RegisterType((*CreateOrganizationRequest)(nil), "pb_v1.CreateOrganizationRequest")
- proto.RegisterType((*CreateOrganizationReply)(nil), "pb_v1.CreateOrganizationReply")
- proto.RegisterType((*DeleteOrganizationRequest)(nil), "pb_v1.DeleteOrganizationRequest")
- proto.RegisterType((*DeleteOrganizationReply)(nil), "pb_v1.DeleteOrganizationReply")
- proto.RegisterType((*Organization)(nil), "pb_v1.Organization")
- proto.RegisterType((*UpdateOrganizationRequest)(nil), "pb_v1.UpdateOrganizationRequest")
- proto.RegisterType((*UpdateOrganizationReply)(nil), "pb_v1.UpdateOrganizationReply")
- proto.RegisterType((*OrganizationListRequest)(nil), "pb_v1.OrganizationListRequest")
- proto.RegisterType((*OrganizationListReply)(nil), "pb_v1.OrganizationListReply")
- proto.RegisterType((*CreateOrganizationUserRequest)(nil), "pb_v1.CreateOrganizationUserRequest")
- proto.RegisterType((*CreateOrganizationUserReply)(nil), "pb_v1.CreateOrganizationUserReply")
- proto.RegisterType((*OrganizationUserListRequest)(nil), "pb_v1.OrganizationUserListRequest")
- proto.RegisterType((*OrganizationUserItem)(nil), "pb_v1.OrganizationUserItem")
- proto.RegisterType((*OrganizationUserListReply)(nil), "pb_v1.OrganizationUserListReply")
- proto.RegisterType((*OrganizationUserUpdateRequest)(nil), "pb_v1.OrganizationUserUpdateRequest")
- proto.RegisterType((*OrganizationUserUpdateReply)(nil), "pb_v1.OrganizationUserUpdateReply")
- proto.RegisterType((*OrganizationUserResetPasswordRequest)(nil), "pb_v1.OrganizationUserResetPasswordRequest")
- proto.RegisterType((*OrganizationUserResetPasswordReply)(nil), "pb_v1.OrganizationUserResetPasswordReply")
- proto.RegisterType((*SystemLogAddRequest)(nil), "pb_v1.SystemLogAddRequest")
- proto.RegisterType((*SystemLogAddReply)(nil), "pb_v1.SystemLogAddReply")
- proto.RegisterType((*SystemLogListRequest)(nil), "pb_v1.SystemLogListRequest")
- proto.RegisterType((*SystemLogItem)(nil), "pb_v1.SystemLogItem")
- proto.RegisterType((*SystemLogListReply)(nil), "pb_v1.SystemLogListReply")
- }
- func init() {
- proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
- }
- var fileDescriptor_86a7260ebdc12f47 = []byte{
- // 896 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0xcf, 0x6f, 0x1b, 0x45,
- 0x14, 0xd6, 0xee, 0xda, 0xae, 0xfd, 0x1a, 0xa0, 0xd9, 0x38, 0x8d, 0x4d, 0x14, 0x14, 0x0d, 0x91,
- 0x88, 0x84, 0x12, 0xab, 0xe5, 0xc2, 0x81, 0x4b, 0x49, 0xa9, 0x40, 0x44, 0x80, 0x36, 0x54, 0x48,
- 0x70, 0xb0, 0xc6, 0x9e, 0xc7, 0x7a, 0xe8, 0xfe, 0x62, 0x67, 0x9c, 0xe2, 0x20, 0xc4, 0xff, 0xc3,
- 0x89, 0x33, 0x27, 0xc4, 0x99, 0x0b, 0xe2, 0x1f, 0x42, 0xf3, 0x63, 0xdd, 0xdd, 0xf5, 0x3a, 0xd4,
- 0x72, 0x05, 0x27, 0xcf, 0x7b, 0x33, 0x3b, 0xef, 0x7d, 0xdf, 0x7c, 0xef, 0xcd, 0x18, 0x76, 0xc4,
- 0x42, 0x48, 0x8c, 0xcf, 0xb3, 0x3c, 0x95, 0xa9, 0xdf, 0xce, 0x26, 0xe3, 0xeb, 0x07, 0xe4, 0x53,
- 0xd8, 0xbd, 0xc8, 0x91, 0x4a, 0x7c, 0x2a, 0x30, 0x0f, 0xf0, 0xfb, 0x39, 0x0a, 0xe9, 0xbf, 0x09,
- 0xdd, 0xb9, 0xc0, 0x3c, 0xa1, 0x31, 0x0e, 0x9c, 0x63, 0xe7, 0xb4, 0x17, 0x2c, 0x6d, 0x35, 0x97,
- 0x51, 0x21, 0x9e, 0xa7, 0x39, 0x1b, 0xb8, 0x66, 0xae, 0xb0, 0xc9, 0xdb, 0xf0, 0x46, 0x79, 0xb3,
- 0x2c, 0x5a, 0xf8, 0xf7, 0xc0, 0x9b, 0x73, 0xa6, 0x77, 0xf1, 0x02, 0x35, 0x24, 0x4f, 0x60, 0xe7,
- 0x32, 0x0d, 0x79, 0xb2, 0x6d, 0xb0, 0xb7, 0x00, 0xec, 0x3e, 0xcd, 0x71, 0xbe, 0x82, 0xfd, 0x8b,
- 0x19, 0x4d, 0x42, 0xfc, 0xc2, 0x7e, 0x51, 0x04, 0x5c, 0x59, 0x7a, 0x5b, 0x18, 0xb5, 0x3a, 0x8d,
- 0xd8, 0xc0, 0xd3, 0x6e, 0x35, 0x24, 0xfb, 0xb0, 0x57, 0xdf, 0x38, 0x8b, 0x16, 0xe4, 0x27, 0x18,
- 0x1a, 0xf0, 0x9f, 0xe7, 0x21, 0x4d, 0xf8, 0x0d, 0x95, 0x3c, 0x5d, 0x82, 0x7c, 0x17, 0x76, 0xd3,
- 0x92, 0x7b, 0x5c, 0x42, 0x7b, 0xaf, 0x3c, 0xf1, 0x99, 0x42, 0xdd, 0x87, 0x76, 0x9c, 0x26, 0x72,
- 0xa6, 0x73, 0xf1, 0x02, 0x63, 0xf8, 0x47, 0x00, 0x5c, 0x8c, 0x19, 0x17, 0x74, 0x12, 0xa1, 0xce,
- 0xa7, 0x1b, 0xf4, 0xb8, 0x78, 0x6c, 0x1c, 0xe4, 0x09, 0x1c, 0x34, 0x85, 0x57, 0xdc, 0xd4, 0x83,
- 0x4f, 0x53, 0xd6, 0x18, 0xfc, 0x22, 0x65, 0x48, 0x3e, 0x86, 0xe1, 0x63, 0x8c, 0xf0, 0xe5, 0x60,
- 0xdc, 0xba, 0xd3, 0x10, 0x0e, 0x9a, 0x76, 0x52, 0x5c, 0xfd, 0xe5, 0xc0, 0x4e, 0xd9, 0xbb, 0x19,
- 0x3f, 0x8d, 0x59, 0xb8, 0xcd, 0x59, 0xf8, 0x43, 0xe8, 0x62, 0xc2, 0xc6, 0x92, 0xc7, 0x86, 0x34,
- 0x2f, 0xb8, 0x83, 0x09, 0xfb, 0x92, 0xc7, 0x58, 0x63, 0xb4, 0x55, 0x63, 0xd4, 0x3f, 0x84, 0x1e,
- 0x17, 0x63, 0xfc, 0x21, 0xe3, 0x39, 0x0e, 0xda, 0x7a, 0xb6, 0xcb, 0xc5, 0x47, 0xda, 0x56, 0xb2,
- 0x78, 0x86, 0x8b, 0x41, 0xc7, 0xc8, 0xe2, 0x19, 0x2e, 0xc8, 0x2f, 0x0e, 0x0c, 0x9f, 0x66, 0xec,
- 0xff, 0x12, 0x40, 0x33, 0x2b, 0xad, 0x35, 0x67, 0x73, 0x05, 0x07, 0x4d, 0xb9, 0x2a, 0xb5, 0xbc,
- 0x0f, 0x9d, 0x34, 0xe7, 0x21, 0x4f, 0x74, 0x7a, 0x77, 0x1f, 0x1e, 0x9f, 0xeb, 0x4e, 0x71, 0xbe,
- 0x16, 0x5b, 0x60, 0xd7, 0x93, 0x09, 0x1c, 0x94, 0xa7, 0x2f, 0xb9, 0x90, 0x05, 0x7c, 0x1f, 0x5a,
- 0x19, 0x0d, 0xd1, 0x16, 0x9d, 0x1e, 0x2b, 0x7e, 0xd5, 0xef, 0x58, 0xf0, 0x1b, 0xb4, 0x48, 0xbb,
- 0xca, 0x71, 0xc5, 0x6f, 0xd0, 0xbf, 0x0f, 0x9d, 0x6f, 0x79, 0x24, 0x31, 0xb7, 0x95, 0x67, 0x2d,
- 0xf2, 0x1d, 0xec, 0xaf, 0xc6, 0x50, 0x69, 0xf7, 0xa1, 0x2d, 0x53, 0x49, 0x23, 0x1b, 0xc2, 0x18,
- 0xcb, 0xb8, 0x6e, 0x29, 0xee, 0x3b, 0xd0, 0x8a, 0xb8, 0x90, 0x03, 0xef, 0xd8, 0x3b, 0xbd, 0xfb,
- 0x70, 0xcf, 0xc2, 0xab, 0x00, 0xd3, 0x0b, 0xc8, 0xaf, 0x0e, 0x1c, 0xad, 0xd6, 0x54, 0xb9, 0x51,
- 0x6e, 0x52, 0x0f, 0x95, 0x46, 0xe7, 0xde, 0xd2, 0xe8, 0xbc, 0x5a, 0x07, 0xea, 0x43, 0x3b, 0x9b,
- 0xa5, 0x49, 0x71, 0x98, 0xc6, 0x50, 0x5e, 0x8c, 0x29, 0x8f, 0xb4, 0x32, 0x7b, 0x81, 0x31, 0xc8,
- 0x08, 0x0e, 0xd7, 0x65, 0xdc, 0xdc, 0x25, 0x7f, 0x84, 0xc3, 0xfa, 0xd2, 0xad, 0xce, 0xad, 0x91,
- 0x11, 0x6f, 0x8d, 0x0a, 0x7f, 0x73, 0xa0, 0x5f, 0x8f, 0xfe, 0x89, 0xc4, 0xf8, 0xd5, 0xf1, 0xba,
- 0xe4, 0xce, 0x6b, 0xe4, 0xae, 0x55, 0xe2, 0xce, 0x7f, 0x1d, 0x5c, 0xce, 0x34, 0x9d, 0x5e, 0xe0,
- 0x72, 0xa6, 0xea, 0x6d, 0xaa, 0xb9, 0x64, 0x63, 0x2a, 0x6d, 0xa5, 0xf7, 0xac, 0xe7, 0x91, 0x24,
- 0xd7, 0x30, 0x6c, 0x66, 0x6e, 0x33, 0x35, 0x8e, 0x2a, 0x6a, 0x3c, 0x6c, 0x50, 0x63, 0xc1, 0x8a,
- 0x55, 0xe5, 0xef, 0x0e, 0x1c, 0xd5, 0xa7, 0x4d, 0x6d, 0xbe, 0x72, 0x55, 0x6e, 0xc3, 0x5e, 0x59,
- 0xd1, 0x9d, 0xda, 0xd5, 0xfd, 0xcd, 0xaa, 0xe8, 0x0a, 0x04, 0x8a, 0xbc, 0x0f, 0x6a, 0x1d, 0xe8,
- 0x64, 0x0d, 0x29, 0x15, 0xd4, 0xcb, 0x2e, 0xf4, 0x33, 0x9c, 0xac, 0x8a, 0x5f, 0xa0, 0xac, 0x3f,
- 0x03, 0x36, 0x62, 0xc9, 0xa0, 0x73, 0x1b, 0xd1, 0xd5, 0xea, 0x95, 0x9c, 0x00, 0xf9, 0x97, 0x04,
- 0xd4, 0x15, 0xf8, 0x87, 0x03, 0x7b, 0x57, 0xfa, 0x41, 0x76, 0x99, 0x86, 0x8f, 0x18, 0x7b, 0x99,
- 0xe7, 0x90, 0x2d, 0x5f, 0xf7, 0xc5, 0xcb, 0xe5, 0x3e, 0x74, 0xe8, 0x54, 0x45, 0x29, 0xda, 0xa4,
- 0xb1, 0x94, 0x3f, 0x4e, 0xd9, 0x3c, 0x2a, 0x9a, 0x86, 0xb5, 0x1a, 0x34, 0xed, 0x95, 0x34, 0xad,
- 0x3e, 0xb3, 0xcc, 0xdf, 0x31, 0x9f, 0x19, 0x4b, 0xf9, 0x25, 0xcd, 0x43, 0x94, 0x83, 0xae, 0xf1,
- 0x1b, 0x8b, 0xec, 0xc1, 0x6e, 0x15, 0x83, 0x42, 0xf6, 0xb7, 0x03, 0xfd, 0xa5, 0x77, 0xab, 0x66,
- 0x52, 0xe6, 0xc2, 0xab, 0x71, 0xf1, 0x02, 0x79, 0xab, 0x8e, 0xdc, 0x5e, 0x1c, 0xed, 0xf2, 0xc5,
- 0x51, 0x62, 0xa4, 0x53, 0x61, 0xa4, 0x0f, 0x6d, 0x21, 0x69, 0x2e, 0x35, 0x62, 0x2f, 0x30, 0x86,
- 0x62, 0x1a, 0x13, 0xa6, 0xd1, 0x7a, 0x81, 0x1a, 0x92, 0x3f, 0x1d, 0x78, 0x6d, 0x89, 0x4a, 0x37,
- 0xa9, 0xff, 0xfa, 0xa4, 0x7a, 0x5b, 0x9c, 0x94, 0x15, 0x70, 0xaf, 0x10, 0x30, 0x99, 0x81, 0x5f,
- 0x3b, 0xa3, 0xcd, 0xda, 0xd6, 0x69, 0xa5, 0x6d, 0xf5, 0x6d, 0x85, 0x56, 0x08, 0x32, 0xfd, 0xea,
- 0xc3, 0x93, 0xaf, 0xc9, 0x34, 0x3b, 0x33, 0xff, 0x3d, 0xce, 0x62, 0x9a, 0xd0, 0x10, 0x63, 0x4c,
- 0xe4, 0x59, 0x48, 0x25, 0x3e, 0xa7, 0x8b, 0x51, 0x36, 0x19, 0x5d, 0x3f, 0x98, 0x74, 0xf4, 0xbf,
- 0x92, 0xf7, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc1, 0xf2, 0x16, 0x3c, 0xa5, 0x0c, 0x00, 0x00,
- }
|