1 Star 0 Fork 0

WisdomClassroom / core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
chapterRequest.pb.go 20.09 KB
一键复制 编辑 原始数据 按行查看 历史
哔u哔u 提交于 2020-02-24 12:21 . 类型:fix
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: chapterRequest.proto
package pb
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 GetChapterRequest struct {
ChapterUUID string `protobuf:"bytes,1,opt,name=ChapterUUID,proto3" json:"ChapterUUID,omitempty"`
AuthToken string `protobuf:"bytes,2,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetChapterRequest) Reset() { *m = GetChapterRequest{} }
func (m *GetChapterRequest) String() string { return proto.CompactTextString(m) }
func (*GetChapterRequest) ProtoMessage() {}
func (*GetChapterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{0}
}
func (m *GetChapterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetChapterRequest.Unmarshal(m, b)
}
func (m *GetChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetChapterRequest.Marshal(b, m, deterministic)
}
func (m *GetChapterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetChapterRequest.Merge(m, src)
}
func (m *GetChapterRequest) XXX_Size() int {
return xxx_messageInfo_GetChapterRequest.Size(m)
}
func (m *GetChapterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetChapterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetChapterRequest proto.InternalMessageInfo
func (m *GetChapterRequest) GetChapterUUID() string {
if m != nil {
return m.ChapterUUID
}
return ""
}
func (m *GetChapterRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type GetContentRequest struct {
ChapterUUID string `protobuf:"bytes,1,opt,name=ChapterUUID,proto3" json:"ChapterUUID,omitempty"`
AuthToken string `protobuf:"bytes,2,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetContentRequest) Reset() { *m = GetContentRequest{} }
func (m *GetContentRequest) String() string { return proto.CompactTextString(m) }
func (*GetContentRequest) ProtoMessage() {}
func (*GetContentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{1}
}
func (m *GetContentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetContentRequest.Unmarshal(m, b)
}
func (m *GetContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetContentRequest.Marshal(b, m, deterministic)
}
func (m *GetContentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetContentRequest.Merge(m, src)
}
func (m *GetContentRequest) XXX_Size() int {
return xxx_messageInfo_GetContentRequest.Size(m)
}
func (m *GetContentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetContentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetContentRequest proto.InternalMessageInfo
func (m *GetContentRequest) GetChapterUUID() string {
if m != nil {
return m.ChapterUUID
}
return ""
}
func (m *GetContentRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type ListChapterRequest struct {
CourseUUID string `protobuf:"bytes,1,opt,name=CourseUUID,proto3" json:"CourseUUID,omitempty"`
AuthToken string `protobuf:"bytes,2,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListChapterRequest) Reset() { *m = ListChapterRequest{} }
func (m *ListChapterRequest) String() string { return proto.CompactTextString(m) }
func (*ListChapterRequest) ProtoMessage() {}
func (*ListChapterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{2}
}
func (m *ListChapterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListChapterRequest.Unmarshal(m, b)
}
func (m *ListChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListChapterRequest.Marshal(b, m, deterministic)
}
func (m *ListChapterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListChapterRequest.Merge(m, src)
}
func (m *ListChapterRequest) XXX_Size() int {
return xxx_messageInfo_ListChapterRequest.Size(m)
}
func (m *ListChapterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ListChapterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ListChapterRequest proto.InternalMessageInfo
func (m *ListChapterRequest) GetCourseUUID() string {
if m != nil {
return m.CourseUUID
}
return ""
}
func (m *ListChapterRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type CreateChapterRequest struct {
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=Description,proto3" json:"Description,omitempty"`
ManagerUUID string `protobuf:"bytes,3,opt,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
CourseUUID string `protobuf:"bytes,4,opt,name=CourseUUID,proto3" json:"CourseUUID,omitempty"`
Index int32 `protobuf:"varint,5,opt,name=Index,proto3" json:"Index,omitempty"`
AuthToken string `protobuf:"bytes,6,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateChapterRequest) Reset() { *m = CreateChapterRequest{} }
func (m *CreateChapterRequest) String() string { return proto.CompactTextString(m) }
func (*CreateChapterRequest) ProtoMessage() {}
func (*CreateChapterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{3}
}
func (m *CreateChapterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateChapterRequest.Unmarshal(m, b)
}
func (m *CreateChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateChapterRequest.Marshal(b, m, deterministic)
}
func (m *CreateChapterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateChapterRequest.Merge(m, src)
}
func (m *CreateChapterRequest) XXX_Size() int {
return xxx_messageInfo_CreateChapterRequest.Size(m)
}
func (m *CreateChapterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateChapterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateChapterRequest proto.InternalMessageInfo
func (m *CreateChapterRequest) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *CreateChapterRequest) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *CreateChapterRequest) GetManagerUUID() string {
if m != nil {
return m.ManagerUUID
}
return ""
}
func (m *CreateChapterRequest) GetCourseUUID() string {
if m != nil {
return m.CourseUUID
}
return ""
}
func (m *CreateChapterRequest) GetIndex() int32 {
if m != nil {
return m.Index
}
return 0
}
func (m *CreateChapterRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type DeleteChapterRequest struct {
WillDeleteUUID string `protobuf:"bytes,1,opt,name=WillDeleteUUID,proto3" json:"WillDeleteUUID,omitempty"`
AuthToken string `protobuf:"bytes,2,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteChapterRequest) Reset() { *m = DeleteChapterRequest{} }
func (m *DeleteChapterRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteChapterRequest) ProtoMessage() {}
func (*DeleteChapterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{4}
}
func (m *DeleteChapterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteChapterRequest.Unmarshal(m, b)
}
func (m *DeleteChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteChapterRequest.Marshal(b, m, deterministic)
}
func (m *DeleteChapterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteChapterRequest.Merge(m, src)
}
func (m *DeleteChapterRequest) XXX_Size() int {
return xxx_messageInfo_DeleteChapterRequest.Size(m)
}
func (m *DeleteChapterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteChapterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteChapterRequest proto.InternalMessageInfo
func (m *DeleteChapterRequest) GetWillDeleteUUID() string {
if m != nil {
return m.WillDeleteUUID
}
return ""
}
func (m *DeleteChapterRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type SetChapterManagerRequest struct {
WillSetChapterUUID string `protobuf:"bytes,1,opt,name=WillSetChapterUUID,proto3" json:"WillSetChapterUUID,omitempty"`
WillSetManagerUUID string `protobuf:"bytes,2,opt,name=WillSetManagerUUID,proto3" json:"WillSetManagerUUID,omitempty"`
AuthToken string `protobuf:"bytes,3,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SetChapterManagerRequest) Reset() { *m = SetChapterManagerRequest{} }
func (m *SetChapterManagerRequest) String() string { return proto.CompactTextString(m) }
func (*SetChapterManagerRequest) ProtoMessage() {}
func (*SetChapterManagerRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{5}
}
func (m *SetChapterManagerRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetChapterManagerRequest.Unmarshal(m, b)
}
func (m *SetChapterManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetChapterManagerRequest.Marshal(b, m, deterministic)
}
func (m *SetChapterManagerRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetChapterManagerRequest.Merge(m, src)
}
func (m *SetChapterManagerRequest) XXX_Size() int {
return xxx_messageInfo_SetChapterManagerRequest.Size(m)
}
func (m *SetChapterManagerRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SetChapterManagerRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SetChapterManagerRequest proto.InternalMessageInfo
func (m *SetChapterManagerRequest) GetWillSetChapterUUID() string {
if m != nil {
return m.WillSetChapterUUID
}
return ""
}
func (m *SetChapterManagerRequest) GetWillSetManagerUUID() string {
if m != nil {
return m.WillSetManagerUUID
}
return ""
}
func (m *SetChapterManagerRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type UnSetChapterManagerRequest struct {
WillUnSetChapterUUID string `protobuf:"bytes,1,opt,name=WillUnSetChapterUUID,proto3" json:"WillUnSetChapterUUID,omitempty"`
WillUnSetManagerUUID string `protobuf:"bytes,2,opt,name=WillUnSetManagerUUID,proto3" json:"WillUnSetManagerUUID,omitempty"`
AuthToken string `protobuf:"bytes,3,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UnSetChapterManagerRequest) Reset() { *m = UnSetChapterManagerRequest{} }
func (m *UnSetChapterManagerRequest) String() string { return proto.CompactTextString(m) }
func (*UnSetChapterManagerRequest) ProtoMessage() {}
func (*UnSetChapterManagerRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{6}
}
func (m *UnSetChapterManagerRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UnSetChapterManagerRequest.Unmarshal(m, b)
}
func (m *UnSetChapterManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UnSetChapterManagerRequest.Marshal(b, m, deterministic)
}
func (m *UnSetChapterManagerRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UnSetChapterManagerRequest.Merge(m, src)
}
func (m *UnSetChapterManagerRequest) XXX_Size() int {
return xxx_messageInfo_UnSetChapterManagerRequest.Size(m)
}
func (m *UnSetChapterManagerRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UnSetChapterManagerRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UnSetChapterManagerRequest proto.InternalMessageInfo
func (m *UnSetChapterManagerRequest) GetWillUnSetChapterUUID() string {
if m != nil {
return m.WillUnSetChapterUUID
}
return ""
}
func (m *UnSetChapterManagerRequest) GetWillUnSetManagerUUID() string {
if m != nil {
return m.WillUnSetManagerUUID
}
return ""
}
func (m *UnSetChapterManagerRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type UpdateContentRequest struct {
WillUpdateUUID string `protobuf:"bytes,1,opt,name=WillUpdateUUID,proto3" json:"WillUpdateUUID,omitempty"`
MarkdownBase64 string `protobuf:"bytes,2,opt,name=MarkdownBase64,proto3" json:"MarkdownBase64,omitempty"`
AuthToken string `protobuf:"bytes,3,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UpdateContentRequest) Reset() { *m = UpdateContentRequest{} }
func (m *UpdateContentRequest) String() string { return proto.CompactTextString(m) }
func (*UpdateContentRequest) ProtoMessage() {}
func (*UpdateContentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{7}
}
func (m *UpdateContentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateContentRequest.Unmarshal(m, b)
}
func (m *UpdateContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateContentRequest.Marshal(b, m, deterministic)
}
func (m *UpdateContentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateContentRequest.Merge(m, src)
}
func (m *UpdateContentRequest) XXX_Size() int {
return xxx_messageInfo_UpdateContentRequest.Size(m)
}
func (m *UpdateContentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateContentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateContentRequest proto.InternalMessageInfo
func (m *UpdateContentRequest) GetWillUpdateUUID() string {
if m != nil {
return m.WillUpdateUUID
}
return ""
}
func (m *UpdateContentRequest) GetMarkdownBase64() string {
if m != nil {
return m.MarkdownBase64
}
return ""
}
func (m *UpdateContentRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
type UpdateChapterRequest struct {
NewName string `protobuf:"bytes,1,opt,name=NewName,proto3" json:"NewName,omitempty"`
NewDescription string `protobuf:"bytes,2,opt,name=NewDescription,proto3" json:"NewDescription,omitempty"`
WillUpdateUUID string `protobuf:"bytes,3,opt,name=WillUpdateUUID,proto3" json:"WillUpdateUUID,omitempty"`
AuthToken string `protobuf:"bytes,4,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *UpdateChapterRequest) Reset() { *m = UpdateChapterRequest{} }
func (m *UpdateChapterRequest) String() string { return proto.CompactTextString(m) }
func (*UpdateChapterRequest) ProtoMessage() {}
func (*UpdateChapterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_c50821a89b2005aa, []int{8}
}
func (m *UpdateChapterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UpdateChapterRequest.Unmarshal(m, b)
}
func (m *UpdateChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UpdateChapterRequest.Marshal(b, m, deterministic)
}
func (m *UpdateChapterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_UpdateChapterRequest.Merge(m, src)
}
func (m *UpdateChapterRequest) XXX_Size() int {
return xxx_messageInfo_UpdateChapterRequest.Size(m)
}
func (m *UpdateChapterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_UpdateChapterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_UpdateChapterRequest proto.InternalMessageInfo
func (m *UpdateChapterRequest) GetNewName() string {
if m != nil {
return m.NewName
}
return ""
}
func (m *UpdateChapterRequest) GetNewDescription() string {
if m != nil {
return m.NewDescription
}
return ""
}
func (m *UpdateChapterRequest) GetWillUpdateUUID() string {
if m != nil {
return m.WillUpdateUUID
}
return ""
}
func (m *UpdateChapterRequest) GetAuthToken() string {
if m != nil {
return m.AuthToken
}
return ""
}
func init() {
proto.RegisterType((*GetChapterRequest)(nil), "pb.GetChapterRequest")
proto.RegisterType((*GetContentRequest)(nil), "pb.GetContentRequest")
proto.RegisterType((*ListChapterRequest)(nil), "pb.ListChapterRequest")
proto.RegisterType((*CreateChapterRequest)(nil), "pb.CreateChapterRequest")
proto.RegisterType((*DeleteChapterRequest)(nil), "pb.DeleteChapterRequest")
proto.RegisterType((*SetChapterManagerRequest)(nil), "pb.SetChapterManagerRequest")
proto.RegisterType((*UnSetChapterManagerRequest)(nil), "pb.UnSetChapterManagerRequest")
proto.RegisterType((*UpdateContentRequest)(nil), "pb.UpdateContentRequest")
proto.RegisterType((*UpdateChapterRequest)(nil), "pb.UpdateChapterRequest")
}
func init() { proto.RegisterFile("chapterRequest.proto", fileDescriptor_c50821a89b2005aa) }
var fileDescriptor_c50821a89b2005aa = []byte{
// 385 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4f, 0x4b, 0xfb, 0x40,
0x10, 0x65, 0xfb, 0xef, 0x47, 0xe7, 0x07, 0x82, 0x21, 0x87, 0x20, 0x22, 0xc5, 0x83, 0xf4, 0xd4,
0x83, 0x8a, 0x77, 0x6d, 0x41, 0x0a, 0xb6, 0x87, 0xd4, 0xe0, 0xc5, 0xcb, 0xb6, 0x1d, 0x6c, 0x68,
0xdd, 0x8d, 0xc9, 0x96, 0xfa, 0x01, 0xfc, 0x10, 0x9e, 0x3c, 0xf8, 0x51, 0xfc, 0x64, 0xb2, 0x4d,
0x62, 0x66, 0x37, 0x91, 0x5c, 0xbc, 0x65, 0xdf, 0x9b, 0xbc, 0x79, 0x6f, 0x76, 0x12, 0x70, 0x17,
0x2b, 0x1e, 0x29, 0x8c, 0x7d, 0x7c, 0xd9, 0x62, 0xa2, 0x06, 0x51, 0x2c, 0x95, 0x74, 0x1a, 0xd1,
0xfc, 0x74, 0x06, 0x87, 0xb7, 0xa8, 0x86, 0x06, 0xed, 0xf4, 0xe0, 0x7f, 0x86, 0x04, 0xc1, 0x78,
0xe4, 0xb1, 0x1e, 0xeb, 0x77, 0x7d, 0x0a, 0x39, 0xc7, 0xd0, 0xbd, 0xde, 0xaa, 0xd5, 0xbd, 0x5c,
0xa3, 0xf0, 0x1a, 0x7b, 0xbe, 0x00, 0x72, 0x51, 0x29, 0x14, 0x0a, 0xf5, 0x57, 0xa2, 0x3e, 0x38,
0x77, 0x61, 0x62, 0x5b, 0x3d, 0x01, 0x18, 0xca, 0x6d, 0x9c, 0x20, 0x11, 0x25, 0x48, 0x8d, 0xe6,
0x17, 0x03, 0x77, 0x18, 0x23, 0x57, 0x68, 0xc9, 0x3a, 0xd0, 0x9a, 0xf2, 0x67, 0xcc, 0x04, 0xf7,
0xcf, 0x3a, 0xc0, 0x08, 0x93, 0x45, 0x1c, 0x46, 0x2a, 0x94, 0xb9, 0x18, 0x85, 0x74, 0xc5, 0x84,
0x0b, 0xfe, 0x94, 0x45, 0x6c, 0xa6, 0x15, 0x04, 0xb2, 0xec, 0xb6, 0x4a, 0x76, 0x5d, 0x68, 0x8f,
0xc5, 0x12, 0x5f, 0xbd, 0x76, 0x8f, 0xf5, 0xdb, 0x7e, 0x7a, 0x30, 0x43, 0x74, 0xec, 0x10, 0x8f,
0xe0, 0x8e, 0x70, 0x83, 0xa5, 0x0c, 0x67, 0x70, 0xf0, 0x10, 0x6e, 0x36, 0x29, 0x47, 0xc6, 0x63,
0xa1, 0x35, 0x23, 0x7a, 0x67, 0xe0, 0xcd, 0x7e, 0x36, 0x24, 0xcb, 0x92, 0xb7, 0x18, 0x80, 0xa3,
0xc5, 0x0a, 0x9e, 0xb4, 0xa9, 0x60, 0x48, 0x3d, 0x9d, 0x53, 0xc3, 0xa8, 0xa7, 0xe3, 0x32, 0xac,
0x35, 0x6d, 0x6b, 0x9f, 0x0c, 0x8e, 0x02, 0xf1, 0xab, 0xb9, 0x73, 0x70, 0xb5, 0x24, 0xad, 0x20,
0xf6, 0x2a, 0x39, 0xe3, 0x9d, 0xb2, 0xc5, 0x4a, 0xae, 0xc6, 0xe4, 0x1b, 0x03, 0x37, 0x88, 0x96,
0x7a, 0xc5, 0xcc, 0xef, 0x21, 0xbb, 0x9e, 0x94, 0xb3, 0xaf, 0xa7, 0x40, 0x75, 0xdd, 0x84, 0xc7,
0xeb, 0xa5, 0xdc, 0x89, 0x1b, 0x9e, 0xe0, 0xd5, 0x65, 0x66, 0xc6, 0x42, 0x6b, 0x6c, 0x7c, 0x14,
0x36, 0xcc, 0x2d, 0xf1, 0xe0, 0xdf, 0x14, 0x77, 0x64, 0xd9, 0xf3, 0xa3, 0x6e, 0x3c, 0xc5, 0x5d,
0x79, 0xe5, 0x2d, 0xb4, 0x22, 0x48, 0xb3, 0x32, 0x88, 0x61, 0xb0, 0x65, 0x19, 0x9c, 0x77, 0xf6,
0xff, 0xa4, 0x8b, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x7f, 0x68, 0x75, 0xab, 0x04, 0x00,
0x00,
}
1
https://gitee.com/WisdomClassroom/core.git
git@gitee.com:WisdomClassroom/core.git
WisdomClassroom
core
core
v0.5.0

搜索帮助