123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.34.2
- // protoc v4.25.3
- // source: user/v2/school_disable.proto
- package v2
- import (
- _ "github.com/envoyproxy/protoc-gen-validate/validate"
- _ "google.golang.org/genproto/googleapis/api/annotations"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- // 手表获取上课禁用 Request
- type GetWristwatchSchoolDisableRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Ticket string `protobuf:"bytes,2,opt,name=ticket,proto3" json:"ticket,omitempty"`
- }
- func (x *GetWristwatchSchoolDisableRequest) Reset() {
- *x = GetWristwatchSchoolDisableRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetWristwatchSchoolDisableRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetWristwatchSchoolDisableRequest) ProtoMessage() {}
- func (x *GetWristwatchSchoolDisableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[0]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetWristwatchSchoolDisableRequest.ProtoReflect.Descriptor instead.
- func (*GetWristwatchSchoolDisableRequest) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{0}
- }
- func (x *GetWristwatchSchoolDisableRequest) GetTicket() string {
- if x != nil {
- return x.Ticket
- }
- return ""
- }
- // 手表获取上课禁用 Response
- type GetWristwatchSchoolDisableResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- SchoolDisables []*GetWristwatchSchoolDisableResponse_SchoolDisable `protobuf:"bytes,1,rep,name=schoolDisables,proto3" json:"schoolDisables,omitempty"`
- }
- func (x *GetWristwatchSchoolDisableResponse) Reset() {
- *x = GetWristwatchSchoolDisableResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetWristwatchSchoolDisableResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetWristwatchSchoolDisableResponse) ProtoMessage() {}
- func (x *GetWristwatchSchoolDisableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[1]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetWristwatchSchoolDisableResponse.ProtoReflect.Descriptor instead.
- func (*GetWristwatchSchoolDisableResponse) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{1}
- }
- func (x *GetWristwatchSchoolDisableResponse) GetSchoolDisables() []*GetWristwatchSchoolDisableResponse_SchoolDisable {
- if x != nil {
- return x.SchoolDisables
- }
- return nil
- }
- // 获取上课禁用 Request
- type GetSchoolDisableRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
- }
- func (x *GetSchoolDisableRequest) Reset() {
- *x = GetSchoolDisableRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetSchoolDisableRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetSchoolDisableRequest) ProtoMessage() {}
- func (x *GetSchoolDisableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[2]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetSchoolDisableRequest.ProtoReflect.Descriptor instead.
- func (*GetSchoolDisableRequest) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{2}
- }
- func (x *GetSchoolDisableRequest) GetCid() string {
- if x != nil {
- return x.Cid
- }
- return ""
- }
- // 获取上课禁用 Response
- type GetSchoolDisableResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- SchoolDisables []*GetSchoolDisableResponse_SchoolDisable `protobuf:"bytes,1,rep,name=schoolDisables,proto3" json:"schoolDisables,omitempty"`
- }
- func (x *GetSchoolDisableResponse) Reset() {
- *x = GetSchoolDisableResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetSchoolDisableResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetSchoolDisableResponse) ProtoMessage() {}
- func (x *GetSchoolDisableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[3]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetSchoolDisableResponse.ProtoReflect.Descriptor instead.
- func (*GetSchoolDisableResponse) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{3}
- }
- func (x *GetSchoolDisableResponse) GetSchoolDisables() []*GetSchoolDisableResponse_SchoolDisable {
- if x != nil {
- return x.SchoolDisables
- }
- return nil
- }
- // 创建上课禁用 Request
- type CreateSchoolDisableRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
- Repeats string `protobuf:"bytes,2,opt,name=repeats,proto3" json:"repeats,omitempty"`
- StartTime string `protobuf:"bytes,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
- EndTime string `protobuf:"bytes,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
- Status bool `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
- }
- func (x *CreateSchoolDisableRequest) Reset() {
- *x = CreateSchoolDisableRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateSchoolDisableRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateSchoolDisableRequest) ProtoMessage() {}
- func (x *CreateSchoolDisableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[4]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use CreateSchoolDisableRequest.ProtoReflect.Descriptor instead.
- func (*CreateSchoolDisableRequest) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{4}
- }
- func (x *CreateSchoolDisableRequest) GetCid() string {
- if x != nil {
- return x.Cid
- }
- return ""
- }
- func (x *CreateSchoolDisableRequest) GetRepeats() string {
- if x != nil {
- return x.Repeats
- }
- return ""
- }
- func (x *CreateSchoolDisableRequest) GetStartTime() string {
- if x != nil {
- return x.StartTime
- }
- return ""
- }
- func (x *CreateSchoolDisableRequest) GetEndTime() string {
- if x != nil {
- return x.EndTime
- }
- return ""
- }
- func (x *CreateSchoolDisableRequest) GetStatus() bool {
- if x != nil {
- return x.Status
- }
- return false
- }
- // 创建上课禁用 Response
- type CreateSchoolDisableResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- }
- func (x *CreateSchoolDisableResponse) Reset() {
- *x = CreateSchoolDisableResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateSchoolDisableResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateSchoolDisableResponse) ProtoMessage() {}
- func (x *CreateSchoolDisableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[5]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use CreateSchoolDisableResponse.ProtoReflect.Descriptor instead.
- func (*CreateSchoolDisableResponse) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{5}
- }
- func (x *CreateSchoolDisableResponse) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- // 更新上课禁用 Request
- type UpdateSchoolDisableRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- Cid string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
- Repeats string `protobuf:"bytes,3,opt,name=repeats,proto3" json:"repeats,omitempty"`
- StartTime string `protobuf:"bytes,4,opt,name=startTime,proto3" json:"startTime,omitempty"`
- EndTime string `protobuf:"bytes,5,opt,name=endTime,proto3" json:"endTime,omitempty"`
- Status bool `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
- }
- func (x *UpdateSchoolDisableRequest) Reset() {
- *x = UpdateSchoolDisableRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateSchoolDisableRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateSchoolDisableRequest) ProtoMessage() {}
- func (x *UpdateSchoolDisableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[6]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateSchoolDisableRequest.ProtoReflect.Descriptor instead.
- func (*UpdateSchoolDisableRequest) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{6}
- }
- func (x *UpdateSchoolDisableRequest) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- func (x *UpdateSchoolDisableRequest) GetCid() string {
- if x != nil {
- return x.Cid
- }
- return ""
- }
- func (x *UpdateSchoolDisableRequest) GetRepeats() string {
- if x != nil {
- return x.Repeats
- }
- return ""
- }
- func (x *UpdateSchoolDisableRequest) GetStartTime() string {
- if x != nil {
- return x.StartTime
- }
- return ""
- }
- func (x *UpdateSchoolDisableRequest) GetEndTime() string {
- if x != nil {
- return x.EndTime
- }
- return ""
- }
- func (x *UpdateSchoolDisableRequest) GetStatus() bool {
- if x != nil {
- return x.Status
- }
- return false
- }
- // 更新上课禁用 Response
- type UpdateSchoolDisableResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- }
- func (x *UpdateSchoolDisableResponse) Reset() {
- *x = UpdateSchoolDisableResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateSchoolDisableResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateSchoolDisableResponse) ProtoMessage() {}
- func (x *UpdateSchoolDisableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[7]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateSchoolDisableResponse.ProtoReflect.Descriptor instead.
- func (*UpdateSchoolDisableResponse) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{7}
- }
- // 删除上课禁用 Request
- type DeleteSchoolDisableRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- }
- func (x *DeleteSchoolDisableRequest) Reset() {
- *x = DeleteSchoolDisableRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[8]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteSchoolDisableRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteSchoolDisableRequest) ProtoMessage() {}
- func (x *DeleteSchoolDisableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[8]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeleteSchoolDisableRequest.ProtoReflect.Descriptor instead.
- func (*DeleteSchoolDisableRequest) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{8}
- }
- func (x *DeleteSchoolDisableRequest) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- // 删除上课禁用 Response
- type DeleteSchoolDisableResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- }
- func (x *DeleteSchoolDisableResponse) Reset() {
- *x = DeleteSchoolDisableResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[9]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteSchoolDisableResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteSchoolDisableResponse) ProtoMessage() {}
- func (x *DeleteSchoolDisableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[9]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeleteSchoolDisableResponse.ProtoReflect.Descriptor instead.
- func (*DeleteSchoolDisableResponse) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{9}
- }
- type GetWristwatchSchoolDisableResponse_SchoolDisable struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
- Repeats string `protobuf:"bytes,2,opt,name=repeats,proto3" json:"repeats,omitempty"`
- StartTime string `protobuf:"bytes,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
- EndTime string `protobuf:"bytes,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
- Status bool `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
- Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id,omitempty"`
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) Reset() {
- *x = GetWristwatchSchoolDisableResponse_SchoolDisable{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[10]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetWristwatchSchoolDisableResponse_SchoolDisable) ProtoMessage() {}
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[10]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetWristwatchSchoolDisableResponse_SchoolDisable.ProtoReflect.Descriptor instead.
- func (*GetWristwatchSchoolDisableResponse_SchoolDisable) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{1, 0}
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetCid() string {
- if x != nil {
- return x.Cid
- }
- return ""
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetRepeats() string {
- if x != nil {
- return x.Repeats
- }
- return ""
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetStartTime() string {
- if x != nil {
- return x.StartTime
- }
- return ""
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetEndTime() string {
- if x != nil {
- return x.EndTime
- }
- return ""
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetStatus() bool {
- if x != nil {
- return x.Status
- }
- return false
- }
- func (x *GetWristwatchSchoolDisableResponse_SchoolDisable) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- type GetSchoolDisableResponse_SchoolDisable struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
- Repeats string `protobuf:"bytes,2,opt,name=repeats,proto3" json:"repeats,omitempty"`
- StartTime string `protobuf:"bytes,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
- EndTime string `protobuf:"bytes,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
- Status bool `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
- Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id,omitempty"`
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) Reset() {
- *x = GetSchoolDisableResponse_SchoolDisable{}
- if protoimpl.UnsafeEnabled {
- mi := &file_user_v2_school_disable_proto_msgTypes[11]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetSchoolDisableResponse_SchoolDisable) ProtoMessage() {}
- func (x *GetSchoolDisableResponse_SchoolDisable) ProtoReflect() protoreflect.Message {
- mi := &file_user_v2_school_disable_proto_msgTypes[11]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use GetSchoolDisableResponse_SchoolDisable.ProtoReflect.Descriptor instead.
- func (*GetSchoolDisableResponse_SchoolDisable) Descriptor() ([]byte, []int) {
- return file_user_v2_school_disable_proto_rawDescGZIP(), []int{3, 0}
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetCid() string {
- if x != nil {
- return x.Cid
- }
- return ""
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetRepeats() string {
- if x != nil {
- return x.Repeats
- }
- return ""
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetStartTime() string {
- if x != nil {
- return x.StartTime
- }
- return ""
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetEndTime() string {
- if x != nil {
- return x.EndTime
- }
- return ""
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetStatus() bool {
- if x != nil {
- return x.Status
- }
- return false
- }
- func (x *GetSchoolDisableResponse_SchoolDisable) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- var File_user_v2_school_disable_proto protoreflect.FileDescriptor
- var file_user_v2_school_disable_proto_rawDesc = []byte{
- 0x0a, 0x1c, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x2f, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c,
- 0x5f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b,
- 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x1a, 0x1c, 0x67, 0x6f, 0x6f,
- 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x76, 0x61, 0x6c, 0x69, 0x64,
- 0x61, 0x74, 0x65, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x22, 0x44, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x57, 0x72, 0x69, 0x73, 0x74, 0x77, 0x61,
- 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65,
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65,
- 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
- 0x52, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x22, 0xa9, 0x02, 0x0a, 0x22, 0x47, 0x65, 0x74,
- 0x57, 0x72, 0x69, 0x73, 0x74, 0x77, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c,
- 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
- 0x65, 0x0a, 0x0e, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65,
- 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
- 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x72, 0x69, 0x73, 0x74, 0x77, 0x61,
- 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44,
- 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x0e, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69,
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x1a, 0x9b, 0x01, 0x0a, 0x0d, 0x53, 0x63, 0x68, 0x6f, 0x6f,
- 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
- 0x70, 0x65, 0x61, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x70,
- 0x65, 0x61, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
- 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06,
- 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74,
- 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03,
- 0x52, 0x02, 0x69, 0x64, 0x22, 0x37, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x6f, 0x6f,
- 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
- 0x1c, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0a, 0xfa, 0x42,
- 0x07, 0x72, 0x05, 0x10, 0x01, 0xb0, 0x01, 0x01, 0x52, 0x03, 0x63, 0x69, 0x64, 0x22, 0x95, 0x02,
- 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62,
- 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x0e, 0x73, 0x63,
- 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03,
- 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32,
- 0x2e, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c,
- 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c,
- 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x0e, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44,
- 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x1a, 0x9b, 0x01, 0x0a, 0x0d, 0x53, 0x63, 0x68, 0x6f,
- 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72,
- 0x65, 0x70, 0x65, 0x61, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65,
- 0x70, 0x65, 0x61, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
- 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54,
- 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a,
- 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xb4, 0x01, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x08, 0xfa, 0x42, 0x05, 0x72, 0x03, 0xb0, 0x01, 0x01, 0x52, 0x03, 0x63, 0x69, 0x64,
- 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x07, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x09, 0x73, 0x74,
- 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa,
- 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x12, 0x21, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x07, 0x65, 0x6e, 0x64,
- 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x36, 0x0a, 0x1b,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61,
- 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x02, 0x69,
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x22, 0x02, 0x20, 0x00,
- 0x52, 0x02, 0x69, 0x64, 0x22, 0xcf, 0x01, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53,
- 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42,
- 0x07, 0xfa, 0x42, 0x04, 0x22, 0x02, 0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x03,
- 0x63, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0a, 0xfa, 0x42, 0x07, 0x72, 0x05,
- 0x10, 0x01, 0xb0, 0x01, 0x01, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
- 0x70, 0x65, 0x61, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x70,
- 0x65, 0x61, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
- 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x07, 0x65,
- 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42,
- 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16,
- 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
- 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x1d, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53,
- 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42,
- 0x07, 0xfa, 0x42, 0x04, 0x22, 0x02, 0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x1b,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61,
- 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xe4, 0x06, 0x0a, 0x0d,
- 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0xc0, 0x01,
- 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x57, 0x72, 0x69, 0x73, 0x74, 0x77, 0x61, 0x74, 0x63, 0x68, 0x53,
- 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x2e, 0x2e, 0x61,
- 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x72,
- 0x69, 0x73, 0x74, 0x77, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69,
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x61,
- 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x72,
- 0x69, 0x73, 0x74, 0x77, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69,
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x41, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x12, 0x39, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f,
- 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x68, 0x69,
- 0x6c, 0x64, 0x2f, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x2d, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c,
- 0x65, 0x2f, 0x77, 0x72, 0x69, 0x73, 0x74, 0x77, 0x61, 0x74, 0x63, 0x68, 0x2f, 0x67, 0x65, 0x74,
- 0x12, 0x97, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69,
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72,
- 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73,
- 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x61, 0x70,
- 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68,
- 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x73, 0x65, 0x22, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x61, 0x70, 0x69,
- 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65,
- 0x72, 0x2f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x2d, 0x64,
- 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x67, 0x65, 0x74, 0x12, 0xa6, 0x01, 0x0a, 0x13, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62,
- 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32,
- 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73,
- 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x61, 0x70,
- 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a,
- 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63,
- 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x73, 0x63,
- 0x68, 0x6f, 0x6f, 0x6c, 0x2d, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x63, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x12, 0xa6, 0x01, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x63,
- 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x61, 0x70,
- 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e,
- 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44,
- 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c,
- 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x3a, 0x01, 0x2a, 0x22, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x73,
- 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72,
- 0x2f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x73, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x2d, 0x64, 0x69,
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xa3, 0x01, 0x0a,
- 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73,
- 0x61, 0x62, 0x6c, 0x65, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e,
- 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44,
- 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e,
- 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65,
- 0x74, 0x65, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x39, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12,
- 0x31, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74,
- 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x73, 0x63, 0x68,
- 0x6f, 0x6f, 0x6c, 0x2d, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x6c, 0x65,
- 0x74, 0x65, 0x42, 0x30, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
- 0x32, 0x50, 0x01, 0x5a, 0x1f, 0x73, 0x69, 0x6b, 0x65, 0x79, 0x2f, 0x77, 0x33, 0x30, 0x33, 0x61,
- 0x2f, 0x68, 0x74, 0x74, 0x70, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76,
- 0x32, 0x3b, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
- }
- var (
- file_user_v2_school_disable_proto_rawDescOnce sync.Once
- file_user_v2_school_disable_proto_rawDescData = file_user_v2_school_disable_proto_rawDesc
- )
- func file_user_v2_school_disable_proto_rawDescGZIP() []byte {
- file_user_v2_school_disable_proto_rawDescOnce.Do(func() {
- file_user_v2_school_disable_proto_rawDescData = protoimpl.X.CompressGZIP(file_user_v2_school_disable_proto_rawDescData)
- })
- return file_user_v2_school_disable_proto_rawDescData
- }
- var file_user_v2_school_disable_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
- var file_user_v2_school_disable_proto_goTypes = []any{
- (*GetWristwatchSchoolDisableRequest)(nil), // 0: api.user.v2.GetWristwatchSchoolDisableRequest
- (*GetWristwatchSchoolDisableResponse)(nil), // 1: api.user.v2.GetWristwatchSchoolDisableResponse
- (*GetSchoolDisableRequest)(nil), // 2: api.user.v2.GetSchoolDisableRequest
- (*GetSchoolDisableResponse)(nil), // 3: api.user.v2.GetSchoolDisableResponse
- (*CreateSchoolDisableRequest)(nil), // 4: api.user.v2.CreateSchoolDisableRequest
- (*CreateSchoolDisableResponse)(nil), // 5: api.user.v2.CreateSchoolDisableResponse
- (*UpdateSchoolDisableRequest)(nil), // 6: api.user.v2.UpdateSchoolDisableRequest
- (*UpdateSchoolDisableResponse)(nil), // 7: api.user.v2.UpdateSchoolDisableResponse
- (*DeleteSchoolDisableRequest)(nil), // 8: api.user.v2.DeleteSchoolDisableRequest
- (*DeleteSchoolDisableResponse)(nil), // 9: api.user.v2.DeleteSchoolDisableResponse
- (*GetWristwatchSchoolDisableResponse_SchoolDisable)(nil), // 10: api.user.v2.GetWristwatchSchoolDisableResponse.SchoolDisable
- (*GetSchoolDisableResponse_SchoolDisable)(nil), // 11: api.user.v2.GetSchoolDisableResponse.SchoolDisable
- }
- var file_user_v2_school_disable_proto_depIdxs = []int32{
- 10, // 0: api.user.v2.GetWristwatchSchoolDisableResponse.schoolDisables:type_name -> api.user.v2.GetWristwatchSchoolDisableResponse.SchoolDisable
- 11, // 1: api.user.v2.GetSchoolDisableResponse.schoolDisables:type_name -> api.user.v2.GetSchoolDisableResponse.SchoolDisable
- 0, // 2: api.user.v2.SchoolDisable.GetWristwatchSchoolDisable:input_type -> api.user.v2.GetWristwatchSchoolDisableRequest
- 2, // 3: api.user.v2.SchoolDisable.GetSchoolDisable:input_type -> api.user.v2.GetSchoolDisableRequest
- 4, // 4: api.user.v2.SchoolDisable.CreateSchoolDisable:input_type -> api.user.v2.CreateSchoolDisableRequest
- 6, // 5: api.user.v2.SchoolDisable.UpdateSchoolDisable:input_type -> api.user.v2.UpdateSchoolDisableRequest
- 8, // 6: api.user.v2.SchoolDisable.DeleteSchoolDisable:input_type -> api.user.v2.DeleteSchoolDisableRequest
- 1, // 7: api.user.v2.SchoolDisable.GetWristwatchSchoolDisable:output_type -> api.user.v2.GetWristwatchSchoolDisableResponse
- 3, // 8: api.user.v2.SchoolDisable.GetSchoolDisable:output_type -> api.user.v2.GetSchoolDisableResponse
- 5, // 9: api.user.v2.SchoolDisable.CreateSchoolDisable:output_type -> api.user.v2.CreateSchoolDisableResponse
- 7, // 10: api.user.v2.SchoolDisable.UpdateSchoolDisable:output_type -> api.user.v2.UpdateSchoolDisableResponse
- 9, // 11: api.user.v2.SchoolDisable.DeleteSchoolDisable:output_type -> api.user.v2.DeleteSchoolDisableResponse
- 7, // [7:12] is the sub-list for method output_type
- 2, // [2:7] is the sub-list for method input_type
- 2, // [2:2] is the sub-list for extension type_name
- 2, // [2:2] is the sub-list for extension extendee
- 0, // [0:2] is the sub-list for field type_name
- }
- func init() { file_user_v2_school_disable_proto_init() }
- func file_user_v2_school_disable_proto_init() {
- if File_user_v2_school_disable_proto != nil {
- return
- }
- if !protoimpl.UnsafeEnabled {
- file_user_v2_school_disable_proto_msgTypes[0].Exporter = func(v any, i int) any {
- switch v := v.(*GetWristwatchSchoolDisableRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[1].Exporter = func(v any, i int) any {
- switch v := v.(*GetWristwatchSchoolDisableResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[2].Exporter = func(v any, i int) any {
- switch v := v.(*GetSchoolDisableRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[3].Exporter = func(v any, i int) any {
- switch v := v.(*GetSchoolDisableResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[4].Exporter = func(v any, i int) any {
- switch v := v.(*CreateSchoolDisableRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[5].Exporter = func(v any, i int) any {
- switch v := v.(*CreateSchoolDisableResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[6].Exporter = func(v any, i int) any {
- switch v := v.(*UpdateSchoolDisableRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[7].Exporter = func(v any, i int) any {
- switch v := v.(*UpdateSchoolDisableResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[8].Exporter = func(v any, i int) any {
- switch v := v.(*DeleteSchoolDisableRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[9].Exporter = func(v any, i int) any {
- switch v := v.(*DeleteSchoolDisableResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[10].Exporter = func(v any, i int) any {
- switch v := v.(*GetWristwatchSchoolDisableResponse_SchoolDisable); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_user_v2_school_disable_proto_msgTypes[11].Exporter = func(v any, i int) any {
- switch v := v.(*GetSchoolDisableResponse_SchoolDisable); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: file_user_v2_school_disable_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 12,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_user_v2_school_disable_proto_goTypes,
- DependencyIndexes: file_user_v2_school_disable_proto_depIdxs,
- MessageInfos: file_user_v2_school_disable_proto_msgTypes,
- }.Build()
- File_user_v2_school_disable_proto = out.File
- file_user_v2_school_disable_proto_rawDesc = nil
- file_user_v2_school_disable_proto_goTypes = nil
- file_user_v2_school_disable_proto_depIdxs = nil
- }
|