pb

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2020 License: Apache-2.0 Imports: 14 Imported by: 6

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var QuestionLevelCode_name = map[int32]string{
	0: "Basic",
	1: "Normal",
	2: "Difficult",
	3: "Challenging",
}
View Source
var QuestionLevelCode_value = map[string]int32{
	"Basic":       0,
	"Normal":      1,
	"Difficult":   2,
	"Challenging": 3,
}
View Source
var QuestionTypeCode_name = map[int32]string{
	0: "Single",
	1: "Multiple",
	2: "Judge",
}
View Source
var QuestionTypeCode_value = map[string]int32{
	"Single":   0,
	"Multiple": 1,
	"Judge":    2,
}
View Source
var ResponseStatusCode_name = map[int32]string{
	0: "ServerError",
	1: "Suc",
	2: "NotAuth",
	3: "FieldTypeError",
	4: "OtherError",
}
View Source
var ResponseStatusCode_value = map[string]int32{
	"ServerError":    0,
	"Suc":            1,
	"NotAuth":        2,
	"FieldTypeError": 3,
	"OtherError":     4,
}
View Source
var UserGenderTypeCode_name = map[int32]string{
	0: "Other",
	1: "Man",
	2: "WoMan",
}
View Source
var UserGenderTypeCode_value = map[string]int32{
	"Other": 0,
	"Man":   1,
	"WoMan": 2,
}
View Source
var UserRoleTypeCode_name = map[int32]string{
	0: "Undefine",
	1: "Root",
	2: "Maintainer",
	3: "Manager",
	4: "Leader",
	5: "Teacher",
	6: "Undergraduate",
	7: "GraduateStudent",
	8: "DoctoralStudent",
}
View Source
var UserRoleTypeCode_value = map[string]int32{
	"Undefine":        0,
	"Root":            1,
	"Maintainer":      2,
	"Manager":         3,
	"Leader":          4,
	"Teacher":         5,
	"Undergraduate":   6,
	"GraduateStudent": 7,
	"DoctoralStudent": 8,
}

Functions

func RegisterChapterServiceHandler

func RegisterChapterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterChapterServiceHandler registers the http handlers for service ChapterService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterChapterServiceHandlerClient

func RegisterChapterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ChapterServiceClient) error

RegisterChapterServiceHandlerClient registers the http handlers for service ChapterService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ChapterServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ChapterServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ChapterServiceClient" to call the correct interceptors.

func RegisterChapterServiceHandlerFromEndpoint

func RegisterChapterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterChapterServiceHandlerFromEndpoint is same as RegisterChapterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterChapterServiceHandlerServer

func RegisterChapterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChapterServiceServer) error

RegisterChapterServiceHandlerServer registers the http handlers for service ChapterService to "mux". UnaryRPC :call ChapterServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterChapterServiceServer

func RegisterChapterServiceServer(s *grpc.Server, srv ChapterServiceServer)

func RegisterClassStructServiceHandler

func RegisterClassStructServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterClassStructServiceHandler registers the http handlers for service ClassStructService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterClassStructServiceHandlerClient

func RegisterClassStructServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClassStructServiceClient) error

RegisterClassStructServiceHandlerClient registers the http handlers for service ClassStructService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ClassStructServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ClassStructServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ClassStructServiceClient" to call the correct interceptors.

func RegisterClassStructServiceHandlerFromEndpoint

func RegisterClassStructServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterClassStructServiceHandlerFromEndpoint is same as RegisterClassStructServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterClassStructServiceHandlerServer

func RegisterClassStructServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ClassStructServiceServer) error

RegisterClassStructServiceHandlerServer registers the http handlers for service ClassStructService to "mux". UnaryRPC :call ClassStructServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterClassStructServiceServer

func RegisterClassStructServiceServer(s *grpc.Server, srv ClassStructServiceServer)

func RegisterCollegeStructServiceHandler

func RegisterCollegeStructServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCollegeStructServiceHandler registers the http handlers for service CollegeStructService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCollegeStructServiceHandlerClient

func RegisterCollegeStructServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CollegeStructServiceClient) error

RegisterCollegeStructServiceHandlerClient registers the http handlers for service CollegeStructService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CollegeStructServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CollegeStructServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CollegeStructServiceClient" to call the correct interceptors.

func RegisterCollegeStructServiceHandlerFromEndpoint

func RegisterCollegeStructServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCollegeStructServiceHandlerFromEndpoint is same as RegisterCollegeStructServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCollegeStructServiceHandlerServer

func RegisterCollegeStructServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CollegeStructServiceServer) error

RegisterCollegeStructServiceHandlerServer registers the http handlers for service CollegeStructService to "mux". UnaryRPC :call CollegeStructServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterCollegeStructServiceServer

func RegisterCollegeStructServiceServer(s *grpc.Server, srv CollegeStructServiceServer)

func RegisterCourseServiceHandler

func RegisterCourseServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCourseServiceHandler registers the http handlers for service CourseService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCourseServiceHandlerClient

func RegisterCourseServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CourseServiceClient) error

RegisterCourseServiceHandlerClient registers the http handlers for service CourseService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CourseServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CourseServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CourseServiceClient" to call the correct interceptors.

func RegisterCourseServiceHandlerFromEndpoint

func RegisterCourseServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCourseServiceHandlerFromEndpoint is same as RegisterCourseServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCourseServiceHandlerServer

func RegisterCourseServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CourseServiceServer) error

RegisterCourseServiceHandlerServer registers the http handlers for service CourseService to "mux". UnaryRPC :call CourseServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterCourseServiceServer

func RegisterCourseServiceServer(s *grpc.Server, srv CourseServiceServer)

func RegisterDisciplineStructServiceHandler

func RegisterDisciplineStructServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDisciplineStructServiceHandler registers the http handlers for service DisciplineStructService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDisciplineStructServiceHandlerClient

func RegisterDisciplineStructServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DisciplineStructServiceClient) error

RegisterDisciplineStructServiceHandlerClient registers the http handlers for service DisciplineStructService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DisciplineStructServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DisciplineStructServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DisciplineStructServiceClient" to call the correct interceptors.

func RegisterDisciplineStructServiceHandlerFromEndpoint

func RegisterDisciplineStructServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDisciplineStructServiceHandlerFromEndpoint is same as RegisterDisciplineStructServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDisciplineStructServiceHandlerServer

func RegisterDisciplineStructServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DisciplineStructServiceServer) error

RegisterDisciplineStructServiceHandlerServer registers the http handlers for service DisciplineStructService to "mux". UnaryRPC :call DisciplineStructServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDisciplineStructServiceServer

func RegisterDisciplineStructServiceServer(s *grpc.Server, srv DisciplineStructServiceServer)

func RegisterQuestionBankServiceHandler

func RegisterQuestionBankServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQuestionBankServiceHandler registers the http handlers for service QuestionBankService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQuestionBankServiceHandlerClient

func RegisterQuestionBankServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QuestionBankServiceClient) error

RegisterQuestionBankServiceHandlerClient registers the http handlers for service QuestionBankService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QuestionBankServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QuestionBankServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QuestionBankServiceClient" to call the correct interceptors.

func RegisterQuestionBankServiceHandlerFromEndpoint

func RegisterQuestionBankServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQuestionBankServiceHandlerFromEndpoint is same as RegisterQuestionBankServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQuestionBankServiceHandlerServer

func RegisterQuestionBankServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QuestionBankServiceServer) error

RegisterQuestionBankServiceHandlerServer registers the http handlers for service QuestionBankService to "mux". UnaryRPC :call QuestionBankServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterQuestionBankServiceServer

func RegisterQuestionBankServiceServer(s *grpc.Server, srv QuestionBankServiceServer)

func RegisterQuestionServiceHandler

func RegisterQuestionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQuestionServiceHandler registers the http handlers for service QuestionService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQuestionServiceHandlerClient

func RegisterQuestionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QuestionServiceClient) error

RegisterQuestionServiceHandlerClient registers the http handlers for service QuestionService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QuestionServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QuestionServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QuestionServiceClient" to call the correct interceptors.

func RegisterQuestionServiceHandlerFromEndpoint

func RegisterQuestionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQuestionServiceHandlerFromEndpoint is same as RegisterQuestionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQuestionServiceHandlerServer

func RegisterQuestionServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QuestionServiceServer) error

RegisterQuestionServiceHandlerServer registers the http handlers for service QuestionService to "mux". UnaryRPC :call QuestionServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterQuestionServiceServer

func RegisterQuestionServiceServer(s *grpc.Server, srv QuestionServiceServer)

func RegisterUserInfoServiceHandler

func RegisterUserInfoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterUserInfoServiceHandler registers the http handlers for service UserInfoService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterUserInfoServiceHandlerClient

func RegisterUserInfoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserInfoServiceClient) error

RegisterUserInfoServiceHandlerClient registers the http handlers for service UserInfoService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UserInfoServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UserInfoServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UserInfoServiceClient" to call the correct interceptors.

func RegisterUserInfoServiceHandlerFromEndpoint

func RegisterUserInfoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterUserInfoServiceHandlerFromEndpoint is same as RegisterUserInfoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterUserInfoServiceHandlerServer

func RegisterUserInfoServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserInfoServiceServer) error

RegisterUserInfoServiceHandlerServer registers the http handlers for service UserInfoService to "mux". UnaryRPC :call UserInfoServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterUserInfoServiceServer

func RegisterUserInfoServiceServer(s *grpc.Server, srv UserInfoServiceServer)

Types

type ChangeUserRoleRequest

type ChangeUserRoleRequest struct {
	WillChangeUserUUID   string           `protobuf:"bytes,1,opt,name=WillChangeUserUUID,proto3" json:"WillChangeUserUUID,omitempty"`
	NewRoleCode          UserRoleTypeCode `protobuf:"varint,2,opt,name=NewRoleCode,proto3,enum=pb.UserRoleTypeCode" json:"NewRoleCode,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 (*ChangeUserRoleRequest) Descriptor

func (*ChangeUserRoleRequest) Descriptor() ([]byte, []int)

func (*ChangeUserRoleRequest) GetAuthToken

func (m *ChangeUserRoleRequest) GetAuthToken() string

func (*ChangeUserRoleRequest) GetNewRoleCode

func (m *ChangeUserRoleRequest) GetNewRoleCode() UserRoleTypeCode

func (*ChangeUserRoleRequest) GetWillChangeUserUUID added in v0.4.9

func (m *ChangeUserRoleRequest) GetWillChangeUserUUID() string

func (*ChangeUserRoleRequest) ProtoMessage

func (*ChangeUserRoleRequest) ProtoMessage()

func (*ChangeUserRoleRequest) Reset

func (m *ChangeUserRoleRequest) Reset()

func (*ChangeUserRoleRequest) String

func (m *ChangeUserRoleRequest) String() string

func (*ChangeUserRoleRequest) XXX_DiscardUnknown

func (m *ChangeUserRoleRequest) XXX_DiscardUnknown()

func (*ChangeUserRoleRequest) XXX_Marshal

func (m *ChangeUserRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeUserRoleRequest) XXX_Merge

func (m *ChangeUserRoleRequest) XXX_Merge(src proto.Message)

func (*ChangeUserRoleRequest) XXX_Size

func (m *ChangeUserRoleRequest) XXX_Size() int

func (*ChangeUserRoleRequest) XXX_Unmarshal

func (m *ChangeUserRoleRequest) XXX_Unmarshal(b []byte) error

type ChangeUserRoleResponse

type ChangeUserRoleResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ChangeUserRoleResponse) Descriptor

func (*ChangeUserRoleResponse) Descriptor() ([]byte, []int)

func (*ChangeUserRoleResponse) GetStatus

func (m *ChangeUserRoleResponse) GetStatus() *ResponseStatus

func (*ChangeUserRoleResponse) ProtoMessage

func (*ChangeUserRoleResponse) ProtoMessage()

func (*ChangeUserRoleResponse) Reset

func (m *ChangeUserRoleResponse) Reset()

func (*ChangeUserRoleResponse) String

func (m *ChangeUserRoleResponse) String() string

func (*ChangeUserRoleResponse) XXX_DiscardUnknown

func (m *ChangeUserRoleResponse) XXX_DiscardUnknown()

func (*ChangeUserRoleResponse) XXX_Marshal

func (m *ChangeUserRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeUserRoleResponse) XXX_Merge

func (m *ChangeUserRoleResponse) XXX_Merge(src proto.Message)

func (*ChangeUserRoleResponse) XXX_Size

func (m *ChangeUserRoleResponse) XXX_Size() int

func (*ChangeUserRoleResponse) XXX_Unmarshal

func (m *ChangeUserRoleResponse) XXX_Unmarshal(b []byte) error

type ChapterServiceClient

ChapterServiceClient is the client API for ChapterService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewChapterServiceClient

func NewChapterServiceClient(cc *grpc.ClientConn) ChapterServiceClient

type ClassStructServiceClient

ClassStructServiceClient is the client API for ClassStructService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClassStructServiceClient

func NewClassStructServiceClient(cc *grpc.ClientConn) ClassStructServiceClient

type CollegeStructServiceClient

type CollegeStructServiceClient interface {
	GetCollege(ctx context.Context, in *GetCollegeRequest, opts ...grpc.CallOption) (*GetCollegeResponse, error)
	ListCollege(ctx context.Context, in *ListCollegeRequest, opts ...grpc.CallOption) (*ListCollegeResponse, error)
	CreateCollege(ctx context.Context, in *CreateCollegeRequest, opts ...grpc.CallOption) (*CreateCollegeResponse, error)
	DeleteCollege(ctx context.Context, in *DeleteCollegeRequest, opts ...grpc.CallOption) (*DeleteCollegeResponse, error)
	SetCollegeManager(ctx context.Context, in *SetCollegeManagerRequest, opts ...grpc.CallOption) (*SetCollegeManagerResponse, error)
	UnSetCollegeManager(ctx context.Context, in *UnSetCollegeManagerRequest, opts ...grpc.CallOption) (*UnSetCollegeManagerResponse, error)
	UpdateCollege(ctx context.Context, in *UpdateCollegeRequest, opts ...grpc.CallOption) (*UpdateCollegeResponse, error)
}

CollegeStructServiceClient is the client API for CollegeStructService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCollegeStructServiceClient

func NewCollegeStructServiceClient(cc *grpc.ClientConn) CollegeStructServiceClient

type CollegeStructServiceServer

CollegeStructServiceServer is the server API for CollegeStructService service.

type CourseServiceClient

CourseServiceClient is the client API for CourseService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCourseServiceClient

func NewCourseServiceClient(cc *grpc.ClientConn) CourseServiceClient

type CreateChapterRequest

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 (*CreateChapterRequest) Descriptor

func (*CreateChapterRequest) Descriptor() ([]byte, []int)

func (*CreateChapterRequest) GetAuthToken

func (m *CreateChapterRequest) GetAuthToken() string

func (*CreateChapterRequest) GetCourseUUID

func (m *CreateChapterRequest) GetCourseUUID() string

func (*CreateChapterRequest) GetDescription

func (m *CreateChapterRequest) GetDescription() string

func (*CreateChapterRequest) GetIndex added in v0.4.5

func (m *CreateChapterRequest) GetIndex() int32

func (*CreateChapterRequest) GetManagerUUID

func (m *CreateChapterRequest) GetManagerUUID() string

func (*CreateChapterRequest) GetName

func (m *CreateChapterRequest) GetName() string

func (*CreateChapterRequest) ProtoMessage

func (*CreateChapterRequest) ProtoMessage()

func (*CreateChapterRequest) Reset

func (m *CreateChapterRequest) Reset()

func (*CreateChapterRequest) String

func (m *CreateChapterRequest) String() string

func (*CreateChapterRequest) XXX_DiscardUnknown

func (m *CreateChapterRequest) XXX_DiscardUnknown()

func (*CreateChapterRequest) XXX_Marshal

func (m *CreateChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateChapterRequest) XXX_Merge

func (m *CreateChapterRequest) XXX_Merge(src proto.Message)

func (*CreateChapterRequest) XXX_Size

func (m *CreateChapterRequest) XXX_Size() int

func (*CreateChapterRequest) XXX_Unmarshal

func (m *CreateChapterRequest) XXX_Unmarshal(b []byte) error

type CreateChapterResponse

type CreateChapterResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateChapterResponse) Descriptor

func (*CreateChapterResponse) Descriptor() ([]byte, []int)

func (*CreateChapterResponse) GetStatus

func (m *CreateChapterResponse) GetStatus() *ResponseStatus

func (*CreateChapterResponse) GetUUID

func (m *CreateChapterResponse) GetUUID() string

func (*CreateChapterResponse) ProtoMessage

func (*CreateChapterResponse) ProtoMessage()

func (*CreateChapterResponse) Reset

func (m *CreateChapterResponse) Reset()

func (*CreateChapterResponse) String

func (m *CreateChapterResponse) String() string

func (*CreateChapterResponse) XXX_DiscardUnknown

func (m *CreateChapterResponse) XXX_DiscardUnknown()

func (*CreateChapterResponse) XXX_Marshal

func (m *CreateChapterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateChapterResponse) XXX_Merge

func (m *CreateChapterResponse) XXX_Merge(src proto.Message)

func (*CreateChapterResponse) XXX_Size

func (m *CreateChapterResponse) XXX_Size() int

func (*CreateChapterResponse) XXX_Unmarshal

func (m *CreateChapterResponse) XXX_Unmarshal(b []byte) error

type CreateClassRequest

type CreateClassRequest 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"`
	DisciplineUUID       string   `protobuf:"bytes,4,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	AuthToken            string   `protobuf:"bytes,5,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateClassRequest) Descriptor

func (*CreateClassRequest) Descriptor() ([]byte, []int)

func (*CreateClassRequest) GetAuthToken

func (m *CreateClassRequest) GetAuthToken() string

func (*CreateClassRequest) GetDescription

func (m *CreateClassRequest) GetDescription() string

func (*CreateClassRequest) GetDisciplineUUID

func (m *CreateClassRequest) GetDisciplineUUID() string

func (*CreateClassRequest) GetManagerUUID

func (m *CreateClassRequest) GetManagerUUID() string

func (*CreateClassRequest) GetName

func (m *CreateClassRequest) GetName() string

func (*CreateClassRequest) ProtoMessage

func (*CreateClassRequest) ProtoMessage()

func (*CreateClassRequest) Reset

func (m *CreateClassRequest) Reset()

func (*CreateClassRequest) String

func (m *CreateClassRequest) String() string

func (*CreateClassRequest) XXX_DiscardUnknown

func (m *CreateClassRequest) XXX_DiscardUnknown()

func (*CreateClassRequest) XXX_Marshal

func (m *CreateClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateClassRequest) XXX_Merge

func (m *CreateClassRequest) XXX_Merge(src proto.Message)

func (*CreateClassRequest) XXX_Size

func (m *CreateClassRequest) XXX_Size() int

func (*CreateClassRequest) XXX_Unmarshal

func (m *CreateClassRequest) XXX_Unmarshal(b []byte) error

type CreateClassResponse

type CreateClassResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateClassResponse) Descriptor

func (*CreateClassResponse) Descriptor() ([]byte, []int)

func (*CreateClassResponse) GetStatus

func (m *CreateClassResponse) GetStatus() *ResponseStatus

func (*CreateClassResponse) GetUUID

func (m *CreateClassResponse) GetUUID() string

func (*CreateClassResponse) ProtoMessage

func (*CreateClassResponse) ProtoMessage()

func (*CreateClassResponse) Reset

func (m *CreateClassResponse) Reset()

func (*CreateClassResponse) String

func (m *CreateClassResponse) String() string

func (*CreateClassResponse) XXX_DiscardUnknown

func (m *CreateClassResponse) XXX_DiscardUnknown()

func (*CreateClassResponse) XXX_Marshal

func (m *CreateClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateClassResponse) XXX_Merge

func (m *CreateClassResponse) XXX_Merge(src proto.Message)

func (*CreateClassResponse) XXX_Size

func (m *CreateClassResponse) XXX_Size() int

func (*CreateClassResponse) XXX_Unmarshal

func (m *CreateClassResponse) XXX_Unmarshal(b []byte) error

type CreateCollegeRequest

type CreateCollegeRequest 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"`
	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 (*CreateCollegeRequest) Descriptor

func (*CreateCollegeRequest) Descriptor() ([]byte, []int)

func (*CreateCollegeRequest) GetAuthToken

func (m *CreateCollegeRequest) GetAuthToken() string

func (*CreateCollegeRequest) GetDescription

func (m *CreateCollegeRequest) GetDescription() string

func (*CreateCollegeRequest) GetManagerUUID

func (m *CreateCollegeRequest) GetManagerUUID() string

func (*CreateCollegeRequest) GetName

func (m *CreateCollegeRequest) GetName() string

func (*CreateCollegeRequest) ProtoMessage

func (*CreateCollegeRequest) ProtoMessage()

func (*CreateCollegeRequest) Reset

func (m *CreateCollegeRequest) Reset()

func (*CreateCollegeRequest) String

func (m *CreateCollegeRequest) String() string

func (*CreateCollegeRequest) XXX_DiscardUnknown

func (m *CreateCollegeRequest) XXX_DiscardUnknown()

func (*CreateCollegeRequest) XXX_Marshal

func (m *CreateCollegeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCollegeRequest) XXX_Merge

func (m *CreateCollegeRequest) XXX_Merge(src proto.Message)

func (*CreateCollegeRequest) XXX_Size

func (m *CreateCollegeRequest) XXX_Size() int

func (*CreateCollegeRequest) XXX_Unmarshal

func (m *CreateCollegeRequest) XXX_Unmarshal(b []byte) error

type CreateCollegeResponse

type CreateCollegeResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateCollegeResponse) Descriptor

func (*CreateCollegeResponse) Descriptor() ([]byte, []int)

func (*CreateCollegeResponse) GetStatus

func (m *CreateCollegeResponse) GetStatus() *ResponseStatus

func (*CreateCollegeResponse) GetUUID

func (m *CreateCollegeResponse) GetUUID() string

func (*CreateCollegeResponse) ProtoMessage

func (*CreateCollegeResponse) ProtoMessage()

func (*CreateCollegeResponse) Reset

func (m *CreateCollegeResponse) Reset()

func (*CreateCollegeResponse) String

func (m *CreateCollegeResponse) String() string

func (*CreateCollegeResponse) XXX_DiscardUnknown

func (m *CreateCollegeResponse) XXX_DiscardUnknown()

func (*CreateCollegeResponse) XXX_Marshal

func (m *CreateCollegeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCollegeResponse) XXX_Merge

func (m *CreateCollegeResponse) XXX_Merge(src proto.Message)

func (*CreateCollegeResponse) XXX_Size

func (m *CreateCollegeResponse) XXX_Size() int

func (*CreateCollegeResponse) XXX_Unmarshal

func (m *CreateCollegeResponse) XXX_Unmarshal(b []byte) error

type CreateCourseRequest

type CreateCourseRequest 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"`
	DisciplineUUID       string   `protobuf:"bytes,4,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	AuthToken            string   `protobuf:"bytes,5,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateCourseRequest) Descriptor

func (*CreateCourseRequest) Descriptor() ([]byte, []int)

func (*CreateCourseRequest) GetAuthToken

func (m *CreateCourseRequest) GetAuthToken() string

func (*CreateCourseRequest) GetDescription

func (m *CreateCourseRequest) GetDescription() string

func (*CreateCourseRequest) GetDisciplineUUID

func (m *CreateCourseRequest) GetDisciplineUUID() string

func (*CreateCourseRequest) GetManagerUUID

func (m *CreateCourseRequest) GetManagerUUID() string

func (*CreateCourseRequest) GetName

func (m *CreateCourseRequest) GetName() string

func (*CreateCourseRequest) ProtoMessage

func (*CreateCourseRequest) ProtoMessage()

func (*CreateCourseRequest) Reset

func (m *CreateCourseRequest) Reset()

func (*CreateCourseRequest) String

func (m *CreateCourseRequest) String() string

func (*CreateCourseRequest) XXX_DiscardUnknown

func (m *CreateCourseRequest) XXX_DiscardUnknown()

func (*CreateCourseRequest) XXX_Marshal

func (m *CreateCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCourseRequest) XXX_Merge

func (m *CreateCourseRequest) XXX_Merge(src proto.Message)

func (*CreateCourseRequest) XXX_Size

func (m *CreateCourseRequest) XXX_Size() int

func (*CreateCourseRequest) XXX_Unmarshal

func (m *CreateCourseRequest) XXX_Unmarshal(b []byte) error

type CreateCourseResponse

type CreateCourseResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateCourseResponse) Descriptor

func (*CreateCourseResponse) Descriptor() ([]byte, []int)

func (*CreateCourseResponse) GetStatus

func (m *CreateCourseResponse) GetStatus() *ResponseStatus

func (*CreateCourseResponse) GetUUID

func (m *CreateCourseResponse) GetUUID() string

func (*CreateCourseResponse) ProtoMessage

func (*CreateCourseResponse) ProtoMessage()

func (*CreateCourseResponse) Reset

func (m *CreateCourseResponse) Reset()

func (*CreateCourseResponse) String

func (m *CreateCourseResponse) String() string

func (*CreateCourseResponse) XXX_DiscardUnknown

func (m *CreateCourseResponse) XXX_DiscardUnknown()

func (*CreateCourseResponse) XXX_Marshal

func (m *CreateCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCourseResponse) XXX_Merge

func (m *CreateCourseResponse) XXX_Merge(src proto.Message)

func (*CreateCourseResponse) XXX_Size

func (m *CreateCourseResponse) XXX_Size() int

func (*CreateCourseResponse) XXX_Unmarshal

func (m *CreateCourseResponse) XXX_Unmarshal(b []byte) error

type CreateDisciplineRequest

type CreateDisciplineRequest 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"`
	CollegeUUID          string   `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	AuthToken            string   `protobuf:"bytes,5,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDisciplineRequest) Descriptor

func (*CreateDisciplineRequest) Descriptor() ([]byte, []int)

func (*CreateDisciplineRequest) GetAuthToken

func (m *CreateDisciplineRequest) GetAuthToken() string

func (*CreateDisciplineRequest) GetCollegeUUID

func (m *CreateDisciplineRequest) GetCollegeUUID() string

func (*CreateDisciplineRequest) GetDescription

func (m *CreateDisciplineRequest) GetDescription() string

func (*CreateDisciplineRequest) GetManagerUUID

func (m *CreateDisciplineRequest) GetManagerUUID() string

func (*CreateDisciplineRequest) GetName

func (m *CreateDisciplineRequest) GetName() string

func (*CreateDisciplineRequest) ProtoMessage

func (*CreateDisciplineRequest) ProtoMessage()

func (*CreateDisciplineRequest) Reset

func (m *CreateDisciplineRequest) Reset()

func (*CreateDisciplineRequest) String

func (m *CreateDisciplineRequest) String() string

func (*CreateDisciplineRequest) XXX_DiscardUnknown

func (m *CreateDisciplineRequest) XXX_DiscardUnknown()

func (*CreateDisciplineRequest) XXX_Marshal

func (m *CreateDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDisciplineRequest) XXX_Merge

func (m *CreateDisciplineRequest) XXX_Merge(src proto.Message)

func (*CreateDisciplineRequest) XXX_Size

func (m *CreateDisciplineRequest) XXX_Size() int

func (*CreateDisciplineRequest) XXX_Unmarshal

func (m *CreateDisciplineRequest) XXX_Unmarshal(b []byte) error

type CreateDisciplineResponse

type CreateDisciplineResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateDisciplineResponse) Descriptor

func (*CreateDisciplineResponse) Descriptor() ([]byte, []int)

func (*CreateDisciplineResponse) GetStatus

func (m *CreateDisciplineResponse) GetStatus() *ResponseStatus

func (*CreateDisciplineResponse) GetUUID

func (m *CreateDisciplineResponse) GetUUID() string

func (*CreateDisciplineResponse) ProtoMessage

func (*CreateDisciplineResponse) ProtoMessage()

func (*CreateDisciplineResponse) Reset

func (m *CreateDisciplineResponse) Reset()

func (*CreateDisciplineResponse) String

func (m *CreateDisciplineResponse) String() string

func (*CreateDisciplineResponse) XXX_DiscardUnknown

func (m *CreateDisciplineResponse) XXX_DiscardUnknown()

func (*CreateDisciplineResponse) XXX_Marshal

func (m *CreateDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDisciplineResponse) XXX_Merge

func (m *CreateDisciplineResponse) XXX_Merge(src proto.Message)

func (*CreateDisciplineResponse) XXX_Size

func (m *CreateDisciplineResponse) XXX_Size() int

func (*CreateDisciplineResponse) XXX_Unmarshal

func (m *CreateDisciplineResponse) XXX_Unmarshal(b []byte) error

type CreateQuestionBankRequest

type CreateQuestionBankRequest 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"`
	AuthToken            string   `protobuf:"bytes,5,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateQuestionBankRequest) Descriptor

func (*CreateQuestionBankRequest) Descriptor() ([]byte, []int)

func (*CreateQuestionBankRequest) GetAuthToken

func (m *CreateQuestionBankRequest) GetAuthToken() string

func (*CreateQuestionBankRequest) GetCourseUUID

func (m *CreateQuestionBankRequest) GetCourseUUID() string

func (*CreateQuestionBankRequest) GetDescription

func (m *CreateQuestionBankRequest) GetDescription() string

func (*CreateQuestionBankRequest) GetManagerUUID

func (m *CreateQuestionBankRequest) GetManagerUUID() string

func (*CreateQuestionBankRequest) GetName

func (m *CreateQuestionBankRequest) GetName() string

func (*CreateQuestionBankRequest) ProtoMessage

func (*CreateQuestionBankRequest) ProtoMessage()

func (*CreateQuestionBankRequest) Reset

func (m *CreateQuestionBankRequest) Reset()

func (*CreateQuestionBankRequest) String

func (m *CreateQuestionBankRequest) String() string

func (*CreateQuestionBankRequest) XXX_DiscardUnknown

func (m *CreateQuestionBankRequest) XXX_DiscardUnknown()

func (*CreateQuestionBankRequest) XXX_Marshal

func (m *CreateQuestionBankRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateQuestionBankRequest) XXX_Merge

func (m *CreateQuestionBankRequest) XXX_Merge(src proto.Message)

func (*CreateQuestionBankRequest) XXX_Size

func (m *CreateQuestionBankRequest) XXX_Size() int

func (*CreateQuestionBankRequest) XXX_Unmarshal

func (m *CreateQuestionBankRequest) XXX_Unmarshal(b []byte) error

type CreateQuestionBankResponse

type CreateQuestionBankResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateQuestionBankResponse) Descriptor

func (*CreateQuestionBankResponse) Descriptor() ([]byte, []int)

func (*CreateQuestionBankResponse) GetStatus

func (*CreateQuestionBankResponse) GetUUID

func (m *CreateQuestionBankResponse) GetUUID() string

func (*CreateQuestionBankResponse) ProtoMessage

func (*CreateQuestionBankResponse) ProtoMessage()

func (*CreateQuestionBankResponse) Reset

func (m *CreateQuestionBankResponse) Reset()

func (*CreateQuestionBankResponse) String

func (m *CreateQuestionBankResponse) String() string

func (*CreateQuestionBankResponse) XXX_DiscardUnknown

func (m *CreateQuestionBankResponse) XXX_DiscardUnknown()

func (*CreateQuestionBankResponse) XXX_Marshal

func (m *CreateQuestionBankResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateQuestionBankResponse) XXX_Merge

func (m *CreateQuestionBankResponse) XXX_Merge(src proto.Message)

func (*CreateQuestionBankResponse) XXX_Size

func (m *CreateQuestionBankResponse) XXX_Size() int

func (*CreateQuestionBankResponse) XXX_Unmarshal

func (m *CreateQuestionBankResponse) XXX_Unmarshal(b []byte) error

type CreateQuestionRequest

type CreateQuestionRequest struct {
	Question             *QuestionInfoUnit `protobuf:"bytes,1,opt,name=Question,proto3" json:"Question,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 (*CreateQuestionRequest) Descriptor

func (*CreateQuestionRequest) Descriptor() ([]byte, []int)

func (*CreateQuestionRequest) GetAuthToken

func (m *CreateQuestionRequest) GetAuthToken() string

func (*CreateQuestionRequest) GetQuestion

func (m *CreateQuestionRequest) GetQuestion() *QuestionInfoUnit

func (*CreateQuestionRequest) ProtoMessage

func (*CreateQuestionRequest) ProtoMessage()

func (*CreateQuestionRequest) Reset

func (m *CreateQuestionRequest) Reset()

func (*CreateQuestionRequest) String

func (m *CreateQuestionRequest) String() string

func (*CreateQuestionRequest) XXX_DiscardUnknown

func (m *CreateQuestionRequest) XXX_DiscardUnknown()

func (*CreateQuestionRequest) XXX_Marshal

func (m *CreateQuestionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateQuestionRequest) XXX_Merge

func (m *CreateQuestionRequest) XXX_Merge(src proto.Message)

func (*CreateQuestionRequest) XXX_Size

func (m *CreateQuestionRequest) XXX_Size() int

func (*CreateQuestionRequest) XXX_Unmarshal

func (m *CreateQuestionRequest) XXX_Unmarshal(b []byte) error

type CreateQuestionResponse

type CreateQuestionResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateQuestionResponse) Descriptor

func (*CreateQuestionResponse) Descriptor() ([]byte, []int)

func (*CreateQuestionResponse) GetStatus

func (m *CreateQuestionResponse) GetStatus() *ResponseStatus

func (*CreateQuestionResponse) GetUUID

func (m *CreateQuestionResponse) GetUUID() string

func (*CreateQuestionResponse) ProtoMessage

func (*CreateQuestionResponse) ProtoMessage()

func (*CreateQuestionResponse) Reset

func (m *CreateQuestionResponse) Reset()

func (*CreateQuestionResponse) String

func (m *CreateQuestionResponse) String() string

func (*CreateQuestionResponse) XXX_DiscardUnknown

func (m *CreateQuestionResponse) XXX_DiscardUnknown()

func (*CreateQuestionResponse) XXX_Marshal

func (m *CreateQuestionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateQuestionResponse) XXX_Merge

func (m *CreateQuestionResponse) XXX_Merge(src proto.Message)

func (*CreateQuestionResponse) XXX_Size

func (m *CreateQuestionResponse) XXX_Size() int

func (*CreateQuestionResponse) XXX_Unmarshal

func (m *CreateQuestionResponse) XXX_Unmarshal(b []byte) error

type DeleteChapterRequest

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 (*DeleteChapterRequest) Descriptor

func (*DeleteChapterRequest) Descriptor() ([]byte, []int)

func (*DeleteChapterRequest) GetAuthToken

func (m *DeleteChapterRequest) GetAuthToken() string

func (*DeleteChapterRequest) GetWillDeleteUUID

func (m *DeleteChapterRequest) GetWillDeleteUUID() string

func (*DeleteChapterRequest) ProtoMessage

func (*DeleteChapterRequest) ProtoMessage()

func (*DeleteChapterRequest) Reset

func (m *DeleteChapterRequest) Reset()

func (*DeleteChapterRequest) String

func (m *DeleteChapterRequest) String() string

func (*DeleteChapterRequest) XXX_DiscardUnknown

func (m *DeleteChapterRequest) XXX_DiscardUnknown()

func (*DeleteChapterRequest) XXX_Marshal

func (m *DeleteChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteChapterRequest) XXX_Merge

func (m *DeleteChapterRequest) XXX_Merge(src proto.Message)

func (*DeleteChapterRequest) XXX_Size

func (m *DeleteChapterRequest) XXX_Size() int

func (*DeleteChapterRequest) XXX_Unmarshal

func (m *DeleteChapterRequest) XXX_Unmarshal(b []byte) error

type DeleteChapterResponse

type DeleteChapterResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteChapterResponse) Descriptor

func (*DeleteChapterResponse) Descriptor() ([]byte, []int)

func (*DeleteChapterResponse) GetStatus

func (m *DeleteChapterResponse) GetStatus() *ResponseStatus

func (*DeleteChapterResponse) ProtoMessage

func (*DeleteChapterResponse) ProtoMessage()

func (*DeleteChapterResponse) Reset

func (m *DeleteChapterResponse) Reset()

func (*DeleteChapterResponse) String

func (m *DeleteChapterResponse) String() string

func (*DeleteChapterResponse) XXX_DiscardUnknown

func (m *DeleteChapterResponse) XXX_DiscardUnknown()

func (*DeleteChapterResponse) XXX_Marshal

func (m *DeleteChapterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteChapterResponse) XXX_Merge

func (m *DeleteChapterResponse) XXX_Merge(src proto.Message)

func (*DeleteChapterResponse) XXX_Size

func (m *DeleteChapterResponse) XXX_Size() int

func (*DeleteChapterResponse) XXX_Unmarshal

func (m *DeleteChapterResponse) XXX_Unmarshal(b []byte) error

type DeleteClassRequest

type DeleteClassRequest 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 (*DeleteClassRequest) Descriptor

func (*DeleteClassRequest) Descriptor() ([]byte, []int)

func (*DeleteClassRequest) GetAuthToken

func (m *DeleteClassRequest) GetAuthToken() string

func (*DeleteClassRequest) GetWillDeleteUUID

func (m *DeleteClassRequest) GetWillDeleteUUID() string

func (*DeleteClassRequest) ProtoMessage

func (*DeleteClassRequest) ProtoMessage()

func (*DeleteClassRequest) Reset

func (m *DeleteClassRequest) Reset()

func (*DeleteClassRequest) String

func (m *DeleteClassRequest) String() string

func (*DeleteClassRequest) XXX_DiscardUnknown

func (m *DeleteClassRequest) XXX_DiscardUnknown()

func (*DeleteClassRequest) XXX_Marshal

func (m *DeleteClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteClassRequest) XXX_Merge

func (m *DeleteClassRequest) XXX_Merge(src proto.Message)

func (*DeleteClassRequest) XXX_Size

func (m *DeleteClassRequest) XXX_Size() int

func (*DeleteClassRequest) XXX_Unmarshal

func (m *DeleteClassRequest) XXX_Unmarshal(b []byte) error

type DeleteClassResponse

type DeleteClassResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteClassResponse) Descriptor

func (*DeleteClassResponse) Descriptor() ([]byte, []int)

func (*DeleteClassResponse) GetStatus

func (m *DeleteClassResponse) GetStatus() *ResponseStatus

func (*DeleteClassResponse) ProtoMessage

func (*DeleteClassResponse) ProtoMessage()

func (*DeleteClassResponse) Reset

func (m *DeleteClassResponse) Reset()

func (*DeleteClassResponse) String

func (m *DeleteClassResponse) String() string

func (*DeleteClassResponse) XXX_DiscardUnknown

func (m *DeleteClassResponse) XXX_DiscardUnknown()

func (*DeleteClassResponse) XXX_Marshal

func (m *DeleteClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteClassResponse) XXX_Merge

func (m *DeleteClassResponse) XXX_Merge(src proto.Message)

func (*DeleteClassResponse) XXX_Size

func (m *DeleteClassResponse) XXX_Size() int

func (*DeleteClassResponse) XXX_Unmarshal

func (m *DeleteClassResponse) XXX_Unmarshal(b []byte) error

type DeleteCollegeRequest

type DeleteCollegeRequest 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 (*DeleteCollegeRequest) Descriptor

func (*DeleteCollegeRequest) Descriptor() ([]byte, []int)

func (*DeleteCollegeRequest) GetAuthToken

func (m *DeleteCollegeRequest) GetAuthToken() string

func (*DeleteCollegeRequest) GetWillDeleteUUID

func (m *DeleteCollegeRequest) GetWillDeleteUUID() string

func (*DeleteCollegeRequest) ProtoMessage

func (*DeleteCollegeRequest) ProtoMessage()

func (*DeleteCollegeRequest) Reset

func (m *DeleteCollegeRequest) Reset()

func (*DeleteCollegeRequest) String

func (m *DeleteCollegeRequest) String() string

func (*DeleteCollegeRequest) XXX_DiscardUnknown

func (m *DeleteCollegeRequest) XXX_DiscardUnknown()

func (*DeleteCollegeRequest) XXX_Marshal

func (m *DeleteCollegeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCollegeRequest) XXX_Merge

func (m *DeleteCollegeRequest) XXX_Merge(src proto.Message)

func (*DeleteCollegeRequest) XXX_Size

func (m *DeleteCollegeRequest) XXX_Size() int

func (*DeleteCollegeRequest) XXX_Unmarshal

func (m *DeleteCollegeRequest) XXX_Unmarshal(b []byte) error

type DeleteCollegeResponse

type DeleteCollegeResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteCollegeResponse) Descriptor

func (*DeleteCollegeResponse) Descriptor() ([]byte, []int)

func (*DeleteCollegeResponse) GetStatus

func (m *DeleteCollegeResponse) GetStatus() *ResponseStatus

func (*DeleteCollegeResponse) ProtoMessage

func (*DeleteCollegeResponse) ProtoMessage()

func (*DeleteCollegeResponse) Reset

func (m *DeleteCollegeResponse) Reset()

func (*DeleteCollegeResponse) String

func (m *DeleteCollegeResponse) String() string

func (*DeleteCollegeResponse) XXX_DiscardUnknown

func (m *DeleteCollegeResponse) XXX_DiscardUnknown()

func (*DeleteCollegeResponse) XXX_Marshal

func (m *DeleteCollegeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCollegeResponse) XXX_Merge

func (m *DeleteCollegeResponse) XXX_Merge(src proto.Message)

func (*DeleteCollegeResponse) XXX_Size

func (m *DeleteCollegeResponse) XXX_Size() int

func (*DeleteCollegeResponse) XXX_Unmarshal

func (m *DeleteCollegeResponse) XXX_Unmarshal(b []byte) error

type DeleteCourseRequest

type DeleteCourseRequest 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 (*DeleteCourseRequest) Descriptor

func (*DeleteCourseRequest) Descriptor() ([]byte, []int)

func (*DeleteCourseRequest) GetAuthToken

func (m *DeleteCourseRequest) GetAuthToken() string

func (*DeleteCourseRequest) GetWillDeleteUUID

func (m *DeleteCourseRequest) GetWillDeleteUUID() string

func (*DeleteCourseRequest) ProtoMessage

func (*DeleteCourseRequest) ProtoMessage()

func (*DeleteCourseRequest) Reset

func (m *DeleteCourseRequest) Reset()

func (*DeleteCourseRequest) String

func (m *DeleteCourseRequest) String() string

func (*DeleteCourseRequest) XXX_DiscardUnknown

func (m *DeleteCourseRequest) XXX_DiscardUnknown()

func (*DeleteCourseRequest) XXX_Marshal

func (m *DeleteCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCourseRequest) XXX_Merge

func (m *DeleteCourseRequest) XXX_Merge(src proto.Message)

func (*DeleteCourseRequest) XXX_Size

func (m *DeleteCourseRequest) XXX_Size() int

func (*DeleteCourseRequest) XXX_Unmarshal

func (m *DeleteCourseRequest) XXX_Unmarshal(b []byte) error

type DeleteCourseResponse

type DeleteCourseResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteCourseResponse) Descriptor

func (*DeleteCourseResponse) Descriptor() ([]byte, []int)

func (*DeleteCourseResponse) GetStatus

func (m *DeleteCourseResponse) GetStatus() *ResponseStatus

func (*DeleteCourseResponse) ProtoMessage

func (*DeleteCourseResponse) ProtoMessage()

func (*DeleteCourseResponse) Reset

func (m *DeleteCourseResponse) Reset()

func (*DeleteCourseResponse) String

func (m *DeleteCourseResponse) String() string

func (*DeleteCourseResponse) XXX_DiscardUnknown

func (m *DeleteCourseResponse) XXX_DiscardUnknown()

func (*DeleteCourseResponse) XXX_Marshal

func (m *DeleteCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCourseResponse) XXX_Merge

func (m *DeleteCourseResponse) XXX_Merge(src proto.Message)

func (*DeleteCourseResponse) XXX_Size

func (m *DeleteCourseResponse) XXX_Size() int

func (*DeleteCourseResponse) XXX_Unmarshal

func (m *DeleteCourseResponse) XXX_Unmarshal(b []byte) error

type DeleteDisciplineRequest

type DeleteDisciplineRequest 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 (*DeleteDisciplineRequest) Descriptor

func (*DeleteDisciplineRequest) Descriptor() ([]byte, []int)

func (*DeleteDisciplineRequest) GetAuthToken

func (m *DeleteDisciplineRequest) GetAuthToken() string

func (*DeleteDisciplineRequest) GetWillDeleteUUID

func (m *DeleteDisciplineRequest) GetWillDeleteUUID() string

func (*DeleteDisciplineRequest) ProtoMessage

func (*DeleteDisciplineRequest) ProtoMessage()

func (*DeleteDisciplineRequest) Reset

func (m *DeleteDisciplineRequest) Reset()

func (*DeleteDisciplineRequest) String

func (m *DeleteDisciplineRequest) String() string

func (*DeleteDisciplineRequest) XXX_DiscardUnknown

func (m *DeleteDisciplineRequest) XXX_DiscardUnknown()

func (*DeleteDisciplineRequest) XXX_Marshal

func (m *DeleteDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDisciplineRequest) XXX_Merge

func (m *DeleteDisciplineRequest) XXX_Merge(src proto.Message)

func (*DeleteDisciplineRequest) XXX_Size

func (m *DeleteDisciplineRequest) XXX_Size() int

func (*DeleteDisciplineRequest) XXX_Unmarshal

func (m *DeleteDisciplineRequest) XXX_Unmarshal(b []byte) error

type DeleteDisciplineResponse

type DeleteDisciplineResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteDisciplineResponse) Descriptor

func (*DeleteDisciplineResponse) Descriptor() ([]byte, []int)

func (*DeleteDisciplineResponse) GetStatus

func (m *DeleteDisciplineResponse) GetStatus() *ResponseStatus

func (*DeleteDisciplineResponse) ProtoMessage

func (*DeleteDisciplineResponse) ProtoMessage()

func (*DeleteDisciplineResponse) Reset

func (m *DeleteDisciplineResponse) Reset()

func (*DeleteDisciplineResponse) String

func (m *DeleteDisciplineResponse) String() string

func (*DeleteDisciplineResponse) XXX_DiscardUnknown

func (m *DeleteDisciplineResponse) XXX_DiscardUnknown()

func (*DeleteDisciplineResponse) XXX_Marshal

func (m *DeleteDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDisciplineResponse) XXX_Merge

func (m *DeleteDisciplineResponse) XXX_Merge(src proto.Message)

func (*DeleteDisciplineResponse) XXX_Size

func (m *DeleteDisciplineResponse) XXX_Size() int

func (*DeleteDisciplineResponse) XXX_Unmarshal

func (m *DeleteDisciplineResponse) XXX_Unmarshal(b []byte) error

type DeleteQuestionBankRequest

type DeleteQuestionBankRequest 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 (*DeleteQuestionBankRequest) Descriptor

func (*DeleteQuestionBankRequest) Descriptor() ([]byte, []int)

func (*DeleteQuestionBankRequest) GetAuthToken

func (m *DeleteQuestionBankRequest) GetAuthToken() string

func (*DeleteQuestionBankRequest) GetWillDeleteUUID

func (m *DeleteQuestionBankRequest) GetWillDeleteUUID() string

func (*DeleteQuestionBankRequest) ProtoMessage

func (*DeleteQuestionBankRequest) ProtoMessage()

func (*DeleteQuestionBankRequest) Reset

func (m *DeleteQuestionBankRequest) Reset()

func (*DeleteQuestionBankRequest) String

func (m *DeleteQuestionBankRequest) String() string

func (*DeleteQuestionBankRequest) XXX_DiscardUnknown

func (m *DeleteQuestionBankRequest) XXX_DiscardUnknown()

func (*DeleteQuestionBankRequest) XXX_Marshal

func (m *DeleteQuestionBankRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteQuestionBankRequest) XXX_Merge

func (m *DeleteQuestionBankRequest) XXX_Merge(src proto.Message)

func (*DeleteQuestionBankRequest) XXX_Size

func (m *DeleteQuestionBankRequest) XXX_Size() int

func (*DeleteQuestionBankRequest) XXX_Unmarshal

func (m *DeleteQuestionBankRequest) XXX_Unmarshal(b []byte) error

type DeleteQuestionBankResponse

type DeleteQuestionBankResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteQuestionBankResponse) Descriptor

func (*DeleteQuestionBankResponse) Descriptor() ([]byte, []int)

func (*DeleteQuestionBankResponse) GetStatus

func (*DeleteQuestionBankResponse) ProtoMessage

func (*DeleteQuestionBankResponse) ProtoMessage()

func (*DeleteQuestionBankResponse) Reset

func (m *DeleteQuestionBankResponse) Reset()

func (*DeleteQuestionBankResponse) String

func (m *DeleteQuestionBankResponse) String() string

func (*DeleteQuestionBankResponse) XXX_DiscardUnknown

func (m *DeleteQuestionBankResponse) XXX_DiscardUnknown()

func (*DeleteQuestionBankResponse) XXX_Marshal

func (m *DeleteQuestionBankResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteQuestionBankResponse) XXX_Merge

func (m *DeleteQuestionBankResponse) XXX_Merge(src proto.Message)

func (*DeleteQuestionBankResponse) XXX_Size

func (m *DeleteQuestionBankResponse) XXX_Size() int

func (*DeleteQuestionBankResponse) XXX_Unmarshal

func (m *DeleteQuestionBankResponse) XXX_Unmarshal(b []byte) error

type DeleteQuestionRequest

type DeleteQuestionRequest 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 (*DeleteQuestionRequest) Descriptor

func (*DeleteQuestionRequest) Descriptor() ([]byte, []int)

func (*DeleteQuestionRequest) GetAuthToken

func (m *DeleteQuestionRequest) GetAuthToken() string

func (*DeleteQuestionRequest) GetWillDeleteUUID

func (m *DeleteQuestionRequest) GetWillDeleteUUID() string

func (*DeleteQuestionRequest) ProtoMessage

func (*DeleteQuestionRequest) ProtoMessage()

func (*DeleteQuestionRequest) Reset

func (m *DeleteQuestionRequest) Reset()

func (*DeleteQuestionRequest) String

func (m *DeleteQuestionRequest) String() string

func (*DeleteQuestionRequest) XXX_DiscardUnknown

func (m *DeleteQuestionRequest) XXX_DiscardUnknown()

func (*DeleteQuestionRequest) XXX_Marshal

func (m *DeleteQuestionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteQuestionRequest) XXX_Merge

func (m *DeleteQuestionRequest) XXX_Merge(src proto.Message)

func (*DeleteQuestionRequest) XXX_Size

func (m *DeleteQuestionRequest) XXX_Size() int

func (*DeleteQuestionRequest) XXX_Unmarshal

func (m *DeleteQuestionRequest) XXX_Unmarshal(b []byte) error

type DeleteQuestionResponse

type DeleteQuestionResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteQuestionResponse) Descriptor

func (*DeleteQuestionResponse) Descriptor() ([]byte, []int)

func (*DeleteQuestionResponse) GetStatus

func (m *DeleteQuestionResponse) GetStatus() *ResponseStatus

func (*DeleteQuestionResponse) ProtoMessage

func (*DeleteQuestionResponse) ProtoMessage()

func (*DeleteQuestionResponse) Reset

func (m *DeleteQuestionResponse) Reset()

func (*DeleteQuestionResponse) String

func (m *DeleteQuestionResponse) String() string

func (*DeleteQuestionResponse) XXX_DiscardUnknown

func (m *DeleteQuestionResponse) XXX_DiscardUnknown()

func (*DeleteQuestionResponse) XXX_Marshal

func (m *DeleteQuestionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteQuestionResponse) XXX_Merge

func (m *DeleteQuestionResponse) XXX_Merge(src proto.Message)

func (*DeleteQuestionResponse) XXX_Size

func (m *DeleteQuestionResponse) XXX_Size() int

func (*DeleteQuestionResponse) XXX_Unmarshal

func (m *DeleteQuestionResponse) XXX_Unmarshal(b []byte) error

type DeleteUserRequest

type DeleteUserRequest 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 (*DeleteUserRequest) Descriptor

func (*DeleteUserRequest) Descriptor() ([]byte, []int)

func (*DeleteUserRequest) GetAuthToken

func (m *DeleteUserRequest) GetAuthToken() string

func (*DeleteUserRequest) GetWillDeleteUUID

func (m *DeleteUserRequest) GetWillDeleteUUID() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) Reset

func (m *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (m *DeleteUserRequest) String() string

func (*DeleteUserRequest) XXX_DiscardUnknown

func (m *DeleteUserRequest) XXX_DiscardUnknown()

func (*DeleteUserRequest) XXX_Marshal

func (m *DeleteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteUserRequest) XXX_Merge

func (m *DeleteUserRequest) XXX_Merge(src proto.Message)

func (*DeleteUserRequest) XXX_Size

func (m *DeleteUserRequest) XXX_Size() int

func (*DeleteUserRequest) XXX_Unmarshal

func (m *DeleteUserRequest) XXX_Unmarshal(b []byte) error

type DeleteUserResponse

type DeleteUserResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*DeleteUserResponse) Descriptor

func (*DeleteUserResponse) Descriptor() ([]byte, []int)

func (*DeleteUserResponse) GetStatus

func (m *DeleteUserResponse) GetStatus() *ResponseStatus

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) Reset

func (m *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (m *DeleteUserResponse) String() string

func (*DeleteUserResponse) XXX_DiscardUnknown

func (m *DeleteUserResponse) XXX_DiscardUnknown()

func (*DeleteUserResponse) XXX_Marshal

func (m *DeleteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteUserResponse) XXX_Merge

func (m *DeleteUserResponse) XXX_Merge(src proto.Message)

func (*DeleteUserResponse) XXX_Size

func (m *DeleteUserResponse) XXX_Size() int

func (*DeleteUserResponse) XXX_Unmarshal

func (m *DeleteUserResponse) XXX_Unmarshal(b []byte) error

type DisciplineStructServiceClient

DisciplineStructServiceClient is the client API for DisciplineStructService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDisciplineStructServiceClient

func NewDisciplineStructServiceClient(cc *grpc.ClientConn) DisciplineStructServiceClient

type FrozenAccountRequest

type FrozenAccountRequest struct {
	WillFrozenUUID       string   `protobuf:"bytes,1,opt,name=WillFrozenUUID,proto3" json:"WillFrozenUUID,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 (*FrozenAccountRequest) Descriptor

func (*FrozenAccountRequest) Descriptor() ([]byte, []int)

func (*FrozenAccountRequest) GetAuthToken

func (m *FrozenAccountRequest) GetAuthToken() string

func (*FrozenAccountRequest) GetWillFrozenUUID

func (m *FrozenAccountRequest) GetWillFrozenUUID() string

func (*FrozenAccountRequest) ProtoMessage

func (*FrozenAccountRequest) ProtoMessage()

func (*FrozenAccountRequest) Reset

func (m *FrozenAccountRequest) Reset()

func (*FrozenAccountRequest) String

func (m *FrozenAccountRequest) String() string

func (*FrozenAccountRequest) XXX_DiscardUnknown

func (m *FrozenAccountRequest) XXX_DiscardUnknown()

func (*FrozenAccountRequest) XXX_Marshal

func (m *FrozenAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FrozenAccountRequest) XXX_Merge

func (m *FrozenAccountRequest) XXX_Merge(src proto.Message)

func (*FrozenAccountRequest) XXX_Size

func (m *FrozenAccountRequest) XXX_Size() int

func (*FrozenAccountRequest) XXX_Unmarshal

func (m *FrozenAccountRequest) XXX_Unmarshal(b []byte) error

type FrozenAccountResponse

type FrozenAccountResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*FrozenAccountResponse) Descriptor

func (*FrozenAccountResponse) Descriptor() ([]byte, []int)

func (*FrozenAccountResponse) GetStatus

func (m *FrozenAccountResponse) GetStatus() *ResponseStatus

func (*FrozenAccountResponse) ProtoMessage

func (*FrozenAccountResponse) ProtoMessage()

func (*FrozenAccountResponse) Reset

func (m *FrozenAccountResponse) Reset()

func (*FrozenAccountResponse) String

func (m *FrozenAccountResponse) String() string

func (*FrozenAccountResponse) XXX_DiscardUnknown

func (m *FrozenAccountResponse) XXX_DiscardUnknown()

func (*FrozenAccountResponse) XXX_Marshal

func (m *FrozenAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FrozenAccountResponse) XXX_Merge

func (m *FrozenAccountResponse) XXX_Merge(src proto.Message)

func (*FrozenAccountResponse) XXX_Size

func (m *FrozenAccountResponse) XXX_Size() int

func (*FrozenAccountResponse) XXX_Unmarshal

func (m *FrozenAccountResponse) XXX_Unmarshal(b []byte) error

type GetChapterRequest

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 (*GetChapterRequest) Descriptor

func (*GetChapterRequest) Descriptor() ([]byte, []int)

func (*GetChapterRequest) GetAuthToken

func (m *GetChapterRequest) GetAuthToken() string

func (*GetChapterRequest) GetChapterUUID

func (m *GetChapterRequest) GetChapterUUID() string

func (*GetChapterRequest) ProtoMessage

func (*GetChapterRequest) ProtoMessage()

func (*GetChapterRequest) Reset

func (m *GetChapterRequest) Reset()

func (*GetChapterRequest) String

func (m *GetChapterRequest) String() string

func (*GetChapterRequest) XXX_DiscardUnknown

func (m *GetChapterRequest) XXX_DiscardUnknown()

func (*GetChapterRequest) XXX_Marshal

func (m *GetChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetChapterRequest) XXX_Merge

func (m *GetChapterRequest) XXX_Merge(src proto.Message)

func (*GetChapterRequest) XXX_Size

func (m *GetChapterRequest) XXX_Size() int

func (*GetChapterRequest) XXX_Unmarshal

func (m *GetChapterRequest) XXX_Unmarshal(b []byte) error

type GetChapterResponse

type GetChapterResponse 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,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	Index                int32           `protobuf:"varint,4,opt,name=Index,proto3" json:"Index,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,5,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetChapterResponse) Descriptor

func (*GetChapterResponse) Descriptor() ([]byte, []int)

func (*GetChapterResponse) GetDescription

func (m *GetChapterResponse) GetDescription() string

func (*GetChapterResponse) GetIndex added in v0.4.5

func (m *GetChapterResponse) GetIndex() int32

func (*GetChapterResponse) GetManagerUUID

func (m *GetChapterResponse) GetManagerUUID() []string

func (*GetChapterResponse) GetName

func (m *GetChapterResponse) GetName() string

func (*GetChapterResponse) GetStatus

func (m *GetChapterResponse) GetStatus() *ResponseStatus

func (*GetChapterResponse) ProtoMessage

func (*GetChapterResponse) ProtoMessage()

func (*GetChapterResponse) Reset

func (m *GetChapterResponse) Reset()

func (*GetChapterResponse) String

func (m *GetChapterResponse) String() string

func (*GetChapterResponse) XXX_DiscardUnknown

func (m *GetChapterResponse) XXX_DiscardUnknown()

func (*GetChapterResponse) XXX_Marshal

func (m *GetChapterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetChapterResponse) XXX_Merge

func (m *GetChapterResponse) XXX_Merge(src proto.Message)

func (*GetChapterResponse) XXX_Size

func (m *GetChapterResponse) XXX_Size() int

func (*GetChapterResponse) XXX_Unmarshal

func (m *GetChapterResponse) XXX_Unmarshal(b []byte) error

type GetClassRequest

type GetClassRequest struct {
	ClassUUID            string   `protobuf:"bytes,1,opt,name=ClassUUID,proto3" json:"ClassUUID,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 (*GetClassRequest) Descriptor

func (*GetClassRequest) Descriptor() ([]byte, []int)

func (*GetClassRequest) GetAuthToken

func (m *GetClassRequest) GetAuthToken() string

func (*GetClassRequest) GetClassUUID

func (m *GetClassRequest) GetClassUUID() string

func (*GetClassRequest) ProtoMessage

func (*GetClassRequest) ProtoMessage()

func (*GetClassRequest) Reset

func (m *GetClassRequest) Reset()

func (*GetClassRequest) String

func (m *GetClassRequest) String() string

func (*GetClassRequest) XXX_DiscardUnknown

func (m *GetClassRequest) XXX_DiscardUnknown()

func (*GetClassRequest) XXX_Marshal

func (m *GetClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClassRequest) XXX_Merge

func (m *GetClassRequest) XXX_Merge(src proto.Message)

func (*GetClassRequest) XXX_Size

func (m *GetClassRequest) XXX_Size() int

func (*GetClassRequest) XXX_Unmarshal

func (m *GetClassRequest) XXX_Unmarshal(b []byte) error

type GetClassResponse

type GetClassResponse 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"`
	CollegeUUID          string          `protobuf:"bytes,3,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	DisciplineUUID       string          `protobuf:"bytes,4,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	ManagerUUID          []string        `protobuf:"bytes,5,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,6,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetClassResponse) Descriptor

func (*GetClassResponse) Descriptor() ([]byte, []int)

func (*GetClassResponse) GetCollegeUUID

func (m *GetClassResponse) GetCollegeUUID() string

func (*GetClassResponse) GetDescription

func (m *GetClassResponse) GetDescription() string

func (*GetClassResponse) GetDisciplineUUID

func (m *GetClassResponse) GetDisciplineUUID() string

func (*GetClassResponse) GetManagerUUID

func (m *GetClassResponse) GetManagerUUID() []string

func (*GetClassResponse) GetName

func (m *GetClassResponse) GetName() string

func (*GetClassResponse) GetStatus

func (m *GetClassResponse) GetStatus() *ResponseStatus

func (*GetClassResponse) ProtoMessage

func (*GetClassResponse) ProtoMessage()

func (*GetClassResponse) Reset

func (m *GetClassResponse) Reset()

func (*GetClassResponse) String

func (m *GetClassResponse) String() string

func (*GetClassResponse) XXX_DiscardUnknown

func (m *GetClassResponse) XXX_DiscardUnknown()

func (*GetClassResponse) XXX_Marshal

func (m *GetClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClassResponse) XXX_Merge

func (m *GetClassResponse) XXX_Merge(src proto.Message)

func (*GetClassResponse) XXX_Size

func (m *GetClassResponse) XXX_Size() int

func (*GetClassResponse) XXX_Unmarshal

func (m *GetClassResponse) XXX_Unmarshal(b []byte) error

type GetCollegeRequest

type GetCollegeRequest struct {
	CollegeUUID          string   `protobuf:"bytes,1,opt,name=CollegeUUID,proto3" json:"CollegeUUID,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 (*GetCollegeRequest) Descriptor

func (*GetCollegeRequest) Descriptor() ([]byte, []int)

func (*GetCollegeRequest) GetAuthToken

func (m *GetCollegeRequest) GetAuthToken() string

func (*GetCollegeRequest) GetCollegeUUID

func (m *GetCollegeRequest) GetCollegeUUID() string

func (*GetCollegeRequest) ProtoMessage

func (*GetCollegeRequest) ProtoMessage()

func (*GetCollegeRequest) Reset

func (m *GetCollegeRequest) Reset()

func (*GetCollegeRequest) String

func (m *GetCollegeRequest) String() string

func (*GetCollegeRequest) XXX_DiscardUnknown

func (m *GetCollegeRequest) XXX_DiscardUnknown()

func (*GetCollegeRequest) XXX_Marshal

func (m *GetCollegeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCollegeRequest) XXX_Merge

func (m *GetCollegeRequest) XXX_Merge(src proto.Message)

func (*GetCollegeRequest) XXX_Size

func (m *GetCollegeRequest) XXX_Size() int

func (*GetCollegeRequest) XXX_Unmarshal

func (m *GetCollegeRequest) XXX_Unmarshal(b []byte) error

type GetCollegeResponse

type GetCollegeResponse 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,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,4,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetCollegeResponse) Descriptor

func (*GetCollegeResponse) Descriptor() ([]byte, []int)

func (*GetCollegeResponse) GetDescription

func (m *GetCollegeResponse) GetDescription() string

func (*GetCollegeResponse) GetManagerUUID

func (m *GetCollegeResponse) GetManagerUUID() []string

func (*GetCollegeResponse) GetName

func (m *GetCollegeResponse) GetName() string

func (*GetCollegeResponse) GetStatus

func (m *GetCollegeResponse) GetStatus() *ResponseStatus

func (*GetCollegeResponse) ProtoMessage

func (*GetCollegeResponse) ProtoMessage()

func (*GetCollegeResponse) Reset

func (m *GetCollegeResponse) Reset()

func (*GetCollegeResponse) String

func (m *GetCollegeResponse) String() string

func (*GetCollegeResponse) XXX_DiscardUnknown

func (m *GetCollegeResponse) XXX_DiscardUnknown()

func (*GetCollegeResponse) XXX_Marshal

func (m *GetCollegeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCollegeResponse) XXX_Merge

func (m *GetCollegeResponse) XXX_Merge(src proto.Message)

func (*GetCollegeResponse) XXX_Size

func (m *GetCollegeResponse) XXX_Size() int

func (*GetCollegeResponse) XXX_Unmarshal

func (m *GetCollegeResponse) XXX_Unmarshal(b []byte) error

type GetContentRequest

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 (*GetContentRequest) Descriptor

func (*GetContentRequest) Descriptor() ([]byte, []int)

func (*GetContentRequest) GetAuthToken

func (m *GetContentRequest) GetAuthToken() string

func (*GetContentRequest) GetChapterUUID

func (m *GetContentRequest) GetChapterUUID() string

func (*GetContentRequest) ProtoMessage

func (*GetContentRequest) ProtoMessage()

func (*GetContentRequest) Reset

func (m *GetContentRequest) Reset()

func (*GetContentRequest) String

func (m *GetContentRequest) String() string

func (*GetContentRequest) XXX_DiscardUnknown

func (m *GetContentRequest) XXX_DiscardUnknown()

func (*GetContentRequest) XXX_Marshal

func (m *GetContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContentRequest) XXX_Merge

func (m *GetContentRequest) XXX_Merge(src proto.Message)

func (*GetContentRequest) XXX_Size

func (m *GetContentRequest) XXX_Size() int

func (*GetContentRequest) XXX_Unmarshal

func (m *GetContentRequest) XXX_Unmarshal(b []byte) error

type GetContentResponse

type GetContentResponse struct {
	MarkdownBase64       string          `protobuf:"bytes,1,opt,name=MarkdownBase64,proto3" json:"MarkdownBase64,omitempty"`
	LastChange           int64           `protobuf:"varint,2,opt,name=LastChange,proto3" json:"LastChange,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,3,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetContentResponse) Descriptor

func (*GetContentResponse) Descriptor() ([]byte, []int)

func (*GetContentResponse) GetLastChange

func (m *GetContentResponse) GetLastChange() int64

func (*GetContentResponse) GetMarkdownBase64

func (m *GetContentResponse) GetMarkdownBase64() string

func (*GetContentResponse) GetStatus

func (m *GetContentResponse) GetStatus() *ResponseStatus

func (*GetContentResponse) ProtoMessage

func (*GetContentResponse) ProtoMessage()

func (*GetContentResponse) Reset

func (m *GetContentResponse) Reset()

func (*GetContentResponse) String

func (m *GetContentResponse) String() string

func (*GetContentResponse) XXX_DiscardUnknown

func (m *GetContentResponse) XXX_DiscardUnknown()

func (*GetContentResponse) XXX_Marshal

func (m *GetContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContentResponse) XXX_Merge

func (m *GetContentResponse) XXX_Merge(src proto.Message)

func (*GetContentResponse) XXX_Size

func (m *GetContentResponse) XXX_Size() int

func (*GetContentResponse) XXX_Unmarshal

func (m *GetContentResponse) XXX_Unmarshal(b []byte) error

type GetCourseRequest

type GetCourseRequest 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 (*GetCourseRequest) Descriptor

func (*GetCourseRequest) Descriptor() ([]byte, []int)

func (*GetCourseRequest) GetAuthToken

func (m *GetCourseRequest) GetAuthToken() string

func (*GetCourseRequest) GetCourseUUID

func (m *GetCourseRequest) GetCourseUUID() string

func (*GetCourseRequest) ProtoMessage

func (*GetCourseRequest) ProtoMessage()

func (*GetCourseRequest) Reset

func (m *GetCourseRequest) Reset()

func (*GetCourseRequest) String

func (m *GetCourseRequest) String() string

func (*GetCourseRequest) XXX_DiscardUnknown

func (m *GetCourseRequest) XXX_DiscardUnknown()

func (*GetCourseRequest) XXX_Marshal

func (m *GetCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCourseRequest) XXX_Merge

func (m *GetCourseRequest) XXX_Merge(src proto.Message)

func (*GetCourseRequest) XXX_Size

func (m *GetCourseRequest) XXX_Size() int

func (*GetCourseRequest) XXX_Unmarshal

func (m *GetCourseRequest) XXX_Unmarshal(b []byte) error

type GetCourseResponse

type GetCourseResponse 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,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	CollegeUUID          string          `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	DisciplineUUID       string          `protobuf:"bytes,5,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,6,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetCourseResponse) Descriptor

func (*GetCourseResponse) Descriptor() ([]byte, []int)

func (*GetCourseResponse) GetCollegeUUID

func (m *GetCourseResponse) GetCollegeUUID() string

func (*GetCourseResponse) GetDescription

func (m *GetCourseResponse) GetDescription() string

func (*GetCourseResponse) GetDisciplineUUID

func (m *GetCourseResponse) GetDisciplineUUID() string

func (*GetCourseResponse) GetManagerUUID

func (m *GetCourseResponse) GetManagerUUID() []string

func (*GetCourseResponse) GetName

func (m *GetCourseResponse) GetName() string

func (*GetCourseResponse) GetStatus

func (m *GetCourseResponse) GetStatus() *ResponseStatus

func (*GetCourseResponse) ProtoMessage

func (*GetCourseResponse) ProtoMessage()

func (*GetCourseResponse) Reset

func (m *GetCourseResponse) Reset()

func (*GetCourseResponse) String

func (m *GetCourseResponse) String() string

func (*GetCourseResponse) XXX_DiscardUnknown

func (m *GetCourseResponse) XXX_DiscardUnknown()

func (*GetCourseResponse) XXX_Marshal

func (m *GetCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCourseResponse) XXX_Merge

func (m *GetCourseResponse) XXX_Merge(src proto.Message)

func (*GetCourseResponse) XXX_Size

func (m *GetCourseResponse) XXX_Size() int

func (*GetCourseResponse) XXX_Unmarshal

func (m *GetCourseResponse) XXX_Unmarshal(b []byte) error

type GetDisciplineRequest

type GetDisciplineRequest struct {
	DisciplineUUID       string   `protobuf:"bytes,1,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,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 (*GetDisciplineRequest) Descriptor

func (*GetDisciplineRequest) Descriptor() ([]byte, []int)

func (*GetDisciplineRequest) GetAuthToken

func (m *GetDisciplineRequest) GetAuthToken() string

func (*GetDisciplineRequest) GetDisciplineUUID

func (m *GetDisciplineRequest) GetDisciplineUUID() string

func (*GetDisciplineRequest) ProtoMessage

func (*GetDisciplineRequest) ProtoMessage()

func (*GetDisciplineRequest) Reset

func (m *GetDisciplineRequest) Reset()

func (*GetDisciplineRequest) String

func (m *GetDisciplineRequest) String() string

func (*GetDisciplineRequest) XXX_DiscardUnknown

func (m *GetDisciplineRequest) XXX_DiscardUnknown()

func (*GetDisciplineRequest) XXX_Marshal

func (m *GetDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDisciplineRequest) XXX_Merge

func (m *GetDisciplineRequest) XXX_Merge(src proto.Message)

func (*GetDisciplineRequest) XXX_Size

func (m *GetDisciplineRequest) XXX_Size() int

func (*GetDisciplineRequest) XXX_Unmarshal

func (m *GetDisciplineRequest) XXX_Unmarshal(b []byte) error

type GetDisciplineResponse

type GetDisciplineResponse 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"`
	CollegeUUID          string          `protobuf:"bytes,3,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	ManagerUUID          []string        `protobuf:"bytes,4,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,5,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetDisciplineResponse) Descriptor

func (*GetDisciplineResponse) Descriptor() ([]byte, []int)

func (*GetDisciplineResponse) GetCollegeUUID

func (m *GetDisciplineResponse) GetCollegeUUID() string

func (*GetDisciplineResponse) GetDescription

func (m *GetDisciplineResponse) GetDescription() string

func (*GetDisciplineResponse) GetManagerUUID

func (m *GetDisciplineResponse) GetManagerUUID() []string

func (*GetDisciplineResponse) GetName

func (m *GetDisciplineResponse) GetName() string

func (*GetDisciplineResponse) GetStatus

func (m *GetDisciplineResponse) GetStatus() *ResponseStatus

func (*GetDisciplineResponse) ProtoMessage

func (*GetDisciplineResponse) ProtoMessage()

func (*GetDisciplineResponse) Reset

func (m *GetDisciplineResponse) Reset()

func (*GetDisciplineResponse) String

func (m *GetDisciplineResponse) String() string

func (*GetDisciplineResponse) XXX_DiscardUnknown

func (m *GetDisciplineResponse) XXX_DiscardUnknown()

func (*GetDisciplineResponse) XXX_Marshal

func (m *GetDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDisciplineResponse) XXX_Merge

func (m *GetDisciplineResponse) XXX_Merge(src proto.Message)

func (*GetDisciplineResponse) XXX_Size

func (m *GetDisciplineResponse) XXX_Size() int

func (*GetDisciplineResponse) XXX_Unmarshal

func (m *GetDisciplineResponse) XXX_Unmarshal(b []byte) error

type GetQuestionBankRequest

type GetQuestionBankRequest struct {
	QuestionBankUUID     string   `protobuf:"bytes,1,opt,name=QuestionBankUUID,proto3" json:"QuestionBankUUID,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 (*GetQuestionBankRequest) Descriptor

func (*GetQuestionBankRequest) Descriptor() ([]byte, []int)

func (*GetQuestionBankRequest) GetAuthToken

func (m *GetQuestionBankRequest) GetAuthToken() string

func (*GetQuestionBankRequest) GetQuestionBankUUID

func (m *GetQuestionBankRequest) GetQuestionBankUUID() string

func (*GetQuestionBankRequest) ProtoMessage

func (*GetQuestionBankRequest) ProtoMessage()

func (*GetQuestionBankRequest) Reset

func (m *GetQuestionBankRequest) Reset()

func (*GetQuestionBankRequest) String

func (m *GetQuestionBankRequest) String() string

func (*GetQuestionBankRequest) XXX_DiscardUnknown

func (m *GetQuestionBankRequest) XXX_DiscardUnknown()

func (*GetQuestionBankRequest) XXX_Marshal

func (m *GetQuestionBankRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetQuestionBankRequest) XXX_Merge

func (m *GetQuestionBankRequest) XXX_Merge(src proto.Message)

func (*GetQuestionBankRequest) XXX_Size

func (m *GetQuestionBankRequest) XXX_Size() int

func (*GetQuestionBankRequest) XXX_Unmarshal

func (m *GetQuestionBankRequest) XXX_Unmarshal(b []byte) error

type GetQuestionBankResponse

type GetQuestionBankResponse 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"`
	Managers             []string        `protobuf:"bytes,3,rep,name=Managers,proto3" json:"Managers,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,4,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetQuestionBankResponse) Descriptor

func (*GetQuestionBankResponse) Descriptor() ([]byte, []int)

func (*GetQuestionBankResponse) GetDescription

func (m *GetQuestionBankResponse) GetDescription() string

func (*GetQuestionBankResponse) GetManagers

func (m *GetQuestionBankResponse) GetManagers() []string

func (*GetQuestionBankResponse) GetName

func (m *GetQuestionBankResponse) GetName() string

func (*GetQuestionBankResponse) GetStatus

func (m *GetQuestionBankResponse) GetStatus() *ResponseStatus

func (*GetQuestionBankResponse) ProtoMessage

func (*GetQuestionBankResponse) ProtoMessage()

func (*GetQuestionBankResponse) Reset

func (m *GetQuestionBankResponse) Reset()

func (*GetQuestionBankResponse) String

func (m *GetQuestionBankResponse) String() string

func (*GetQuestionBankResponse) XXX_DiscardUnknown

func (m *GetQuestionBankResponse) XXX_DiscardUnknown()

func (*GetQuestionBankResponse) XXX_Marshal

func (m *GetQuestionBankResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetQuestionBankResponse) XXX_Merge

func (m *GetQuestionBankResponse) XXX_Merge(src proto.Message)

func (*GetQuestionBankResponse) XXX_Size

func (m *GetQuestionBankResponse) XXX_Size() int

func (*GetQuestionBankResponse) XXX_Unmarshal

func (m *GetQuestionBankResponse) XXX_Unmarshal(b []byte) error

type GetQuestionRequest

type GetQuestionRequest struct {
	QuestionUUID         string   `protobuf:"bytes,1,opt,name=QuestionUUID,proto3" json:"QuestionUUID,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 (*GetQuestionRequest) Descriptor

func (*GetQuestionRequest) Descriptor() ([]byte, []int)

func (*GetQuestionRequest) GetAuthToken

func (m *GetQuestionRequest) GetAuthToken() string

func (*GetQuestionRequest) GetQuestionUUID

func (m *GetQuestionRequest) GetQuestionUUID() string

func (*GetQuestionRequest) ProtoMessage

func (*GetQuestionRequest) ProtoMessage()

func (*GetQuestionRequest) Reset

func (m *GetQuestionRequest) Reset()

func (*GetQuestionRequest) String

func (m *GetQuestionRequest) String() string

func (*GetQuestionRequest) XXX_DiscardUnknown

func (m *GetQuestionRequest) XXX_DiscardUnknown()

func (*GetQuestionRequest) XXX_Marshal

func (m *GetQuestionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetQuestionRequest) XXX_Merge

func (m *GetQuestionRequest) XXX_Merge(src proto.Message)

func (*GetQuestionRequest) XXX_Size

func (m *GetQuestionRequest) XXX_Size() int

func (*GetQuestionRequest) XXX_Unmarshal

func (m *GetQuestionRequest) XXX_Unmarshal(b []byte) error

type GetQuestionResponse

type GetQuestionResponse struct {
	Question             *QuestionInfoUnit `protobuf:"bytes,1,opt,name=Question,proto3" json:"Question,omitempty"`
	Status               *ResponseStatus   `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetQuestionResponse) Descriptor

func (*GetQuestionResponse) Descriptor() ([]byte, []int)

func (*GetQuestionResponse) GetQuestion

func (m *GetQuestionResponse) GetQuestion() *QuestionInfoUnit

func (*GetQuestionResponse) GetStatus

func (m *GetQuestionResponse) GetStatus() *ResponseStatus

func (*GetQuestionResponse) ProtoMessage

func (*GetQuestionResponse) ProtoMessage()

func (*GetQuestionResponse) Reset

func (m *GetQuestionResponse) Reset()

func (*GetQuestionResponse) String

func (m *GetQuestionResponse) String() string

func (*GetQuestionResponse) XXX_DiscardUnknown

func (m *GetQuestionResponse) XXX_DiscardUnknown()

func (*GetQuestionResponse) XXX_Marshal

func (m *GetQuestionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetQuestionResponse) XXX_Merge

func (m *GetQuestionResponse) XXX_Merge(src proto.Message)

func (*GetQuestionResponse) XXX_Size

func (m *GetQuestionResponse) XXX_Size() int

func (*GetQuestionResponse) XXX_Unmarshal

func (m *GetQuestionResponse) XXX_Unmarshal(b []byte) error

type ListChapterRequest

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 (*ListChapterRequest) Descriptor

func (*ListChapterRequest) Descriptor() ([]byte, []int)

func (*ListChapterRequest) GetAuthToken

func (m *ListChapterRequest) GetAuthToken() string

func (*ListChapterRequest) GetCourseUUID

func (m *ListChapterRequest) GetCourseUUID() string

func (*ListChapterRequest) ProtoMessage

func (*ListChapterRequest) ProtoMessage()

func (*ListChapterRequest) Reset

func (m *ListChapterRequest) Reset()

func (*ListChapterRequest) String

func (m *ListChapterRequest) String() string

func (*ListChapterRequest) XXX_DiscardUnknown

func (m *ListChapterRequest) XXX_DiscardUnknown()

func (*ListChapterRequest) XXX_Marshal

func (m *ListChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChapterRequest) XXX_Merge

func (m *ListChapterRequest) XXX_Merge(src proto.Message)

func (*ListChapterRequest) XXX_Size

func (m *ListChapterRequest) XXX_Size() int

func (*ListChapterRequest) XXX_Unmarshal

func (m *ListChapterRequest) XXX_Unmarshal(b []byte) error

type ListChapterResponse

type ListChapterResponse struct {
	Chapter              []*ListChapterResponseUnit `protobuf:"bytes,1,rep,name=Chapter,proto3" json:"Chapter,omitempty"`
	Status               *ResponseStatus            `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ListChapterResponse) Descriptor

func (*ListChapterResponse) Descriptor() ([]byte, []int)

func (*ListChapterResponse) GetChapter

func (m *ListChapterResponse) GetChapter() []*ListChapterResponseUnit

func (*ListChapterResponse) GetStatus

func (m *ListChapterResponse) GetStatus() *ResponseStatus

func (*ListChapterResponse) ProtoMessage

func (*ListChapterResponse) ProtoMessage()

func (*ListChapterResponse) Reset

func (m *ListChapterResponse) Reset()

func (*ListChapterResponse) String

func (m *ListChapterResponse) String() string

func (*ListChapterResponse) XXX_DiscardUnknown

func (m *ListChapterResponse) XXX_DiscardUnknown()

func (*ListChapterResponse) XXX_Marshal

func (m *ListChapterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChapterResponse) XXX_Merge

func (m *ListChapterResponse) XXX_Merge(src proto.Message)

func (*ListChapterResponse) XXX_Size

func (m *ListChapterResponse) XXX_Size() int

func (*ListChapterResponse) XXX_Unmarshal

func (m *ListChapterResponse) XXX_Unmarshal(b []byte) error

type ListChapterResponseUnit

type ListChapterResponseUnit struct {
	UUID                 string   `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	ManagerUUID          []string `protobuf:"bytes,4,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	Index                int32    `protobuf:"varint,5,opt,name=Index,proto3" json:"Index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListChapterResponseUnit) Descriptor

func (*ListChapterResponseUnit) Descriptor() ([]byte, []int)

func (*ListChapterResponseUnit) GetDescription

func (m *ListChapterResponseUnit) GetDescription() string

func (*ListChapterResponseUnit) GetIndex added in v0.4.5

func (m *ListChapterResponseUnit) GetIndex() int32

func (*ListChapterResponseUnit) GetManagerUUID

func (m *ListChapterResponseUnit) GetManagerUUID() []string

func (*ListChapterResponseUnit) GetName

func (m *ListChapterResponseUnit) GetName() string

func (*ListChapterResponseUnit) GetUUID

func (m *ListChapterResponseUnit) GetUUID() string

func (*ListChapterResponseUnit) ProtoMessage

func (*ListChapterResponseUnit) ProtoMessage()

func (*ListChapterResponseUnit) Reset

func (m *ListChapterResponseUnit) Reset()

func (*ListChapterResponseUnit) String

func (m *ListChapterResponseUnit) String() string

func (*ListChapterResponseUnit) XXX_DiscardUnknown

func (m *ListChapterResponseUnit) XXX_DiscardUnknown()

func (*ListChapterResponseUnit) XXX_Marshal

func (m *ListChapterResponseUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChapterResponseUnit) XXX_Merge

func (m *ListChapterResponseUnit) XXX_Merge(src proto.Message)

func (*ListChapterResponseUnit) XXX_Size

func (m *ListChapterResponseUnit) XXX_Size() int

func (*ListChapterResponseUnit) XXX_Unmarshal

func (m *ListChapterResponseUnit) XXX_Unmarshal(b []byte) error

type ListClassCourseRequest

type ListClassCourseRequest struct {
	ClassUUID            string   `protobuf:"bytes,1,opt,name=ClassUUID,proto3" json:"ClassUUID,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 (*ListClassCourseRequest) Descriptor

func (*ListClassCourseRequest) Descriptor() ([]byte, []int)

func (*ListClassCourseRequest) GetAuthToken

func (m *ListClassCourseRequest) GetAuthToken() string

func (*ListClassCourseRequest) GetClassUUID

func (m *ListClassCourseRequest) GetClassUUID() string

func (*ListClassCourseRequest) ProtoMessage

func (*ListClassCourseRequest) ProtoMessage()

func (*ListClassCourseRequest) Reset

func (m *ListClassCourseRequest) Reset()

func (*ListClassCourseRequest) String

func (m *ListClassCourseRequest) String() string

func (*ListClassCourseRequest) XXX_DiscardUnknown

func (m *ListClassCourseRequest) XXX_DiscardUnknown()

func (*ListClassCourseRequest) XXX_Marshal

func (m *ListClassCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClassCourseRequest) XXX_Merge

func (m *ListClassCourseRequest) XXX_Merge(src proto.Message)

func (*ListClassCourseRequest) XXX_Size

func (m *ListClassCourseRequest) XXX_Size() int

func (*ListClassCourseRequest) XXX_Unmarshal

func (m *ListClassCourseRequest) XXX_Unmarshal(b []byte) error

type ListClassCourseResponse

type ListClassCourseResponse struct {
	Course               []*ListCourseResponseUnit `protobuf:"bytes,1,rep,name=Course,proto3" json:"Course,omitempty"`
	Status               *ResponseStatus           `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListClassCourseResponse) Descriptor

func (*ListClassCourseResponse) Descriptor() ([]byte, []int)

func (*ListClassCourseResponse) GetCourse

func (*ListClassCourseResponse) GetStatus

func (m *ListClassCourseResponse) GetStatus() *ResponseStatus

func (*ListClassCourseResponse) ProtoMessage

func (*ListClassCourseResponse) ProtoMessage()

func (*ListClassCourseResponse) Reset

func (m *ListClassCourseResponse) Reset()

func (*ListClassCourseResponse) String

func (m *ListClassCourseResponse) String() string

func (*ListClassCourseResponse) XXX_DiscardUnknown

func (m *ListClassCourseResponse) XXX_DiscardUnknown()

func (*ListClassCourseResponse) XXX_Marshal

func (m *ListClassCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClassCourseResponse) XXX_Merge

func (m *ListClassCourseResponse) XXX_Merge(src proto.Message)

func (*ListClassCourseResponse) XXX_Size

func (m *ListClassCourseResponse) XXX_Size() int

func (*ListClassCourseResponse) XXX_Unmarshal

func (m *ListClassCourseResponse) XXX_Unmarshal(b []byte) error

type ListClassRequest

type ListClassRequest struct {
	AuthToken            string   `protobuf:"bytes,1,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListClassRequest) Descriptor

func (*ListClassRequest) Descriptor() ([]byte, []int)

func (*ListClassRequest) GetAuthToken

func (m *ListClassRequest) GetAuthToken() string

func (*ListClassRequest) ProtoMessage

func (*ListClassRequest) ProtoMessage()

func (*ListClassRequest) Reset

func (m *ListClassRequest) Reset()

func (*ListClassRequest) String

func (m *ListClassRequest) String() string

func (*ListClassRequest) XXX_DiscardUnknown

func (m *ListClassRequest) XXX_DiscardUnknown()

func (*ListClassRequest) XXX_Marshal

func (m *ListClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClassRequest) XXX_Merge

func (m *ListClassRequest) XXX_Merge(src proto.Message)

func (*ListClassRequest) XXX_Size

func (m *ListClassRequest) XXX_Size() int

func (*ListClassRequest) XXX_Unmarshal

func (m *ListClassRequest) XXX_Unmarshal(b []byte) error

type ListClassResponse

type ListClassResponse struct {
	Class                []*ListClassResponseUnit `protobuf:"bytes,1,rep,name=Class,proto3" json:"Class,omitempty"`
	Status               *ResponseStatus          `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListClassResponse) Descriptor

func (*ListClassResponse) Descriptor() ([]byte, []int)

func (*ListClassResponse) GetClass

func (m *ListClassResponse) GetClass() []*ListClassResponseUnit

func (*ListClassResponse) GetStatus

func (m *ListClassResponse) GetStatus() *ResponseStatus

func (*ListClassResponse) ProtoMessage

func (*ListClassResponse) ProtoMessage()

func (*ListClassResponse) Reset

func (m *ListClassResponse) Reset()

func (*ListClassResponse) String

func (m *ListClassResponse) String() string

func (*ListClassResponse) XXX_DiscardUnknown

func (m *ListClassResponse) XXX_DiscardUnknown()

func (*ListClassResponse) XXX_Marshal

func (m *ListClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClassResponse) XXX_Merge

func (m *ListClassResponse) XXX_Merge(src proto.Message)

func (*ListClassResponse) XXX_Size

func (m *ListClassResponse) XXX_Size() int

func (*ListClassResponse) XXX_Unmarshal

func (m *ListClassResponse) XXX_Unmarshal(b []byte) error

type ListClassResponseUnit

type ListClassResponseUnit struct {
	UUID                 string   `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	CollegeUUID          string   `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	DisciplineUUID       string   `protobuf:"bytes,5,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	ManagerUUID          []string `protobuf:"bytes,6,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListClassResponseUnit) Descriptor

func (*ListClassResponseUnit) Descriptor() ([]byte, []int)

func (*ListClassResponseUnit) GetCollegeUUID

func (m *ListClassResponseUnit) GetCollegeUUID() string

func (*ListClassResponseUnit) GetDescription

func (m *ListClassResponseUnit) GetDescription() string

func (*ListClassResponseUnit) GetDisciplineUUID

func (m *ListClassResponseUnit) GetDisciplineUUID() string

func (*ListClassResponseUnit) GetManagerUUID

func (m *ListClassResponseUnit) GetManagerUUID() []string

func (*ListClassResponseUnit) GetName

func (m *ListClassResponseUnit) GetName() string

func (*ListClassResponseUnit) GetUUID

func (m *ListClassResponseUnit) GetUUID() string

func (*ListClassResponseUnit) ProtoMessage

func (*ListClassResponseUnit) ProtoMessage()

func (*ListClassResponseUnit) Reset

func (m *ListClassResponseUnit) Reset()

func (*ListClassResponseUnit) String

func (m *ListClassResponseUnit) String() string

func (*ListClassResponseUnit) XXX_DiscardUnknown

func (m *ListClassResponseUnit) XXX_DiscardUnknown()

func (*ListClassResponseUnit) XXX_Marshal

func (m *ListClassResponseUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClassResponseUnit) XXX_Merge

func (m *ListClassResponseUnit) XXX_Merge(src proto.Message)

func (*ListClassResponseUnit) XXX_Size

func (m *ListClassResponseUnit) XXX_Size() int

func (*ListClassResponseUnit) XXX_Unmarshal

func (m *ListClassResponseUnit) XXX_Unmarshal(b []byte) error

type ListCollegeClassRequest

type ListCollegeClassRequest struct {
	CollegeUUID          string   `protobuf:"bytes,1,opt,name=CollegeUUID,proto3" json:"CollegeUUID,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 (*ListCollegeClassRequest) Descriptor

func (*ListCollegeClassRequest) Descriptor() ([]byte, []int)

func (*ListCollegeClassRequest) GetAuthToken

func (m *ListCollegeClassRequest) GetAuthToken() string

func (*ListCollegeClassRequest) GetCollegeUUID

func (m *ListCollegeClassRequest) GetCollegeUUID() string

func (*ListCollegeClassRequest) ProtoMessage

func (*ListCollegeClassRequest) ProtoMessage()

func (*ListCollegeClassRequest) Reset

func (m *ListCollegeClassRequest) Reset()

func (*ListCollegeClassRequest) String

func (m *ListCollegeClassRequest) String() string

func (*ListCollegeClassRequest) XXX_DiscardUnknown

func (m *ListCollegeClassRequest) XXX_DiscardUnknown()

func (*ListCollegeClassRequest) XXX_Marshal

func (m *ListCollegeClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeClassRequest) XXX_Merge

func (m *ListCollegeClassRequest) XXX_Merge(src proto.Message)

func (*ListCollegeClassRequest) XXX_Size

func (m *ListCollegeClassRequest) XXX_Size() int

func (*ListCollegeClassRequest) XXX_Unmarshal

func (m *ListCollegeClassRequest) XXX_Unmarshal(b []byte) error

type ListCollegeClassResponse

type ListCollegeClassResponse struct {
	Class                []*ListClassResponseUnit `protobuf:"bytes,1,rep,name=Class,proto3" json:"Class,omitempty"`
	Status               *ResponseStatus          `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListCollegeClassResponse) Descriptor

func (*ListCollegeClassResponse) Descriptor() ([]byte, []int)

func (*ListCollegeClassResponse) GetClass

func (*ListCollegeClassResponse) GetStatus

func (m *ListCollegeClassResponse) GetStatus() *ResponseStatus

func (*ListCollegeClassResponse) ProtoMessage

func (*ListCollegeClassResponse) ProtoMessage()

func (*ListCollegeClassResponse) Reset

func (m *ListCollegeClassResponse) Reset()

func (*ListCollegeClassResponse) String

func (m *ListCollegeClassResponse) String() string

func (*ListCollegeClassResponse) XXX_DiscardUnknown

func (m *ListCollegeClassResponse) XXX_DiscardUnknown()

func (*ListCollegeClassResponse) XXX_Marshal

func (m *ListCollegeClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeClassResponse) XXX_Merge

func (m *ListCollegeClassResponse) XXX_Merge(src proto.Message)

func (*ListCollegeClassResponse) XXX_Size

func (m *ListCollegeClassResponse) XXX_Size() int

func (*ListCollegeClassResponse) XXX_Unmarshal

func (m *ListCollegeClassResponse) XXX_Unmarshal(b []byte) error

type ListCollegeCourseRequest

type ListCollegeCourseRequest struct {
	CollegeUUID          string   `protobuf:"bytes,1,opt,name=CollegeUUID,proto3" json:"CollegeUUID,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 (*ListCollegeCourseRequest) Descriptor

func (*ListCollegeCourseRequest) Descriptor() ([]byte, []int)

func (*ListCollegeCourseRequest) GetAuthToken

func (m *ListCollegeCourseRequest) GetAuthToken() string

func (*ListCollegeCourseRequest) GetCollegeUUID

func (m *ListCollegeCourseRequest) GetCollegeUUID() string

func (*ListCollegeCourseRequest) ProtoMessage

func (*ListCollegeCourseRequest) ProtoMessage()

func (*ListCollegeCourseRequest) Reset

func (m *ListCollegeCourseRequest) Reset()

func (*ListCollegeCourseRequest) String

func (m *ListCollegeCourseRequest) String() string

func (*ListCollegeCourseRequest) XXX_DiscardUnknown

func (m *ListCollegeCourseRequest) XXX_DiscardUnknown()

func (*ListCollegeCourseRequest) XXX_Marshal

func (m *ListCollegeCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeCourseRequest) XXX_Merge

func (m *ListCollegeCourseRequest) XXX_Merge(src proto.Message)

func (*ListCollegeCourseRequest) XXX_Size

func (m *ListCollegeCourseRequest) XXX_Size() int

func (*ListCollegeCourseRequest) XXX_Unmarshal

func (m *ListCollegeCourseRequest) XXX_Unmarshal(b []byte) error

type ListCollegeCourseResponse

type ListCollegeCourseResponse struct {
	Course               []*ListCourseResponseUnit `protobuf:"bytes,1,rep,name=Course,proto3" json:"Course,omitempty"`
	Status               *ResponseStatus           `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListCollegeCourseResponse) Descriptor

func (*ListCollegeCourseResponse) Descriptor() ([]byte, []int)

func (*ListCollegeCourseResponse) GetCourse

func (*ListCollegeCourseResponse) GetStatus

func (m *ListCollegeCourseResponse) GetStatus() *ResponseStatus

func (*ListCollegeCourseResponse) ProtoMessage

func (*ListCollegeCourseResponse) ProtoMessage()

func (*ListCollegeCourseResponse) Reset

func (m *ListCollegeCourseResponse) Reset()

func (*ListCollegeCourseResponse) String

func (m *ListCollegeCourseResponse) String() string

func (*ListCollegeCourseResponse) XXX_DiscardUnknown

func (m *ListCollegeCourseResponse) XXX_DiscardUnknown()

func (*ListCollegeCourseResponse) XXX_Marshal

func (m *ListCollegeCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeCourseResponse) XXX_Merge

func (m *ListCollegeCourseResponse) XXX_Merge(src proto.Message)

func (*ListCollegeCourseResponse) XXX_Size

func (m *ListCollegeCourseResponse) XXX_Size() int

func (*ListCollegeCourseResponse) XXX_Unmarshal

func (m *ListCollegeCourseResponse) XXX_Unmarshal(b []byte) error

type ListCollegeDisciplineRequest

type ListCollegeDisciplineRequest struct {
	CollegeUUID          string   `protobuf:"bytes,1,opt,name=CollegeUUID,proto3" json:"CollegeUUID,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 (*ListCollegeDisciplineRequest) Descriptor

func (*ListCollegeDisciplineRequest) Descriptor() ([]byte, []int)

func (*ListCollegeDisciplineRequest) GetAuthToken

func (m *ListCollegeDisciplineRequest) GetAuthToken() string

func (*ListCollegeDisciplineRequest) GetCollegeUUID

func (m *ListCollegeDisciplineRequest) GetCollegeUUID() string

func (*ListCollegeDisciplineRequest) ProtoMessage

func (*ListCollegeDisciplineRequest) ProtoMessage()

func (*ListCollegeDisciplineRequest) Reset

func (m *ListCollegeDisciplineRequest) Reset()

func (*ListCollegeDisciplineRequest) String

func (*ListCollegeDisciplineRequest) XXX_DiscardUnknown

func (m *ListCollegeDisciplineRequest) XXX_DiscardUnknown()

func (*ListCollegeDisciplineRequest) XXX_Marshal

func (m *ListCollegeDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeDisciplineRequest) XXX_Merge

func (m *ListCollegeDisciplineRequest) XXX_Merge(src proto.Message)

func (*ListCollegeDisciplineRequest) XXX_Size

func (m *ListCollegeDisciplineRequest) XXX_Size() int

func (*ListCollegeDisciplineRequest) XXX_Unmarshal

func (m *ListCollegeDisciplineRequest) XXX_Unmarshal(b []byte) error

type ListCollegeDisciplineResponse

type ListCollegeDisciplineResponse struct {
	Disciplines          []*ListDisciplineResponseUnit `protobuf:"bytes,1,rep,name=Disciplines,proto3" json:"Disciplines,omitempty"`
	Status               *ResponseStatus               `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ListCollegeDisciplineResponse) Descriptor

func (*ListCollegeDisciplineResponse) Descriptor() ([]byte, []int)

func (*ListCollegeDisciplineResponse) GetDisciplines

func (*ListCollegeDisciplineResponse) GetStatus

func (*ListCollegeDisciplineResponse) ProtoMessage

func (*ListCollegeDisciplineResponse) ProtoMessage()

func (*ListCollegeDisciplineResponse) Reset

func (m *ListCollegeDisciplineResponse) Reset()

func (*ListCollegeDisciplineResponse) String

func (*ListCollegeDisciplineResponse) XXX_DiscardUnknown

func (m *ListCollegeDisciplineResponse) XXX_DiscardUnknown()

func (*ListCollegeDisciplineResponse) XXX_Marshal

func (m *ListCollegeDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeDisciplineResponse) XXX_Merge

func (m *ListCollegeDisciplineResponse) XXX_Merge(src proto.Message)

func (*ListCollegeDisciplineResponse) XXX_Size

func (m *ListCollegeDisciplineResponse) XXX_Size() int

func (*ListCollegeDisciplineResponse) XXX_Unmarshal

func (m *ListCollegeDisciplineResponse) XXX_Unmarshal(b []byte) error

type ListCollegeRequest

type ListCollegeRequest struct {
	AuthToken            string   `protobuf:"bytes,1,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollegeRequest) Descriptor

func (*ListCollegeRequest) Descriptor() ([]byte, []int)

func (*ListCollegeRequest) GetAuthToken

func (m *ListCollegeRequest) GetAuthToken() string

func (*ListCollegeRequest) ProtoMessage

func (*ListCollegeRequest) ProtoMessage()

func (*ListCollegeRequest) Reset

func (m *ListCollegeRequest) Reset()

func (*ListCollegeRequest) String

func (m *ListCollegeRequest) String() string

func (*ListCollegeRequest) XXX_DiscardUnknown

func (m *ListCollegeRequest) XXX_DiscardUnknown()

func (*ListCollegeRequest) XXX_Marshal

func (m *ListCollegeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeRequest) XXX_Merge

func (m *ListCollegeRequest) XXX_Merge(src proto.Message)

func (*ListCollegeRequest) XXX_Size

func (m *ListCollegeRequest) XXX_Size() int

func (*ListCollegeRequest) XXX_Unmarshal

func (m *ListCollegeRequest) XXX_Unmarshal(b []byte) error

type ListCollegeResponse

type ListCollegeResponse struct {
	Colleges             []*ListCollegeResponseUnit `protobuf:"bytes,1,rep,name=Colleges,proto3" json:"Colleges,omitempty"`
	Status               *ResponseStatus            `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ListCollegeResponse) Descriptor

func (*ListCollegeResponse) Descriptor() ([]byte, []int)

func (*ListCollegeResponse) GetColleges

func (m *ListCollegeResponse) GetColleges() []*ListCollegeResponseUnit

func (*ListCollegeResponse) GetStatus

func (m *ListCollegeResponse) GetStatus() *ResponseStatus

func (*ListCollegeResponse) ProtoMessage

func (*ListCollegeResponse) ProtoMessage()

func (*ListCollegeResponse) Reset

func (m *ListCollegeResponse) Reset()

func (*ListCollegeResponse) String

func (m *ListCollegeResponse) String() string

func (*ListCollegeResponse) XXX_DiscardUnknown

func (m *ListCollegeResponse) XXX_DiscardUnknown()

func (*ListCollegeResponse) XXX_Marshal

func (m *ListCollegeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeResponse) XXX_Merge

func (m *ListCollegeResponse) XXX_Merge(src proto.Message)

func (*ListCollegeResponse) XXX_Size

func (m *ListCollegeResponse) XXX_Size() int

func (*ListCollegeResponse) XXX_Unmarshal

func (m *ListCollegeResponse) XXX_Unmarshal(b []byte) error

type ListCollegeResponseUnit

type ListCollegeResponseUnit struct {
	UUID                 string   `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	ManagerUUID          []string `protobuf:"bytes,4,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollegeResponseUnit) Descriptor

func (*ListCollegeResponseUnit) Descriptor() ([]byte, []int)

func (*ListCollegeResponseUnit) GetDescription

func (m *ListCollegeResponseUnit) GetDescription() string

func (*ListCollegeResponseUnit) GetManagerUUID

func (m *ListCollegeResponseUnit) GetManagerUUID() []string

func (*ListCollegeResponseUnit) GetName

func (m *ListCollegeResponseUnit) GetName() string

func (*ListCollegeResponseUnit) GetUUID

func (m *ListCollegeResponseUnit) GetUUID() string

func (*ListCollegeResponseUnit) ProtoMessage

func (*ListCollegeResponseUnit) ProtoMessage()

func (*ListCollegeResponseUnit) Reset

func (m *ListCollegeResponseUnit) Reset()

func (*ListCollegeResponseUnit) String

func (m *ListCollegeResponseUnit) String() string

func (*ListCollegeResponseUnit) XXX_DiscardUnknown

func (m *ListCollegeResponseUnit) XXX_DiscardUnknown()

func (*ListCollegeResponseUnit) XXX_Marshal

func (m *ListCollegeResponseUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCollegeResponseUnit) XXX_Merge

func (m *ListCollegeResponseUnit) XXX_Merge(src proto.Message)

func (*ListCollegeResponseUnit) XXX_Size

func (m *ListCollegeResponseUnit) XXX_Size() int

func (*ListCollegeResponseUnit) XXX_Unmarshal

func (m *ListCollegeResponseUnit) XXX_Unmarshal(b []byte) error

type ListCourseResponseUnit

type ListCourseResponseUnit struct {
	UUID                 string   `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	CollegeUUID          string   `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	DisciplineUUID       string   `protobuf:"bytes,5,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	ManagerUUID          []string `protobuf:"bytes,6,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCourseResponseUnit) Descriptor

func (*ListCourseResponseUnit) Descriptor() ([]byte, []int)

func (*ListCourseResponseUnit) GetCollegeUUID

func (m *ListCourseResponseUnit) GetCollegeUUID() string

func (*ListCourseResponseUnit) GetDescription

func (m *ListCourseResponseUnit) GetDescription() string

func (*ListCourseResponseUnit) GetDisciplineUUID

func (m *ListCourseResponseUnit) GetDisciplineUUID() string

func (*ListCourseResponseUnit) GetManagerUUID

func (m *ListCourseResponseUnit) GetManagerUUID() []string

func (*ListCourseResponseUnit) GetName

func (m *ListCourseResponseUnit) GetName() string

func (*ListCourseResponseUnit) GetUUID

func (m *ListCourseResponseUnit) GetUUID() string

func (*ListCourseResponseUnit) ProtoMessage

func (*ListCourseResponseUnit) ProtoMessage()

func (*ListCourseResponseUnit) Reset

func (m *ListCourseResponseUnit) Reset()

func (*ListCourseResponseUnit) String

func (m *ListCourseResponseUnit) String() string

func (*ListCourseResponseUnit) XXX_DiscardUnknown

func (m *ListCourseResponseUnit) XXX_DiscardUnknown()

func (*ListCourseResponseUnit) XXX_Marshal

func (m *ListCourseResponseUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCourseResponseUnit) XXX_Merge

func (m *ListCourseResponseUnit) XXX_Merge(src proto.Message)

func (*ListCourseResponseUnit) XXX_Size

func (m *ListCourseResponseUnit) XXX_Size() int

func (*ListCourseResponseUnit) XXX_Unmarshal

func (m *ListCourseResponseUnit) XXX_Unmarshal(b []byte) error

type ListDisciplineClassRequest

type ListDisciplineClassRequest struct {
	DisciplineUUID       string   `protobuf:"bytes,1,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,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 (*ListDisciplineClassRequest) Descriptor

func (*ListDisciplineClassRequest) Descriptor() ([]byte, []int)

func (*ListDisciplineClassRequest) GetAuthToken

func (m *ListDisciplineClassRequest) GetAuthToken() string

func (*ListDisciplineClassRequest) GetDisciplineUUID

func (m *ListDisciplineClassRequest) GetDisciplineUUID() string

func (*ListDisciplineClassRequest) ProtoMessage

func (*ListDisciplineClassRequest) ProtoMessage()

func (*ListDisciplineClassRequest) Reset

func (m *ListDisciplineClassRequest) Reset()

func (*ListDisciplineClassRequest) String

func (m *ListDisciplineClassRequest) String() string

func (*ListDisciplineClassRequest) XXX_DiscardUnknown

func (m *ListDisciplineClassRequest) XXX_DiscardUnknown()

func (*ListDisciplineClassRequest) XXX_Marshal

func (m *ListDisciplineClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineClassRequest) XXX_Merge

func (m *ListDisciplineClassRequest) XXX_Merge(src proto.Message)

func (*ListDisciplineClassRequest) XXX_Size

func (m *ListDisciplineClassRequest) XXX_Size() int

func (*ListDisciplineClassRequest) XXX_Unmarshal

func (m *ListDisciplineClassRequest) XXX_Unmarshal(b []byte) error

type ListDisciplineClassResponse

type ListDisciplineClassResponse struct {
	Class                []*ListClassResponseUnit `protobuf:"bytes,1,rep,name=Class,proto3" json:"Class,omitempty"`
	Status               *ResponseStatus          `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListDisciplineClassResponse) Descriptor

func (*ListDisciplineClassResponse) Descriptor() ([]byte, []int)

func (*ListDisciplineClassResponse) GetClass

func (*ListDisciplineClassResponse) GetStatus

func (*ListDisciplineClassResponse) ProtoMessage

func (*ListDisciplineClassResponse) ProtoMessage()

func (*ListDisciplineClassResponse) Reset

func (m *ListDisciplineClassResponse) Reset()

func (*ListDisciplineClassResponse) String

func (m *ListDisciplineClassResponse) String() string

func (*ListDisciplineClassResponse) XXX_DiscardUnknown

func (m *ListDisciplineClassResponse) XXX_DiscardUnknown()

func (*ListDisciplineClassResponse) XXX_Marshal

func (m *ListDisciplineClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineClassResponse) XXX_Merge

func (m *ListDisciplineClassResponse) XXX_Merge(src proto.Message)

func (*ListDisciplineClassResponse) XXX_Size

func (m *ListDisciplineClassResponse) XXX_Size() int

func (*ListDisciplineClassResponse) XXX_Unmarshal

func (m *ListDisciplineClassResponse) XXX_Unmarshal(b []byte) error

type ListDisciplineCourseRequest

type ListDisciplineCourseRequest struct {
	DisciplineUUID       string   `protobuf:"bytes,1,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,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 (*ListDisciplineCourseRequest) Descriptor

func (*ListDisciplineCourseRequest) Descriptor() ([]byte, []int)

func (*ListDisciplineCourseRequest) GetAuthToken

func (m *ListDisciplineCourseRequest) GetAuthToken() string

func (*ListDisciplineCourseRequest) GetDisciplineUUID

func (m *ListDisciplineCourseRequest) GetDisciplineUUID() string

func (*ListDisciplineCourseRequest) ProtoMessage

func (*ListDisciplineCourseRequest) ProtoMessage()

func (*ListDisciplineCourseRequest) Reset

func (m *ListDisciplineCourseRequest) Reset()

func (*ListDisciplineCourseRequest) String

func (m *ListDisciplineCourseRequest) String() string

func (*ListDisciplineCourseRequest) XXX_DiscardUnknown

func (m *ListDisciplineCourseRequest) XXX_DiscardUnknown()

func (*ListDisciplineCourseRequest) XXX_Marshal

func (m *ListDisciplineCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineCourseRequest) XXX_Merge

func (m *ListDisciplineCourseRequest) XXX_Merge(src proto.Message)

func (*ListDisciplineCourseRequest) XXX_Size

func (m *ListDisciplineCourseRequest) XXX_Size() int

func (*ListDisciplineCourseRequest) XXX_Unmarshal

func (m *ListDisciplineCourseRequest) XXX_Unmarshal(b []byte) error

type ListDisciplineCourseResponse

type ListDisciplineCourseResponse struct {
	Course               []*ListCourseResponseUnit `protobuf:"bytes,1,rep,name=Course,proto3" json:"Course,omitempty"`
	Status               *ResponseStatus           `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListDisciplineCourseResponse) Descriptor

func (*ListDisciplineCourseResponse) Descriptor() ([]byte, []int)

func (*ListDisciplineCourseResponse) GetCourse

func (*ListDisciplineCourseResponse) GetStatus

func (*ListDisciplineCourseResponse) ProtoMessage

func (*ListDisciplineCourseResponse) ProtoMessage()

func (*ListDisciplineCourseResponse) Reset

func (m *ListDisciplineCourseResponse) Reset()

func (*ListDisciplineCourseResponse) String

func (*ListDisciplineCourseResponse) XXX_DiscardUnknown

func (m *ListDisciplineCourseResponse) XXX_DiscardUnknown()

func (*ListDisciplineCourseResponse) XXX_Marshal

func (m *ListDisciplineCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineCourseResponse) XXX_Merge

func (m *ListDisciplineCourseResponse) XXX_Merge(src proto.Message)

func (*ListDisciplineCourseResponse) XXX_Size

func (m *ListDisciplineCourseResponse) XXX_Size() int

func (*ListDisciplineCourseResponse) XXX_Unmarshal

func (m *ListDisciplineCourseResponse) XXX_Unmarshal(b []byte) error

type ListDisciplineRequest

type ListDisciplineRequest struct {
	AuthToken            string   `protobuf:"bytes,1,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDisciplineRequest) Descriptor

func (*ListDisciplineRequest) Descriptor() ([]byte, []int)

func (*ListDisciplineRequest) GetAuthToken

func (m *ListDisciplineRequest) GetAuthToken() string

func (*ListDisciplineRequest) ProtoMessage

func (*ListDisciplineRequest) ProtoMessage()

func (*ListDisciplineRequest) Reset

func (m *ListDisciplineRequest) Reset()

func (*ListDisciplineRequest) String

func (m *ListDisciplineRequest) String() string

func (*ListDisciplineRequest) XXX_DiscardUnknown

func (m *ListDisciplineRequest) XXX_DiscardUnknown()

func (*ListDisciplineRequest) XXX_Marshal

func (m *ListDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineRequest) XXX_Merge

func (m *ListDisciplineRequest) XXX_Merge(src proto.Message)

func (*ListDisciplineRequest) XXX_Size

func (m *ListDisciplineRequest) XXX_Size() int

func (*ListDisciplineRequest) XXX_Unmarshal

func (m *ListDisciplineRequest) XXX_Unmarshal(b []byte) error

type ListDisciplineResponse

type ListDisciplineResponse struct {
	Disciplines          []*ListDisciplineResponseUnit `protobuf:"bytes,1,rep,name=Disciplines,proto3" json:"Disciplines,omitempty"`
	Status               *ResponseStatus               `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ListDisciplineResponse) Descriptor

func (*ListDisciplineResponse) Descriptor() ([]byte, []int)

func (*ListDisciplineResponse) GetDisciplines

func (m *ListDisciplineResponse) GetDisciplines() []*ListDisciplineResponseUnit

func (*ListDisciplineResponse) GetStatus

func (m *ListDisciplineResponse) GetStatus() *ResponseStatus

func (*ListDisciplineResponse) ProtoMessage

func (*ListDisciplineResponse) ProtoMessage()

func (*ListDisciplineResponse) Reset

func (m *ListDisciplineResponse) Reset()

func (*ListDisciplineResponse) String

func (m *ListDisciplineResponse) String() string

func (*ListDisciplineResponse) XXX_DiscardUnknown

func (m *ListDisciplineResponse) XXX_DiscardUnknown()

func (*ListDisciplineResponse) XXX_Marshal

func (m *ListDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineResponse) XXX_Merge

func (m *ListDisciplineResponse) XXX_Merge(src proto.Message)

func (*ListDisciplineResponse) XXX_Size

func (m *ListDisciplineResponse) XXX_Size() int

func (*ListDisciplineResponse) XXX_Unmarshal

func (m *ListDisciplineResponse) XXX_Unmarshal(b []byte) error

type ListDisciplineResponseUnit

type ListDisciplineResponseUnit struct {
	UUID                 string   `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	CollegeUUID          string   `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	ManagerUUID          []string `protobuf:"bytes,5,rep,name=ManagerUUID,proto3" json:"ManagerUUID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDisciplineResponseUnit) Descriptor

func (*ListDisciplineResponseUnit) Descriptor() ([]byte, []int)

func (*ListDisciplineResponseUnit) GetCollegeUUID

func (m *ListDisciplineResponseUnit) GetCollegeUUID() string

func (*ListDisciplineResponseUnit) GetDescription

func (m *ListDisciplineResponseUnit) GetDescription() string

func (*ListDisciplineResponseUnit) GetManagerUUID

func (m *ListDisciplineResponseUnit) GetManagerUUID() []string

func (*ListDisciplineResponseUnit) GetName

func (m *ListDisciplineResponseUnit) GetName() string

func (*ListDisciplineResponseUnit) GetUUID

func (m *ListDisciplineResponseUnit) GetUUID() string

func (*ListDisciplineResponseUnit) ProtoMessage

func (*ListDisciplineResponseUnit) ProtoMessage()

func (*ListDisciplineResponseUnit) Reset

func (m *ListDisciplineResponseUnit) Reset()

func (*ListDisciplineResponseUnit) String

func (m *ListDisciplineResponseUnit) String() string

func (*ListDisciplineResponseUnit) XXX_DiscardUnknown

func (m *ListDisciplineResponseUnit) XXX_DiscardUnknown()

func (*ListDisciplineResponseUnit) XXX_Marshal

func (m *ListDisciplineResponseUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDisciplineResponseUnit) XXX_Merge

func (m *ListDisciplineResponseUnit) XXX_Merge(src proto.Message)

func (*ListDisciplineResponseUnit) XXX_Size

func (m *ListDisciplineResponseUnit) XXX_Size() int

func (*ListDisciplineResponseUnit) XXX_Unmarshal

func (m *ListDisciplineResponseUnit) XXX_Unmarshal(b []byte) error

type ListQuestionBankRequest

type ListQuestionBankRequest 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 (*ListQuestionBankRequest) Descriptor

func (*ListQuestionBankRequest) Descriptor() ([]byte, []int)

func (*ListQuestionBankRequest) GetAuthToken

func (m *ListQuestionBankRequest) GetAuthToken() string

func (*ListQuestionBankRequest) GetCourseUUID

func (m *ListQuestionBankRequest) GetCourseUUID() string

func (*ListQuestionBankRequest) ProtoMessage

func (*ListQuestionBankRequest) ProtoMessage()

func (*ListQuestionBankRequest) Reset

func (m *ListQuestionBankRequest) Reset()

func (*ListQuestionBankRequest) String

func (m *ListQuestionBankRequest) String() string

func (*ListQuestionBankRequest) XXX_DiscardUnknown

func (m *ListQuestionBankRequest) XXX_DiscardUnknown()

func (*ListQuestionBankRequest) XXX_Marshal

func (m *ListQuestionBankRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListQuestionBankRequest) XXX_Merge

func (m *ListQuestionBankRequest) XXX_Merge(src proto.Message)

func (*ListQuestionBankRequest) XXX_Size

func (m *ListQuestionBankRequest) XXX_Size() int

func (*ListQuestionBankRequest) XXX_Unmarshal

func (m *ListQuestionBankRequest) XXX_Unmarshal(b []byte) error

type ListQuestionBankResponse

type ListQuestionBankResponse struct {
	UUID                 string          `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"`
	Name                 string          `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Description          string          `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	Managers             []string        `protobuf:"bytes,4,rep,name=Managers,proto3" json:"Managers,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,5,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListQuestionBankResponse) Descriptor

func (*ListQuestionBankResponse) Descriptor() ([]byte, []int)

func (*ListQuestionBankResponse) GetDescription

func (m *ListQuestionBankResponse) GetDescription() string

func (*ListQuestionBankResponse) GetManagers

func (m *ListQuestionBankResponse) GetManagers() []string

func (*ListQuestionBankResponse) GetName

func (m *ListQuestionBankResponse) GetName() string

func (*ListQuestionBankResponse) GetStatus

func (m *ListQuestionBankResponse) GetStatus() *ResponseStatus

func (*ListQuestionBankResponse) GetUUID

func (m *ListQuestionBankResponse) GetUUID() string

func (*ListQuestionBankResponse) ProtoMessage

func (*ListQuestionBankResponse) ProtoMessage()

func (*ListQuestionBankResponse) Reset

func (m *ListQuestionBankResponse) Reset()

func (*ListQuestionBankResponse) String

func (m *ListQuestionBankResponse) String() string

func (*ListQuestionBankResponse) XXX_DiscardUnknown

func (m *ListQuestionBankResponse) XXX_DiscardUnknown()

func (*ListQuestionBankResponse) XXX_Marshal

func (m *ListQuestionBankResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListQuestionBankResponse) XXX_Merge

func (m *ListQuestionBankResponse) XXX_Merge(src proto.Message)

func (*ListQuestionBankResponse) XXX_Size

func (m *ListQuestionBankResponse) XXX_Size() int

func (*ListQuestionBankResponse) XXX_Unmarshal

func (m *ListQuestionBankResponse) XXX_Unmarshal(b []byte) error

type ListQuestionRequest

type ListQuestionRequest struct {
	QuestionBankUUID     string   `protobuf:"bytes,1,opt,name=QuestionBankUUID,proto3" json:"QuestionBankUUID,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 (*ListQuestionRequest) Descriptor

func (*ListQuestionRequest) Descriptor() ([]byte, []int)

func (*ListQuestionRequest) GetAuthToken

func (m *ListQuestionRequest) GetAuthToken() string

func (*ListQuestionRequest) GetQuestionBankUUID

func (m *ListQuestionRequest) GetQuestionBankUUID() string

func (*ListQuestionRequest) ProtoMessage

func (*ListQuestionRequest) ProtoMessage()

func (*ListQuestionRequest) Reset

func (m *ListQuestionRequest) Reset()

func (*ListQuestionRequest) String

func (m *ListQuestionRequest) String() string

func (*ListQuestionRequest) XXX_DiscardUnknown

func (m *ListQuestionRequest) XXX_DiscardUnknown()

func (*ListQuestionRequest) XXX_Marshal

func (m *ListQuestionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListQuestionRequest) XXX_Merge

func (m *ListQuestionRequest) XXX_Merge(src proto.Message)

func (*ListQuestionRequest) XXX_Size

func (m *ListQuestionRequest) XXX_Size() int

func (*ListQuestionRequest) XXX_Unmarshal

func (m *ListQuestionRequest) XXX_Unmarshal(b []byte) error

type ListQuestionResponse

type ListQuestionResponse struct {
	Questions            []*QuestionInfoUnit `protobuf:"bytes,1,rep,name=Questions,proto3" json:"Questions,omitempty"`
	Status               *ResponseStatus     `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ListQuestionResponse) Descriptor

func (*ListQuestionResponse) Descriptor() ([]byte, []int)

func (*ListQuestionResponse) GetQuestions

func (m *ListQuestionResponse) GetQuestions() []*QuestionInfoUnit

func (*ListQuestionResponse) GetStatus

func (m *ListQuestionResponse) GetStatus() *ResponseStatus

func (*ListQuestionResponse) ProtoMessage

func (*ListQuestionResponse) ProtoMessage()

func (*ListQuestionResponse) Reset

func (m *ListQuestionResponse) Reset()

func (*ListQuestionResponse) String

func (m *ListQuestionResponse) String() string

func (*ListQuestionResponse) XXX_DiscardUnknown

func (m *ListQuestionResponse) XXX_DiscardUnknown()

func (*ListQuestionResponse) XXX_Marshal

func (m *ListQuestionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListQuestionResponse) XXX_Merge

func (m *ListQuestionResponse) XXX_Merge(src proto.Message)

func (*ListQuestionResponse) XXX_Size

func (m *ListQuestionResponse) XXX_Size() int

func (*ListQuestionResponse) XXX_Unmarshal

func (m *ListQuestionResponse) XXX_Unmarshal(b []byte) error

type ListUserCourseRequest

type ListUserCourseRequest struct {
	UserUUID             string   `protobuf:"bytes,1,opt,name=UserUUID,proto3" json:"UserUUID,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 (*ListUserCourseRequest) Descriptor

func (*ListUserCourseRequest) Descriptor() ([]byte, []int)

func (*ListUserCourseRequest) GetAuthToken

func (m *ListUserCourseRequest) GetAuthToken() string

func (*ListUserCourseRequest) GetUserUUID

func (m *ListUserCourseRequest) GetUserUUID() string

func (*ListUserCourseRequest) ProtoMessage

func (*ListUserCourseRequest) ProtoMessage()

func (*ListUserCourseRequest) Reset

func (m *ListUserCourseRequest) Reset()

func (*ListUserCourseRequest) String

func (m *ListUserCourseRequest) String() string

func (*ListUserCourseRequest) XXX_DiscardUnknown

func (m *ListUserCourseRequest) XXX_DiscardUnknown()

func (*ListUserCourseRequest) XXX_Marshal

func (m *ListUserCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUserCourseRequest) XXX_Merge

func (m *ListUserCourseRequest) XXX_Merge(src proto.Message)

func (*ListUserCourseRequest) XXX_Size

func (m *ListUserCourseRequest) XXX_Size() int

func (*ListUserCourseRequest) XXX_Unmarshal

func (m *ListUserCourseRequest) XXX_Unmarshal(b []byte) error

type ListUserCourseResponse

type ListUserCourseResponse struct {
	Course               []*ListCourseResponseUnit `protobuf:"bytes,1,rep,name=Course,proto3" json:"Course,omitempty"`
	Status               *ResponseStatus           `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListUserCourseResponse) Descriptor

func (*ListUserCourseResponse) Descriptor() ([]byte, []int)

func (*ListUserCourseResponse) GetCourse

func (*ListUserCourseResponse) GetStatus

func (m *ListUserCourseResponse) GetStatus() *ResponseStatus

func (*ListUserCourseResponse) ProtoMessage

func (*ListUserCourseResponse) ProtoMessage()

func (*ListUserCourseResponse) Reset

func (m *ListUserCourseResponse) Reset()

func (*ListUserCourseResponse) String

func (m *ListUserCourseResponse) String() string

func (*ListUserCourseResponse) XXX_DiscardUnknown

func (m *ListUserCourseResponse) XXX_DiscardUnknown()

func (*ListUserCourseResponse) XXX_Marshal

func (m *ListUserCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUserCourseResponse) XXX_Merge

func (m *ListUserCourseResponse) XXX_Merge(src proto.Message)

func (*ListUserCourseResponse) XXX_Size

func (m *ListUserCourseResponse) XXX_Size() int

func (*ListUserCourseResponse) XXX_Unmarshal

func (m *ListUserCourseResponse) XXX_Unmarshal(b []byte) error

type LoginRequest

type LoginRequest struct {
	AccountID            int32    `protobuf:"varint,1,opt,name=AccountID,proto3" json:"AccountID,omitempty"`
	PasswordMD5          string   `protobuf:"bytes,2,opt,name=PasswordMD5,proto3" json:"PasswordMD5,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginRequest) Descriptor

func (*LoginRequest) Descriptor() ([]byte, []int)

func (*LoginRequest) GetAccountID

func (m *LoginRequest) GetAccountID() int32

func (*LoginRequest) GetPasswordMD5

func (m *LoginRequest) GetPasswordMD5() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) String

func (m *LoginRequest) String() string

func (*LoginRequest) XXX_DiscardUnknown

func (m *LoginRequest) XXX_DiscardUnknown()

func (*LoginRequest) XXX_Marshal

func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginRequest) XXX_Merge

func (m *LoginRequest) XXX_Merge(src proto.Message)

func (*LoginRequest) XXX_Size

func (m *LoginRequest) XXX_Size() int

func (*LoginRequest) XXX_Unmarshal

func (m *LoginRequest) XXX_Unmarshal(b []byte) error

type LoginResponse

type LoginResponse struct {
	Token                string          `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*LoginResponse) Descriptor

func (*LoginResponse) Descriptor() ([]byte, []int)

func (*LoginResponse) GetStatus

func (m *LoginResponse) GetStatus() *ResponseStatus

func (*LoginResponse) GetToken

func (m *LoginResponse) GetToken() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) Reset

func (m *LoginResponse) Reset()

func (*LoginResponse) String

func (m *LoginResponse) String() string

func (*LoginResponse) XXX_DiscardUnknown

func (m *LoginResponse) XXX_DiscardUnknown()

func (*LoginResponse) XXX_Marshal

func (m *LoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginResponse) XXX_Merge

func (m *LoginResponse) XXX_Merge(src proto.Message)

func (*LoginResponse) XXX_Size

func (m *LoginResponse) XXX_Size() int

func (*LoginResponse) XXX_Unmarshal

func (m *LoginResponse) XXX_Unmarshal(b []byte) error

type QuestionBankServiceClient

QuestionBankServiceClient is the client API for QuestionBankService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQuestionBankServiceClient

func NewQuestionBankServiceClient(cc *grpc.ClientConn) QuestionBankServiceClient

type QuestionBankServiceServer

QuestionBankServiceServer is the server API for QuestionBankService service.

type QuestionInfoUnit

type QuestionInfoUnit struct {
	QuestionBase64       string            `protobuf:"bytes,1,opt,name=QuestionBase64,proto3" json:"QuestionBase64,omitempty"`
	AnalysisBase64       string            `protobuf:"bytes,2,opt,name=AnalysisBase64,proto3" json:"AnalysisBase64,omitempty"`
	AnswerBase64A        string            `protobuf:"bytes,3,opt,name=AnswerBase64A,proto3" json:"AnswerBase64A,omitempty"`
	AnswerBase64B        string            `protobuf:"bytes,4,opt,name=AnswerBase64B,proto3" json:"AnswerBase64B,omitempty"`
	AnswerBase64C        string            `protobuf:"bytes,5,opt,name=AnswerBase64C,proto3" json:"AnswerBase64C,omitempty"`
	AnswerBase64D        string            `protobuf:"bytes,6,opt,name=AnswerBase64D,proto3" json:"AnswerBase64D,omitempty"`
	IsA                  bool              `protobuf:"varint,7,opt,name=IsA,proto3" json:"IsA,omitempty"`
	IsB                  bool              `protobuf:"varint,8,opt,name=IsB,proto3" json:"IsB,omitempty"`
	IsC                  bool              `protobuf:"varint,9,opt,name=IsC,proto3" json:"IsC,omitempty"`
	IsD                  bool              `protobuf:"varint,10,opt,name=IsD,proto3" json:"IsD,omitempty"`
	IsTrue               bool              `protobuf:"varint,11,opt,name=IsTrue,proto3" json:"IsTrue,omitempty"`
	Type                 QuestionTypeCode  `protobuf:"varint,12,opt,name=Type,proto3,enum=pb.QuestionTypeCode" json:"Type,omitempty"`
	Level                QuestionLevelCode `protobuf:"varint,13,opt,name=Level,proto3,enum=pb.QuestionLevelCode" json:"Level,omitempty"`
	UUID                 string            `protobuf:"bytes,14,opt,name=UUID,proto3" json:"UUID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*QuestionInfoUnit) Descriptor

func (*QuestionInfoUnit) Descriptor() ([]byte, []int)

func (*QuestionInfoUnit) GetAnalysisBase64 added in v0.4.2

func (m *QuestionInfoUnit) GetAnalysisBase64() string

func (*QuestionInfoUnit) GetAnswerBase64A

func (m *QuestionInfoUnit) GetAnswerBase64A() string

func (*QuestionInfoUnit) GetAnswerBase64B

func (m *QuestionInfoUnit) GetAnswerBase64B() string

func (*QuestionInfoUnit) GetAnswerBase64C

func (m *QuestionInfoUnit) GetAnswerBase64C() string

func (*QuestionInfoUnit) GetAnswerBase64D

func (m *QuestionInfoUnit) GetAnswerBase64D() string

func (*QuestionInfoUnit) GetIsA

func (m *QuestionInfoUnit) GetIsA() bool

func (*QuestionInfoUnit) GetIsB

func (m *QuestionInfoUnit) GetIsB() bool

func (*QuestionInfoUnit) GetIsC

func (m *QuestionInfoUnit) GetIsC() bool

func (*QuestionInfoUnit) GetIsD

func (m *QuestionInfoUnit) GetIsD() bool

func (*QuestionInfoUnit) GetIsTrue added in v0.4.2

func (m *QuestionInfoUnit) GetIsTrue() bool

func (*QuestionInfoUnit) GetLevel

func (m *QuestionInfoUnit) GetLevel() QuestionLevelCode

func (*QuestionInfoUnit) GetQuestionBase64 added in v0.4.2

func (m *QuestionInfoUnit) GetQuestionBase64() string

func (*QuestionInfoUnit) GetType added in v0.4.3

func (m *QuestionInfoUnit) GetType() QuestionTypeCode

func (*QuestionInfoUnit) GetUUID added in v0.4.4

func (m *QuestionInfoUnit) GetUUID() string

func (*QuestionInfoUnit) ProtoMessage

func (*QuestionInfoUnit) ProtoMessage()

func (*QuestionInfoUnit) Reset

func (m *QuestionInfoUnit) Reset()

func (*QuestionInfoUnit) String

func (m *QuestionInfoUnit) String() string

func (*QuestionInfoUnit) XXX_DiscardUnknown

func (m *QuestionInfoUnit) XXX_DiscardUnknown()

func (*QuestionInfoUnit) XXX_Marshal

func (m *QuestionInfoUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QuestionInfoUnit) XXX_Merge

func (m *QuestionInfoUnit) XXX_Merge(src proto.Message)

func (*QuestionInfoUnit) XXX_Size

func (m *QuestionInfoUnit) XXX_Size() int

func (*QuestionInfoUnit) XXX_Unmarshal

func (m *QuestionInfoUnit) XXX_Unmarshal(b []byte) error

type QuestionLevelCode

type QuestionLevelCode int32
const (
	QuestionLevelCode_Basic       QuestionLevelCode = 0
	QuestionLevelCode_Normal      QuestionLevelCode = 1
	QuestionLevelCode_Difficult   QuestionLevelCode = 2
	QuestionLevelCode_Challenging QuestionLevelCode = 3
)

func (QuestionLevelCode) EnumDescriptor

func (QuestionLevelCode) EnumDescriptor() ([]byte, []int)

func (QuestionLevelCode) String

func (x QuestionLevelCode) String() string

type QuestionServiceClient

type QuestionServiceClient interface {
	GetQuestion(ctx context.Context, in *GetQuestionRequest, opts ...grpc.CallOption) (*GetQuestionResponse, error)
	ListQuestion(ctx context.Context, in *ListQuestionRequest, opts ...grpc.CallOption) (*ListQuestionResponse, error)
	ShowQuestions(ctx context.Context, in *ShowQuestionsRequest, opts ...grpc.CallOption) (*ShowQuestionsResponse, error)
	CreateQuestion(ctx context.Context, in *CreateQuestionRequest, opts ...grpc.CallOption) (*CreateQuestionResponse, error)
	UpdateQuestion(ctx context.Context, in *UpdateQuestionRequest, opts ...grpc.CallOption) (*UpdateQuestionResponse, error)
	DeleteQuestion(ctx context.Context, in *DeleteQuestionRequest, opts ...grpc.CallOption) (*DeleteQuestionResponse, error)
}

QuestionServiceClient is the client API for QuestionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQuestionServiceClient

func NewQuestionServiceClient(cc *grpc.ClientConn) QuestionServiceClient

type QuestionServiceServer

QuestionServiceServer is the server API for QuestionService service.

type QuestionTypeCode added in v0.4.3

type QuestionTypeCode int32
const (
	QuestionTypeCode_Single   QuestionTypeCode = 0
	QuestionTypeCode_Multiple QuestionTypeCode = 1
	QuestionTypeCode_Judge    QuestionTypeCode = 2
)

func (QuestionTypeCode) EnumDescriptor added in v0.4.3

func (QuestionTypeCode) EnumDescriptor() ([]byte, []int)

func (QuestionTypeCode) String added in v0.4.3

func (x QuestionTypeCode) String() string

type ResetPasswordRequest

type ResetPasswordRequest struct {
	AuthToken            string   `protobuf:"bytes,1,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResetPasswordRequest) Descriptor

func (*ResetPasswordRequest) Descriptor() ([]byte, []int)

func (*ResetPasswordRequest) GetAuthToken

func (m *ResetPasswordRequest) GetAuthToken() string

func (*ResetPasswordRequest) ProtoMessage

func (*ResetPasswordRequest) ProtoMessage()

func (*ResetPasswordRequest) Reset

func (m *ResetPasswordRequest) Reset()

func (*ResetPasswordRequest) String

func (m *ResetPasswordRequest) String() string

func (*ResetPasswordRequest) XXX_DiscardUnknown

func (m *ResetPasswordRequest) XXX_DiscardUnknown()

func (*ResetPasswordRequest) XXX_Marshal

func (m *ResetPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetPasswordRequest) XXX_Merge

func (m *ResetPasswordRequest) XXX_Merge(src proto.Message)

func (*ResetPasswordRequest) XXX_Size

func (m *ResetPasswordRequest) XXX_Size() int

func (*ResetPasswordRequest) XXX_Unmarshal

func (m *ResetPasswordRequest) XXX_Unmarshal(b []byte) error

type ResetPasswordResponse

type ResetPasswordResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ResetPasswordResponse) Descriptor

func (*ResetPasswordResponse) Descriptor() ([]byte, []int)

func (*ResetPasswordResponse) GetStatus

func (m *ResetPasswordResponse) GetStatus() *ResponseStatus

func (*ResetPasswordResponse) ProtoMessage

func (*ResetPasswordResponse) ProtoMessage()

func (*ResetPasswordResponse) Reset

func (m *ResetPasswordResponse) Reset()

func (*ResetPasswordResponse) String

func (m *ResetPasswordResponse) String() string

func (*ResetPasswordResponse) XXX_DiscardUnknown

func (m *ResetPasswordResponse) XXX_DiscardUnknown()

func (*ResetPasswordResponse) XXX_Marshal

func (m *ResetPasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetPasswordResponse) XXX_Merge

func (m *ResetPasswordResponse) XXX_Merge(src proto.Message)

func (*ResetPasswordResponse) XXX_Size

func (m *ResetPasswordResponse) XXX_Size() int

func (*ResetPasswordResponse) XXX_Unmarshal

func (m *ResetPasswordResponse) XXX_Unmarshal(b []byte) error

type ResponseStatus

type ResponseStatus struct {
	Code                 ResponseStatusCode `protobuf:"varint,1,opt,name=Code,proto3,enum=pb.ResponseStatusCode" json:"Code,omitempty"`
	Message              string             `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	Error                string             `protobuf:"bytes,3,opt,name=Error,proto3" json:"Error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ResponseStatus) Descriptor

func (*ResponseStatus) Descriptor() ([]byte, []int)

func (*ResponseStatus) GetCode

func (m *ResponseStatus) GetCode() ResponseStatusCode

func (*ResponseStatus) GetError

func (m *ResponseStatus) GetError() string

func (*ResponseStatus) GetMessage

func (m *ResponseStatus) GetMessage() string

func (*ResponseStatus) ProtoMessage

func (*ResponseStatus) ProtoMessage()

func (*ResponseStatus) Reset

func (m *ResponseStatus) Reset()

func (*ResponseStatus) String

func (m *ResponseStatus) String() string

func (*ResponseStatus) XXX_DiscardUnknown

func (m *ResponseStatus) XXX_DiscardUnknown()

func (*ResponseStatus) XXX_Marshal

func (m *ResponseStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResponseStatus) XXX_Merge

func (m *ResponseStatus) XXX_Merge(src proto.Message)

func (*ResponseStatus) XXX_Size

func (m *ResponseStatus) XXX_Size() int

func (*ResponseStatus) XXX_Unmarshal

func (m *ResponseStatus) XXX_Unmarshal(b []byte) error

type ResponseStatusCode

type ResponseStatusCode int32
const (
	ResponseStatusCode_ServerError    ResponseStatusCode = 0
	ResponseStatusCode_Suc            ResponseStatusCode = 1
	ResponseStatusCode_NotAuth        ResponseStatusCode = 2
	ResponseStatusCode_FieldTypeError ResponseStatusCode = 3
	ResponseStatusCode_OtherError     ResponseStatusCode = 4
)

func (ResponseStatusCode) EnumDescriptor

func (ResponseStatusCode) EnumDescriptor() ([]byte, []int)

func (ResponseStatusCode) String

func (x ResponseStatusCode) String() string

type SetChapterManagerRequest

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 (*SetChapterManagerRequest) Descriptor

func (*SetChapterManagerRequest) Descriptor() ([]byte, []int)

func (*SetChapterManagerRequest) GetAuthToken

func (m *SetChapterManagerRequest) GetAuthToken() string

func (*SetChapterManagerRequest) GetWillSetChapterUUID

func (m *SetChapterManagerRequest) GetWillSetChapterUUID() string

func (*SetChapterManagerRequest) GetWillSetManagerUUID

func (m *SetChapterManagerRequest) GetWillSetManagerUUID() string

func (*SetChapterManagerRequest) ProtoMessage

func (*SetChapterManagerRequest) ProtoMessage()

func (*SetChapterManagerRequest) Reset

func (m *SetChapterManagerRequest) Reset()

func (*SetChapterManagerRequest) String

func (m *SetChapterManagerRequest) String() string

func (*SetChapterManagerRequest) XXX_DiscardUnknown

func (m *SetChapterManagerRequest) XXX_DiscardUnknown()

func (*SetChapterManagerRequest) XXX_Marshal

func (m *SetChapterManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetChapterManagerRequest) XXX_Merge

func (m *SetChapterManagerRequest) XXX_Merge(src proto.Message)

func (*SetChapterManagerRequest) XXX_Size

func (m *SetChapterManagerRequest) XXX_Size() int

func (*SetChapterManagerRequest) XXX_Unmarshal

func (m *SetChapterManagerRequest) XXX_Unmarshal(b []byte) error

type SetChapterManagerResponse

type SetChapterManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetChapterManagerResponse) Descriptor

func (*SetChapterManagerResponse) Descriptor() ([]byte, []int)

func (*SetChapterManagerResponse) GetStatus

func (m *SetChapterManagerResponse) GetStatus() *ResponseStatus

func (*SetChapterManagerResponse) ProtoMessage

func (*SetChapterManagerResponse) ProtoMessage()

func (*SetChapterManagerResponse) Reset

func (m *SetChapterManagerResponse) Reset()

func (*SetChapterManagerResponse) String

func (m *SetChapterManagerResponse) String() string

func (*SetChapterManagerResponse) XXX_DiscardUnknown

func (m *SetChapterManagerResponse) XXX_DiscardUnknown()

func (*SetChapterManagerResponse) XXX_Marshal

func (m *SetChapterManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetChapterManagerResponse) XXX_Merge

func (m *SetChapterManagerResponse) XXX_Merge(src proto.Message)

func (*SetChapterManagerResponse) XXX_Size

func (m *SetChapterManagerResponse) XXX_Size() int

func (*SetChapterManagerResponse) XXX_Unmarshal

func (m *SetChapterManagerResponse) XXX_Unmarshal(b []byte) error

type SetClassManagerRequest

type SetClassManagerRequest struct {
	WillSetClassUUID     string   `protobuf:"bytes,1,opt,name=WillSetClassUUID,proto3" json:"WillSetClassUUID,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 (*SetClassManagerRequest) Descriptor

func (*SetClassManagerRequest) Descriptor() ([]byte, []int)

func (*SetClassManagerRequest) GetAuthToken

func (m *SetClassManagerRequest) GetAuthToken() string

func (*SetClassManagerRequest) GetWillSetClassUUID

func (m *SetClassManagerRequest) GetWillSetClassUUID() string

func (*SetClassManagerRequest) GetWillSetManagerUUID

func (m *SetClassManagerRequest) GetWillSetManagerUUID() string

func (*SetClassManagerRequest) ProtoMessage

func (*SetClassManagerRequest) ProtoMessage()

func (*SetClassManagerRequest) Reset

func (m *SetClassManagerRequest) Reset()

func (*SetClassManagerRequest) String

func (m *SetClassManagerRequest) String() string

func (*SetClassManagerRequest) XXX_DiscardUnknown

func (m *SetClassManagerRequest) XXX_DiscardUnknown()

func (*SetClassManagerRequest) XXX_Marshal

func (m *SetClassManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetClassManagerRequest) XXX_Merge

func (m *SetClassManagerRequest) XXX_Merge(src proto.Message)

func (*SetClassManagerRequest) XXX_Size

func (m *SetClassManagerRequest) XXX_Size() int

func (*SetClassManagerRequest) XXX_Unmarshal

func (m *SetClassManagerRequest) XXX_Unmarshal(b []byte) error

type SetClassManagerResponse

type SetClassManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetClassManagerResponse) Descriptor

func (*SetClassManagerResponse) Descriptor() ([]byte, []int)

func (*SetClassManagerResponse) GetStatus

func (m *SetClassManagerResponse) GetStatus() *ResponseStatus

func (*SetClassManagerResponse) ProtoMessage

func (*SetClassManagerResponse) ProtoMessage()

func (*SetClassManagerResponse) Reset

func (m *SetClassManagerResponse) Reset()

func (*SetClassManagerResponse) String

func (m *SetClassManagerResponse) String() string

func (*SetClassManagerResponse) XXX_DiscardUnknown

func (m *SetClassManagerResponse) XXX_DiscardUnknown()

func (*SetClassManagerResponse) XXX_Marshal

func (m *SetClassManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetClassManagerResponse) XXX_Merge

func (m *SetClassManagerResponse) XXX_Merge(src proto.Message)

func (*SetClassManagerResponse) XXX_Size

func (m *SetClassManagerResponse) XXX_Size() int

func (*SetClassManagerResponse) XXX_Unmarshal

func (m *SetClassManagerResponse) XXX_Unmarshal(b []byte) error

type SetCollegeManagerRequest

type SetCollegeManagerRequest struct {
	WillSetCollegeUUID   string   `protobuf:"bytes,1,opt,name=WillSetCollegeUUID,proto3" json:"WillSetCollegeUUID,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 (*SetCollegeManagerRequest) Descriptor

func (*SetCollegeManagerRequest) Descriptor() ([]byte, []int)

func (*SetCollegeManagerRequest) GetAuthToken

func (m *SetCollegeManagerRequest) GetAuthToken() string

func (*SetCollegeManagerRequest) GetWillSetCollegeUUID

func (m *SetCollegeManagerRequest) GetWillSetCollegeUUID() string

func (*SetCollegeManagerRequest) GetWillSetManagerUUID

func (m *SetCollegeManagerRequest) GetWillSetManagerUUID() string

func (*SetCollegeManagerRequest) ProtoMessage

func (*SetCollegeManagerRequest) ProtoMessage()

func (*SetCollegeManagerRequest) Reset

func (m *SetCollegeManagerRequest) Reset()

func (*SetCollegeManagerRequest) String

func (m *SetCollegeManagerRequest) String() string

func (*SetCollegeManagerRequest) XXX_DiscardUnknown

func (m *SetCollegeManagerRequest) XXX_DiscardUnknown()

func (*SetCollegeManagerRequest) XXX_Marshal

func (m *SetCollegeManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetCollegeManagerRequest) XXX_Merge

func (m *SetCollegeManagerRequest) XXX_Merge(src proto.Message)

func (*SetCollegeManagerRequest) XXX_Size

func (m *SetCollegeManagerRequest) XXX_Size() int

func (*SetCollegeManagerRequest) XXX_Unmarshal

func (m *SetCollegeManagerRequest) XXX_Unmarshal(b []byte) error

type SetCollegeManagerResponse

type SetCollegeManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetCollegeManagerResponse) Descriptor

func (*SetCollegeManagerResponse) Descriptor() ([]byte, []int)

func (*SetCollegeManagerResponse) GetStatus

func (m *SetCollegeManagerResponse) GetStatus() *ResponseStatus

func (*SetCollegeManagerResponse) ProtoMessage

func (*SetCollegeManagerResponse) ProtoMessage()

func (*SetCollegeManagerResponse) Reset

func (m *SetCollegeManagerResponse) Reset()

func (*SetCollegeManagerResponse) String

func (m *SetCollegeManagerResponse) String() string

func (*SetCollegeManagerResponse) XXX_DiscardUnknown

func (m *SetCollegeManagerResponse) XXX_DiscardUnknown()

func (*SetCollegeManagerResponse) XXX_Marshal

func (m *SetCollegeManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetCollegeManagerResponse) XXX_Merge

func (m *SetCollegeManagerResponse) XXX_Merge(src proto.Message)

func (*SetCollegeManagerResponse) XXX_Size

func (m *SetCollegeManagerResponse) XXX_Size() int

func (*SetCollegeManagerResponse) XXX_Unmarshal

func (m *SetCollegeManagerResponse) XXX_Unmarshal(b []byte) error

type SetCourseManagerRequest

type SetCourseManagerRequest struct {
	WillSetCourseUUID    string   `protobuf:"bytes,1,opt,name=WillSetCourseUUID,proto3" json:"WillSetCourseUUID,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 (*SetCourseManagerRequest) Descriptor

func (*SetCourseManagerRequest) Descriptor() ([]byte, []int)

func (*SetCourseManagerRequest) GetAuthToken

func (m *SetCourseManagerRequest) GetAuthToken() string

func (*SetCourseManagerRequest) GetWillSetCourseUUID

func (m *SetCourseManagerRequest) GetWillSetCourseUUID() string

func (*SetCourseManagerRequest) GetWillSetManagerUUID

func (m *SetCourseManagerRequest) GetWillSetManagerUUID() string

func (*SetCourseManagerRequest) ProtoMessage

func (*SetCourseManagerRequest) ProtoMessage()

func (*SetCourseManagerRequest) Reset

func (m *SetCourseManagerRequest) Reset()

func (*SetCourseManagerRequest) String

func (m *SetCourseManagerRequest) String() string

func (*SetCourseManagerRequest) XXX_DiscardUnknown

func (m *SetCourseManagerRequest) XXX_DiscardUnknown()

func (*SetCourseManagerRequest) XXX_Marshal

func (m *SetCourseManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetCourseManagerRequest) XXX_Merge

func (m *SetCourseManagerRequest) XXX_Merge(src proto.Message)

func (*SetCourseManagerRequest) XXX_Size

func (m *SetCourseManagerRequest) XXX_Size() int

func (*SetCourseManagerRequest) XXX_Unmarshal

func (m *SetCourseManagerRequest) XXX_Unmarshal(b []byte) error

type SetCourseManagerResponse

type SetCourseManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetCourseManagerResponse) Descriptor

func (*SetCourseManagerResponse) Descriptor() ([]byte, []int)

func (*SetCourseManagerResponse) GetStatus

func (m *SetCourseManagerResponse) GetStatus() *ResponseStatus

func (*SetCourseManagerResponse) ProtoMessage

func (*SetCourseManagerResponse) ProtoMessage()

func (*SetCourseManagerResponse) Reset

func (m *SetCourseManagerResponse) Reset()

func (*SetCourseManagerResponse) String

func (m *SetCourseManagerResponse) String() string

func (*SetCourseManagerResponse) XXX_DiscardUnknown

func (m *SetCourseManagerResponse) XXX_DiscardUnknown()

func (*SetCourseManagerResponse) XXX_Marshal

func (m *SetCourseManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetCourseManagerResponse) XXX_Merge

func (m *SetCourseManagerResponse) XXX_Merge(src proto.Message)

func (*SetCourseManagerResponse) XXX_Size

func (m *SetCourseManagerResponse) XXX_Size() int

func (*SetCourseManagerResponse) XXX_Unmarshal

func (m *SetCourseManagerResponse) XXX_Unmarshal(b []byte) error

type SetDisciplineManagerRequest

type SetDisciplineManagerRequest struct {
	WillSetDisciplineUUID string   `protobuf:"bytes,1,opt,name=WillSetDisciplineUUID,proto3" json:"WillSetDisciplineUUID,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 (*SetDisciplineManagerRequest) Descriptor

func (*SetDisciplineManagerRequest) Descriptor() ([]byte, []int)

func (*SetDisciplineManagerRequest) GetAuthToken

func (m *SetDisciplineManagerRequest) GetAuthToken() string

func (*SetDisciplineManagerRequest) GetWillSetDisciplineUUID

func (m *SetDisciplineManagerRequest) GetWillSetDisciplineUUID() string

func (*SetDisciplineManagerRequest) GetWillSetManagerUUID

func (m *SetDisciplineManagerRequest) GetWillSetManagerUUID() string

func (*SetDisciplineManagerRequest) ProtoMessage

func (*SetDisciplineManagerRequest) ProtoMessage()

func (*SetDisciplineManagerRequest) Reset

func (m *SetDisciplineManagerRequest) Reset()

func (*SetDisciplineManagerRequest) String

func (m *SetDisciplineManagerRequest) String() string

func (*SetDisciplineManagerRequest) XXX_DiscardUnknown

func (m *SetDisciplineManagerRequest) XXX_DiscardUnknown()

func (*SetDisciplineManagerRequest) XXX_Marshal

func (m *SetDisciplineManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDisciplineManagerRequest) XXX_Merge

func (m *SetDisciplineManagerRequest) XXX_Merge(src proto.Message)

func (*SetDisciplineManagerRequest) XXX_Size

func (m *SetDisciplineManagerRequest) XXX_Size() int

func (*SetDisciplineManagerRequest) XXX_Unmarshal

func (m *SetDisciplineManagerRequest) XXX_Unmarshal(b []byte) error

type SetDisciplineManagerResponse

type SetDisciplineManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetDisciplineManagerResponse) Descriptor

func (*SetDisciplineManagerResponse) Descriptor() ([]byte, []int)

func (*SetDisciplineManagerResponse) GetStatus

func (*SetDisciplineManagerResponse) ProtoMessage

func (*SetDisciplineManagerResponse) ProtoMessage()

func (*SetDisciplineManagerResponse) Reset

func (m *SetDisciplineManagerResponse) Reset()

func (*SetDisciplineManagerResponse) String

func (*SetDisciplineManagerResponse) XXX_DiscardUnknown

func (m *SetDisciplineManagerResponse) XXX_DiscardUnknown()

func (*SetDisciplineManagerResponse) XXX_Marshal

func (m *SetDisciplineManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDisciplineManagerResponse) XXX_Merge

func (m *SetDisciplineManagerResponse) XXX_Merge(src proto.Message)

func (*SetDisciplineManagerResponse) XXX_Size

func (m *SetDisciplineManagerResponse) XXX_Size() int

func (*SetDisciplineManagerResponse) XXX_Unmarshal

func (m *SetDisciplineManagerResponse) XXX_Unmarshal(b []byte) error

type SetQuestionBankManagerRequest

type SetQuestionBankManagerRequest struct {
	WillSetQuestionBankUUID string   `protobuf:"bytes,1,opt,name=WillSetQuestionBankUUID,proto3" json:"WillSetQuestionBankUUID,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 (*SetQuestionBankManagerRequest) Descriptor

func (*SetQuestionBankManagerRequest) Descriptor() ([]byte, []int)

func (*SetQuestionBankManagerRequest) GetAuthToken

func (m *SetQuestionBankManagerRequest) GetAuthToken() string

func (*SetQuestionBankManagerRequest) GetWillSetManagerUUID

func (m *SetQuestionBankManagerRequest) GetWillSetManagerUUID() string

func (*SetQuestionBankManagerRequest) GetWillSetQuestionBankUUID

func (m *SetQuestionBankManagerRequest) GetWillSetQuestionBankUUID() string

func (*SetQuestionBankManagerRequest) ProtoMessage

func (*SetQuestionBankManagerRequest) ProtoMessage()

func (*SetQuestionBankManagerRequest) Reset

func (m *SetQuestionBankManagerRequest) Reset()

func (*SetQuestionBankManagerRequest) String

func (*SetQuestionBankManagerRequest) XXX_DiscardUnknown

func (m *SetQuestionBankManagerRequest) XXX_DiscardUnknown()

func (*SetQuestionBankManagerRequest) XXX_Marshal

func (m *SetQuestionBankManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetQuestionBankManagerRequest) XXX_Merge

func (m *SetQuestionBankManagerRequest) XXX_Merge(src proto.Message)

func (*SetQuestionBankManagerRequest) XXX_Size

func (m *SetQuestionBankManagerRequest) XXX_Size() int

func (*SetQuestionBankManagerRequest) XXX_Unmarshal

func (m *SetQuestionBankManagerRequest) XXX_Unmarshal(b []byte) error

type SetQuestionBankManagerResponse

type SetQuestionBankManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SetQuestionBankManagerResponse) Descriptor

func (*SetQuestionBankManagerResponse) Descriptor() ([]byte, []int)

func (*SetQuestionBankManagerResponse) GetStatus

func (*SetQuestionBankManagerResponse) ProtoMessage

func (*SetQuestionBankManagerResponse) ProtoMessage()

func (*SetQuestionBankManagerResponse) Reset

func (m *SetQuestionBankManagerResponse) Reset()

func (*SetQuestionBankManagerResponse) String

func (*SetQuestionBankManagerResponse) XXX_DiscardUnknown

func (m *SetQuestionBankManagerResponse) XXX_DiscardUnknown()

func (*SetQuestionBankManagerResponse) XXX_Marshal

func (m *SetQuestionBankManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetQuestionBankManagerResponse) XXX_Merge

func (m *SetQuestionBankManagerResponse) XXX_Merge(src proto.Message)

func (*SetQuestionBankManagerResponse) XXX_Size

func (m *SetQuestionBankManagerResponse) XXX_Size() int

func (*SetQuestionBankManagerResponse) XXX_Unmarshal

func (m *SetQuestionBankManagerResponse) XXX_Unmarshal(b []byte) error

type ShowQuestionsRequest

type ShowQuestionsRequest struct {
	QuestionUUIDList     []string `protobuf:"bytes,1,rep,name=QuestionUUIDList,proto3" json:"QuestionUUIDList,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 (*ShowQuestionsRequest) Descriptor

func (*ShowQuestionsRequest) Descriptor() ([]byte, []int)

func (*ShowQuestionsRequest) GetAuthToken

func (m *ShowQuestionsRequest) GetAuthToken() string

func (*ShowQuestionsRequest) GetQuestionUUIDList

func (m *ShowQuestionsRequest) GetQuestionUUIDList() []string

func (*ShowQuestionsRequest) ProtoMessage

func (*ShowQuestionsRequest) ProtoMessage()

func (*ShowQuestionsRequest) Reset

func (m *ShowQuestionsRequest) Reset()

func (*ShowQuestionsRequest) String

func (m *ShowQuestionsRequest) String() string

func (*ShowQuestionsRequest) XXX_DiscardUnknown

func (m *ShowQuestionsRequest) XXX_DiscardUnknown()

func (*ShowQuestionsRequest) XXX_Marshal

func (m *ShowQuestionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShowQuestionsRequest) XXX_Merge

func (m *ShowQuestionsRequest) XXX_Merge(src proto.Message)

func (*ShowQuestionsRequest) XXX_Size

func (m *ShowQuestionsRequest) XXX_Size() int

func (*ShowQuestionsRequest) XXX_Unmarshal

func (m *ShowQuestionsRequest) XXX_Unmarshal(b []byte) error

type ShowQuestionsResponse

type ShowQuestionsResponse struct {
	Questions            []*QuestionInfoUnit `protobuf:"bytes,1,rep,name=Questions,proto3" json:"Questions,omitempty"`
	Status               *ResponseStatus     `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ShowQuestionsResponse) Descriptor

func (*ShowQuestionsResponse) Descriptor() ([]byte, []int)

func (*ShowQuestionsResponse) GetQuestions

func (m *ShowQuestionsResponse) GetQuestions() []*QuestionInfoUnit

func (*ShowQuestionsResponse) GetStatus

func (m *ShowQuestionsResponse) GetStatus() *ResponseStatus

func (*ShowQuestionsResponse) ProtoMessage

func (*ShowQuestionsResponse) ProtoMessage()

func (*ShowQuestionsResponse) Reset

func (m *ShowQuestionsResponse) Reset()

func (*ShowQuestionsResponse) String

func (m *ShowQuestionsResponse) String() string

func (*ShowQuestionsResponse) XXX_DiscardUnknown

func (m *ShowQuestionsResponse) XXX_DiscardUnknown()

func (*ShowQuestionsResponse) XXX_Marshal

func (m *ShowQuestionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShowQuestionsResponse) XXX_Merge

func (m *ShowQuestionsResponse) XXX_Merge(src proto.Message)

func (*ShowQuestionsResponse) XXX_Size

func (m *ShowQuestionsResponse) XXX_Size() int

func (*ShowQuestionsResponse) XXX_Unmarshal

func (m *ShowQuestionsResponse) XXX_Unmarshal(b []byte) error

type SignUpRequest

type SignUpRequest struct {
	AccountID            int32            `protobuf:"varint,1,opt,name=AccountID,proto3" json:"AccountID,omitempty"`
	PasswordMD5          string           `protobuf:"bytes,2,opt,name=PasswordMD5,proto3" json:"PasswordMD5,omitempty"`
	PasswordVerifyMd5    string           `protobuf:"bytes,3,opt,name=PasswordVerifyMd5,proto3" json:"PasswordVerifyMd5,omitempty"`
	CollegeUUID          string           `protobuf:"bytes,4,opt,name=CollegeUUID,proto3" json:"CollegeUUID,omitempty"`
	DisciplineUUID       string           `protobuf:"bytes,5,opt,name=DisciplineUUID,proto3" json:"DisciplineUUID,omitempty"`
	ClassUUID            string           `protobuf:"bytes,6,opt,name=ClassUUID,proto3" json:"ClassUUID,omitempty"`
	RoleType             UserRoleTypeCode `protobuf:"varint,7,opt,name=RoleType,proto3,enum=pb.UserRoleTypeCode" json:"RoleType,omitempty"`
	AuthToken            string           `protobuf:"bytes,8,opt,name=AuthToken,proto3" json:"AuthToken,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SignUpRequest) Descriptor

func (*SignUpRequest) Descriptor() ([]byte, []int)

func (*SignUpRequest) GetAccountID

func (m *SignUpRequest) GetAccountID() int32

func (*SignUpRequest) GetAuthToken

func (m *SignUpRequest) GetAuthToken() string

func (*SignUpRequest) GetClassUUID added in v0.4.8

func (m *SignUpRequest) GetClassUUID() string

func (*SignUpRequest) GetCollegeUUID added in v0.4.8

func (m *SignUpRequest) GetCollegeUUID() string

func (*SignUpRequest) GetDisciplineUUID added in v0.4.8

func (m *SignUpRequest) GetDisciplineUUID() string

func (*SignUpRequest) GetPasswordMD5

func (m *SignUpRequest) GetPasswordMD5() string

func (*SignUpRequest) GetPasswordVerifyMd5

func (m *SignUpRequest) GetPasswordVerifyMd5() string

func (*SignUpRequest) GetRoleType added in v0.4.9

func (m *SignUpRequest) GetRoleType() UserRoleTypeCode

func (*SignUpRequest) ProtoMessage

func (*SignUpRequest) ProtoMessage()

func (*SignUpRequest) Reset

func (m *SignUpRequest) Reset()

func (*SignUpRequest) String

func (m *SignUpRequest) String() string

func (*SignUpRequest) XXX_DiscardUnknown

func (m *SignUpRequest) XXX_DiscardUnknown()

func (*SignUpRequest) XXX_Marshal

func (m *SignUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignUpRequest) XXX_Merge

func (m *SignUpRequest) XXX_Merge(src proto.Message)

func (*SignUpRequest) XXX_Size

func (m *SignUpRequest) XXX_Size() int

func (*SignUpRequest) XXX_Unmarshal

func (m *SignUpRequest) XXX_Unmarshal(b []byte) error

type SignUpResponse

type SignUpResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SignUpResponse) Descriptor

func (*SignUpResponse) Descriptor() ([]byte, []int)

func (*SignUpResponse) GetStatus

func (m *SignUpResponse) GetStatus() *ResponseStatus

func (*SignUpResponse) ProtoMessage

func (*SignUpResponse) ProtoMessage()

func (*SignUpResponse) Reset

func (m *SignUpResponse) Reset()

func (*SignUpResponse) String

func (m *SignUpResponse) String() string

func (*SignUpResponse) XXX_DiscardUnknown

func (m *SignUpResponse) XXX_DiscardUnknown()

func (*SignUpResponse) XXX_Marshal

func (m *SignUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignUpResponse) XXX_Merge

func (m *SignUpResponse) XXX_Merge(src proto.Message)

func (*SignUpResponse) XXX_Size

func (m *SignUpResponse) XXX_Size() int

func (*SignUpResponse) XXX_Unmarshal

func (m *SignUpResponse) XXX_Unmarshal(b []byte) error

type UnSetChapterManagerRequest

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 (*UnSetChapterManagerRequest) Descriptor

func (*UnSetChapterManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetChapterManagerRequest) GetAuthToken

func (m *UnSetChapterManagerRequest) GetAuthToken() string

func (*UnSetChapterManagerRequest) GetWillUnSetChapterUUID

func (m *UnSetChapterManagerRequest) GetWillUnSetChapterUUID() string

func (*UnSetChapterManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetChapterManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetChapterManagerRequest) ProtoMessage

func (*UnSetChapterManagerRequest) ProtoMessage()

func (*UnSetChapterManagerRequest) Reset

func (m *UnSetChapterManagerRequest) Reset()

func (*UnSetChapterManagerRequest) String

func (m *UnSetChapterManagerRequest) String() string

func (*UnSetChapterManagerRequest) XXX_DiscardUnknown

func (m *UnSetChapterManagerRequest) XXX_DiscardUnknown()

func (*UnSetChapterManagerRequest) XXX_Marshal

func (m *UnSetChapterManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetChapterManagerRequest) XXX_Merge

func (m *UnSetChapterManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetChapterManagerRequest) XXX_Size

func (m *UnSetChapterManagerRequest) XXX_Size() int

func (*UnSetChapterManagerRequest) XXX_Unmarshal

func (m *UnSetChapterManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetChapterManagerResponse

type UnSetChapterManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetChapterManagerResponse) Descriptor

func (*UnSetChapterManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetChapterManagerResponse) GetStatus

func (*UnSetChapterManagerResponse) ProtoMessage

func (*UnSetChapterManagerResponse) ProtoMessage()

func (*UnSetChapterManagerResponse) Reset

func (m *UnSetChapterManagerResponse) Reset()

func (*UnSetChapterManagerResponse) String

func (m *UnSetChapterManagerResponse) String() string

func (*UnSetChapterManagerResponse) XXX_DiscardUnknown

func (m *UnSetChapterManagerResponse) XXX_DiscardUnknown()

func (*UnSetChapterManagerResponse) XXX_Marshal

func (m *UnSetChapterManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetChapterManagerResponse) XXX_Merge

func (m *UnSetChapterManagerResponse) XXX_Merge(src proto.Message)

func (*UnSetChapterManagerResponse) XXX_Size

func (m *UnSetChapterManagerResponse) XXX_Size() int

func (*UnSetChapterManagerResponse) XXX_Unmarshal

func (m *UnSetChapterManagerResponse) XXX_Unmarshal(b []byte) error

type UnSetClassManagerRequest

type UnSetClassManagerRequest struct {
	WillUnSetClassUUID   string   `protobuf:"bytes,1,opt,name=WillUnSetClassUUID,proto3" json:"WillUnSetClassUUID,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 (*UnSetClassManagerRequest) Descriptor

func (*UnSetClassManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetClassManagerRequest) GetAuthToken

func (m *UnSetClassManagerRequest) GetAuthToken() string

func (*UnSetClassManagerRequest) GetWillUnSetClassUUID

func (m *UnSetClassManagerRequest) GetWillUnSetClassUUID() string

func (*UnSetClassManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetClassManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetClassManagerRequest) ProtoMessage

func (*UnSetClassManagerRequest) ProtoMessage()

func (*UnSetClassManagerRequest) Reset

func (m *UnSetClassManagerRequest) Reset()

func (*UnSetClassManagerRequest) String

func (m *UnSetClassManagerRequest) String() string

func (*UnSetClassManagerRequest) XXX_DiscardUnknown

func (m *UnSetClassManagerRequest) XXX_DiscardUnknown()

func (*UnSetClassManagerRequest) XXX_Marshal

func (m *UnSetClassManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetClassManagerRequest) XXX_Merge

func (m *UnSetClassManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetClassManagerRequest) XXX_Size

func (m *UnSetClassManagerRequest) XXX_Size() int

func (*UnSetClassManagerRequest) XXX_Unmarshal

func (m *UnSetClassManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetClassManagerResponse

type UnSetClassManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetClassManagerResponse) Descriptor

func (*UnSetClassManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetClassManagerResponse) GetStatus

func (m *UnSetClassManagerResponse) GetStatus() *ResponseStatus

func (*UnSetClassManagerResponse) ProtoMessage

func (*UnSetClassManagerResponse) ProtoMessage()

func (*UnSetClassManagerResponse) Reset

func (m *UnSetClassManagerResponse) Reset()

func (*UnSetClassManagerResponse) String

func (m *UnSetClassManagerResponse) String() string

func (*UnSetClassManagerResponse) XXX_DiscardUnknown

func (m *UnSetClassManagerResponse) XXX_DiscardUnknown()

func (*UnSetClassManagerResponse) XXX_Marshal

func (m *UnSetClassManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetClassManagerResponse) XXX_Merge

func (m *UnSetClassManagerResponse) XXX_Merge(src proto.Message)

func (*UnSetClassManagerResponse) XXX_Size

func (m *UnSetClassManagerResponse) XXX_Size() int

func (*UnSetClassManagerResponse) XXX_Unmarshal

func (m *UnSetClassManagerResponse) XXX_Unmarshal(b []byte) error

type UnSetCollegeManagerRequest

type UnSetCollegeManagerRequest struct {
	WillUnSetCollegeUUID string   `protobuf:"bytes,1,opt,name=WillUnSetCollegeUUID,proto3" json:"WillUnSetCollegeUUID,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 (*UnSetCollegeManagerRequest) Descriptor

func (*UnSetCollegeManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetCollegeManagerRequest) GetAuthToken

func (m *UnSetCollegeManagerRequest) GetAuthToken() string

func (*UnSetCollegeManagerRequest) GetWillUnSetCollegeUUID

func (m *UnSetCollegeManagerRequest) GetWillUnSetCollegeUUID() string

func (*UnSetCollegeManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetCollegeManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetCollegeManagerRequest) ProtoMessage

func (*UnSetCollegeManagerRequest) ProtoMessage()

func (*UnSetCollegeManagerRequest) Reset

func (m *UnSetCollegeManagerRequest) Reset()

func (*UnSetCollegeManagerRequest) String

func (m *UnSetCollegeManagerRequest) String() string

func (*UnSetCollegeManagerRequest) XXX_DiscardUnknown

func (m *UnSetCollegeManagerRequest) XXX_DiscardUnknown()

func (*UnSetCollegeManagerRequest) XXX_Marshal

func (m *UnSetCollegeManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetCollegeManagerRequest) XXX_Merge

func (m *UnSetCollegeManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetCollegeManagerRequest) XXX_Size

func (m *UnSetCollegeManagerRequest) XXX_Size() int

func (*UnSetCollegeManagerRequest) XXX_Unmarshal

func (m *UnSetCollegeManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetCollegeManagerResponse

type UnSetCollegeManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetCollegeManagerResponse) Descriptor

func (*UnSetCollegeManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetCollegeManagerResponse) GetStatus

func (*UnSetCollegeManagerResponse) ProtoMessage

func (*UnSetCollegeManagerResponse) ProtoMessage()

func (*UnSetCollegeManagerResponse) Reset

func (m *UnSetCollegeManagerResponse) Reset()

func (*UnSetCollegeManagerResponse) String

func (m *UnSetCollegeManagerResponse) String() string

func (*UnSetCollegeManagerResponse) XXX_DiscardUnknown

func (m *UnSetCollegeManagerResponse) XXX_DiscardUnknown()

func (*UnSetCollegeManagerResponse) XXX_Marshal

func (m *UnSetCollegeManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetCollegeManagerResponse) XXX_Merge

func (m *UnSetCollegeManagerResponse) XXX_Merge(src proto.Message)

func (*UnSetCollegeManagerResponse) XXX_Size

func (m *UnSetCollegeManagerResponse) XXX_Size() int

func (*UnSetCollegeManagerResponse) XXX_Unmarshal

func (m *UnSetCollegeManagerResponse) XXX_Unmarshal(b []byte) error

type UnSetCourseManagerRequest

type UnSetCourseManagerRequest struct {
	WillUnSetCourseUUID  string   `protobuf:"bytes,1,opt,name=WillUnSetCourseUUID,proto3" json:"WillUnSetCourseUUID,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 (*UnSetCourseManagerRequest) Descriptor

func (*UnSetCourseManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetCourseManagerRequest) GetAuthToken

func (m *UnSetCourseManagerRequest) GetAuthToken() string

func (*UnSetCourseManagerRequest) GetWillUnSetCourseUUID

func (m *UnSetCourseManagerRequest) GetWillUnSetCourseUUID() string

func (*UnSetCourseManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetCourseManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetCourseManagerRequest) ProtoMessage

func (*UnSetCourseManagerRequest) ProtoMessage()

func (*UnSetCourseManagerRequest) Reset

func (m *UnSetCourseManagerRequest) Reset()

func (*UnSetCourseManagerRequest) String

func (m *UnSetCourseManagerRequest) String() string

func (*UnSetCourseManagerRequest) XXX_DiscardUnknown

func (m *UnSetCourseManagerRequest) XXX_DiscardUnknown()

func (*UnSetCourseManagerRequest) XXX_Marshal

func (m *UnSetCourseManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetCourseManagerRequest) XXX_Merge

func (m *UnSetCourseManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetCourseManagerRequest) XXX_Size

func (m *UnSetCourseManagerRequest) XXX_Size() int

func (*UnSetCourseManagerRequest) XXX_Unmarshal

func (m *UnSetCourseManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetCourseManagerResponse

type UnSetCourseManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetCourseManagerResponse) Descriptor

func (*UnSetCourseManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetCourseManagerResponse) GetStatus

func (*UnSetCourseManagerResponse) ProtoMessage

func (*UnSetCourseManagerResponse) ProtoMessage()

func (*UnSetCourseManagerResponse) Reset

func (m *UnSetCourseManagerResponse) Reset()

func (*UnSetCourseManagerResponse) String

func (m *UnSetCourseManagerResponse) String() string

func (*UnSetCourseManagerResponse) XXX_DiscardUnknown

func (m *UnSetCourseManagerResponse) XXX_DiscardUnknown()

func (*UnSetCourseManagerResponse) XXX_Marshal

func (m *UnSetCourseManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetCourseManagerResponse) XXX_Merge

func (m *UnSetCourseManagerResponse) XXX_Merge(src proto.Message)

func (*UnSetCourseManagerResponse) XXX_Size

func (m *UnSetCourseManagerResponse) XXX_Size() int

func (*UnSetCourseManagerResponse) XXX_Unmarshal

func (m *UnSetCourseManagerResponse) XXX_Unmarshal(b []byte) error

type UnSetDisciplineManagerRequest

type UnSetDisciplineManagerRequest struct {
	WillUnSetDisciplineUUID string   `protobuf:"bytes,1,opt,name=WillUnSetDisciplineUUID,proto3" json:"WillUnSetDisciplineUUID,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 (*UnSetDisciplineManagerRequest) Descriptor

func (*UnSetDisciplineManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetDisciplineManagerRequest) GetAuthToken

func (m *UnSetDisciplineManagerRequest) GetAuthToken() string

func (*UnSetDisciplineManagerRequest) GetWillUnSetDisciplineUUID

func (m *UnSetDisciplineManagerRequest) GetWillUnSetDisciplineUUID() string

func (*UnSetDisciplineManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetDisciplineManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetDisciplineManagerRequest) ProtoMessage

func (*UnSetDisciplineManagerRequest) ProtoMessage()

func (*UnSetDisciplineManagerRequest) Reset

func (m *UnSetDisciplineManagerRequest) Reset()

func (*UnSetDisciplineManagerRequest) String

func (*UnSetDisciplineManagerRequest) XXX_DiscardUnknown

func (m *UnSetDisciplineManagerRequest) XXX_DiscardUnknown()

func (*UnSetDisciplineManagerRequest) XXX_Marshal

func (m *UnSetDisciplineManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetDisciplineManagerRequest) XXX_Merge

func (m *UnSetDisciplineManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetDisciplineManagerRequest) XXX_Size

func (m *UnSetDisciplineManagerRequest) XXX_Size() int

func (*UnSetDisciplineManagerRequest) XXX_Unmarshal

func (m *UnSetDisciplineManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetDisciplineManagerResponse

type UnSetDisciplineManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetDisciplineManagerResponse) Descriptor

func (*UnSetDisciplineManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetDisciplineManagerResponse) GetStatus

func (*UnSetDisciplineManagerResponse) ProtoMessage

func (*UnSetDisciplineManagerResponse) ProtoMessage()

func (*UnSetDisciplineManagerResponse) Reset

func (m *UnSetDisciplineManagerResponse) Reset()

func (*UnSetDisciplineManagerResponse) String

func (*UnSetDisciplineManagerResponse) XXX_DiscardUnknown

func (m *UnSetDisciplineManagerResponse) XXX_DiscardUnknown()

func (*UnSetDisciplineManagerResponse) XXX_Marshal

func (m *UnSetDisciplineManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetDisciplineManagerResponse) XXX_Merge

func (m *UnSetDisciplineManagerResponse) XXX_Merge(src proto.Message)

func (*UnSetDisciplineManagerResponse) XXX_Size

func (m *UnSetDisciplineManagerResponse) XXX_Size() int

func (*UnSetDisciplineManagerResponse) XXX_Unmarshal

func (m *UnSetDisciplineManagerResponse) XXX_Unmarshal(b []byte) error

type UnSetQuestionBankManagerRequest

type UnSetQuestionBankManagerRequest struct {
	WillUnSetQuestionBankUUID string   `protobuf:"bytes,1,opt,name=WillUnSetQuestionBankUUID,proto3" json:"WillUnSetQuestionBankUUID,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 (*UnSetQuestionBankManagerRequest) Descriptor

func (*UnSetQuestionBankManagerRequest) Descriptor() ([]byte, []int)

func (*UnSetQuestionBankManagerRequest) GetAuthToken

func (m *UnSetQuestionBankManagerRequest) GetAuthToken() string

func (*UnSetQuestionBankManagerRequest) GetWillUnSetManagerUUID

func (m *UnSetQuestionBankManagerRequest) GetWillUnSetManagerUUID() string

func (*UnSetQuestionBankManagerRequest) GetWillUnSetQuestionBankUUID

func (m *UnSetQuestionBankManagerRequest) GetWillUnSetQuestionBankUUID() string

func (*UnSetQuestionBankManagerRequest) ProtoMessage

func (*UnSetQuestionBankManagerRequest) ProtoMessage()

func (*UnSetQuestionBankManagerRequest) Reset

func (*UnSetQuestionBankManagerRequest) String

func (*UnSetQuestionBankManagerRequest) XXX_DiscardUnknown

func (m *UnSetQuestionBankManagerRequest) XXX_DiscardUnknown()

func (*UnSetQuestionBankManagerRequest) XXX_Marshal

func (m *UnSetQuestionBankManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetQuestionBankManagerRequest) XXX_Merge

func (m *UnSetQuestionBankManagerRequest) XXX_Merge(src proto.Message)

func (*UnSetQuestionBankManagerRequest) XXX_Size

func (m *UnSetQuestionBankManagerRequest) XXX_Size() int

func (*UnSetQuestionBankManagerRequest) XXX_Unmarshal

func (m *UnSetQuestionBankManagerRequest) XXX_Unmarshal(b []byte) error

type UnSetQuestionBankManagerResponse

type UnSetQuestionBankManagerResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UnSetQuestionBankManagerResponse) Descriptor

func (*UnSetQuestionBankManagerResponse) Descriptor() ([]byte, []int)

func (*UnSetQuestionBankManagerResponse) GetStatus

func (*UnSetQuestionBankManagerResponse) ProtoMessage

func (*UnSetQuestionBankManagerResponse) ProtoMessage()

func (*UnSetQuestionBankManagerResponse) Reset

func (*UnSetQuestionBankManagerResponse) String

func (*UnSetQuestionBankManagerResponse) XXX_DiscardUnknown

func (m *UnSetQuestionBankManagerResponse) XXX_DiscardUnknown()

func (*UnSetQuestionBankManagerResponse) XXX_Marshal

func (m *UnSetQuestionBankManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnSetQuestionBankManagerResponse) XXX_Merge

func (*UnSetQuestionBankManagerResponse) XXX_Size

func (m *UnSetQuestionBankManagerResponse) XXX_Size() int

func (*UnSetQuestionBankManagerResponse) XXX_Unmarshal

func (m *UnSetQuestionBankManagerResponse) XXX_Unmarshal(b []byte) error

type UnimplementedChapterServiceServer

type UnimplementedChapterServiceServer struct {
}

UnimplementedChapterServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedChapterServiceServer) CreateChapter

func (*UnimplementedChapterServiceServer) DeleteChapter

func (*UnimplementedChapterServiceServer) GetChapter

func (*UnimplementedChapterServiceServer) GetContent

func (*UnimplementedChapterServiceServer) ListChapter

func (*UnimplementedChapterServiceServer) SetChapterManager

func (*UnimplementedChapterServiceServer) UnSetChapterManager

func (*UnimplementedChapterServiceServer) UpdateChapter

func (*UnimplementedChapterServiceServer) UpdateContent

type UnimplementedClassStructServiceServer

type UnimplementedClassStructServiceServer struct {
}

UnimplementedClassStructServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedClassStructServiceServer) CreateClass

func (*UnimplementedClassStructServiceServer) DeleteClass

func (*UnimplementedClassStructServiceServer) GetClass

func (*UnimplementedClassStructServiceServer) ListClass

func (*UnimplementedClassStructServiceServer) ListCollegeClass

func (*UnimplementedClassStructServiceServer) ListDisciplineClass

func (*UnimplementedClassStructServiceServer) SetClassManager

func (*UnimplementedClassStructServiceServer) UnSetClassManager

func (*UnimplementedClassStructServiceServer) UpdateClass

type UnimplementedCollegeStructServiceServer

type UnimplementedCollegeStructServiceServer struct {
}

UnimplementedCollegeStructServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCollegeStructServiceServer) CreateCollege

func (*UnimplementedCollegeStructServiceServer) DeleteCollege

func (*UnimplementedCollegeStructServiceServer) GetCollege

func (*UnimplementedCollegeStructServiceServer) ListCollege

func (*UnimplementedCollegeStructServiceServer) SetCollegeManager

func (*UnimplementedCollegeStructServiceServer) UnSetCollegeManager

func (*UnimplementedCollegeStructServiceServer) UpdateCollege

type UnimplementedCourseServiceServer

type UnimplementedCourseServiceServer struct {
}

UnimplementedCourseServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCourseServiceServer) CreateCourse

func (*UnimplementedCourseServiceServer) DeleteCourse

func (*UnimplementedCourseServiceServer) GetCourse

func (*UnimplementedCourseServiceServer) ListClassCourse

func (*UnimplementedCourseServiceServer) ListCollegeCourse

func (*UnimplementedCourseServiceServer) ListDisciplineCourse

func (*UnimplementedCourseServiceServer) ListUserCourse

func (*UnimplementedCourseServiceServer) SetCourseManager

func (*UnimplementedCourseServiceServer) UnSetCourseManager

func (*UnimplementedCourseServiceServer) UpdateCourse

type UnimplementedDisciplineStructServiceServer

type UnimplementedDisciplineStructServiceServer struct {
}

UnimplementedDisciplineStructServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDisciplineStructServiceServer) CreateDiscipline

func (*UnimplementedDisciplineStructServiceServer) DeleteDiscipline

func (*UnimplementedDisciplineStructServiceServer) GetDiscipline

func (*UnimplementedDisciplineStructServiceServer) ListCollegeDiscipline

func (*UnimplementedDisciplineStructServiceServer) ListDiscipline

func (*UnimplementedDisciplineStructServiceServer) SetDisciplineManager

func (*UnimplementedDisciplineStructServiceServer) UnSetDisciplineManager

func (*UnimplementedDisciplineStructServiceServer) UpdateDiscipline

type UnimplementedQuestionBankServiceServer

type UnimplementedQuestionBankServiceServer struct {
}

UnimplementedQuestionBankServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedQuestionBankServiceServer) CreateQuestionBank

func (*UnimplementedQuestionBankServiceServer) DeleteQuestionBank

func (*UnimplementedQuestionBankServiceServer) GetQuestionBank

func (*UnimplementedQuestionBankServiceServer) ListQuestionBank

func (*UnimplementedQuestionBankServiceServer) SetQuestionBankManager

func (*UnimplementedQuestionBankServiceServer) UnSetQuestionBankManager

func (*UnimplementedQuestionBankServiceServer) UpdateQuestionBank

type UnimplementedQuestionServiceServer

type UnimplementedQuestionServiceServer struct {
}

UnimplementedQuestionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedQuestionServiceServer) CreateQuestion

func (*UnimplementedQuestionServiceServer) DeleteQuestion

func (*UnimplementedQuestionServiceServer) GetQuestion

func (*UnimplementedQuestionServiceServer) ListQuestion

func (*UnimplementedQuestionServiceServer) ShowQuestions

func (*UnimplementedQuestionServiceServer) UpdateQuestion

type UnimplementedUserInfoServiceServer

type UnimplementedUserInfoServiceServer struct {
}

UnimplementedUserInfoServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserInfoServiceServer) ChangeUserRole

func (*UnimplementedUserInfoServiceServer) DeleteUser

func (*UnimplementedUserInfoServiceServer) FrozenAccount

func (*UnimplementedUserInfoServiceServer) Login

func (*UnimplementedUserInfoServiceServer) ResetPassword

func (*UnimplementedUserInfoServiceServer) SignUp

func (*UnimplementedUserInfoServiceServer) UpdateInfo

func (*UnimplementedUserInfoServiceServer) UpdatePassword

type UpdateChapterRequest

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 (*UpdateChapterRequest) Descriptor

func (*UpdateChapterRequest) Descriptor() ([]byte, []int)

func (*UpdateChapterRequest) GetAuthToken

func (m *UpdateChapterRequest) GetAuthToken() string

func (*UpdateChapterRequest) GetNewDescription

func (m *UpdateChapterRequest) GetNewDescription() string

func (*UpdateChapterRequest) GetNewName

func (m *UpdateChapterRequest) GetNewName() string

func (*UpdateChapterRequest) GetWillUpdateUUID

func (m *UpdateChapterRequest) GetWillUpdateUUID() string

func (*UpdateChapterRequest) ProtoMessage

func (*UpdateChapterRequest) ProtoMessage()

func (*UpdateChapterRequest) Reset

func (m *UpdateChapterRequest) Reset()

func (*UpdateChapterRequest) String

func (m *UpdateChapterRequest) String() string

func (*UpdateChapterRequest) XXX_DiscardUnknown

func (m *UpdateChapterRequest) XXX_DiscardUnknown()

func (*UpdateChapterRequest) XXX_Marshal

func (m *UpdateChapterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateChapterRequest) XXX_Merge

func (m *UpdateChapterRequest) XXX_Merge(src proto.Message)

func (*UpdateChapterRequest) XXX_Size

func (m *UpdateChapterRequest) XXX_Size() int

func (*UpdateChapterRequest) XXX_Unmarshal

func (m *UpdateChapterRequest) XXX_Unmarshal(b []byte) error

type UpdateChapterResponse

type UpdateChapterResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateChapterResponse) Descriptor

func (*UpdateChapterResponse) Descriptor() ([]byte, []int)

func (*UpdateChapterResponse) GetStatus

func (m *UpdateChapterResponse) GetStatus() *ResponseStatus

func (*UpdateChapterResponse) ProtoMessage

func (*UpdateChapterResponse) ProtoMessage()

func (*UpdateChapterResponse) Reset

func (m *UpdateChapterResponse) Reset()

func (*UpdateChapterResponse) String

func (m *UpdateChapterResponse) String() string

func (*UpdateChapterResponse) XXX_DiscardUnknown

func (m *UpdateChapterResponse) XXX_DiscardUnknown()

func (*UpdateChapterResponse) XXX_Marshal

func (m *UpdateChapterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateChapterResponse) XXX_Merge

func (m *UpdateChapterResponse) XXX_Merge(src proto.Message)

func (*UpdateChapterResponse) XXX_Size

func (m *UpdateChapterResponse) XXX_Size() int

func (*UpdateChapterResponse) XXX_Unmarshal

func (m *UpdateChapterResponse) XXX_Unmarshal(b []byte) error

type UpdateClassRequest

type UpdateClassRequest 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 (*UpdateClassRequest) Descriptor

func (*UpdateClassRequest) Descriptor() ([]byte, []int)

func (*UpdateClassRequest) GetAuthToken

func (m *UpdateClassRequest) GetAuthToken() string

func (*UpdateClassRequest) GetNewDescription

func (m *UpdateClassRequest) GetNewDescription() string

func (*UpdateClassRequest) GetNewName

func (m *UpdateClassRequest) GetNewName() string

func (*UpdateClassRequest) GetWillUpdateUUID

func (m *UpdateClassRequest) GetWillUpdateUUID() string

func (*UpdateClassRequest) ProtoMessage

func (*UpdateClassRequest) ProtoMessage()

func (*UpdateClassRequest) Reset

func (m *UpdateClassRequest) Reset()

func (*UpdateClassRequest) String

func (m *UpdateClassRequest) String() string

func (*UpdateClassRequest) XXX_DiscardUnknown

func (m *UpdateClassRequest) XXX_DiscardUnknown()

func (*UpdateClassRequest) XXX_Marshal

func (m *UpdateClassRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateClassRequest) XXX_Merge

func (m *UpdateClassRequest) XXX_Merge(src proto.Message)

func (*UpdateClassRequest) XXX_Size

func (m *UpdateClassRequest) XXX_Size() int

func (*UpdateClassRequest) XXX_Unmarshal

func (m *UpdateClassRequest) XXX_Unmarshal(b []byte) error

type UpdateClassResponse

type UpdateClassResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateClassResponse) Descriptor

func (*UpdateClassResponse) Descriptor() ([]byte, []int)

func (*UpdateClassResponse) GetStatus

func (m *UpdateClassResponse) GetStatus() *ResponseStatus

func (*UpdateClassResponse) ProtoMessage

func (*UpdateClassResponse) ProtoMessage()

func (*UpdateClassResponse) Reset

func (m *UpdateClassResponse) Reset()

func (*UpdateClassResponse) String

func (m *UpdateClassResponse) String() string

func (*UpdateClassResponse) XXX_DiscardUnknown

func (m *UpdateClassResponse) XXX_DiscardUnknown()

func (*UpdateClassResponse) XXX_Marshal

func (m *UpdateClassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateClassResponse) XXX_Merge

func (m *UpdateClassResponse) XXX_Merge(src proto.Message)

func (*UpdateClassResponse) XXX_Size

func (m *UpdateClassResponse) XXX_Size() int

func (*UpdateClassResponse) XXX_Unmarshal

func (m *UpdateClassResponse) XXX_Unmarshal(b []byte) error

type UpdateCollegeRequest

type UpdateCollegeRequest 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 (*UpdateCollegeRequest) Descriptor

func (*UpdateCollegeRequest) Descriptor() ([]byte, []int)

func (*UpdateCollegeRequest) GetAuthToken

func (m *UpdateCollegeRequest) GetAuthToken() string

func (*UpdateCollegeRequest) GetNewDescription

func (m *UpdateCollegeRequest) GetNewDescription() string

func (*UpdateCollegeRequest) GetNewName

func (m *UpdateCollegeRequest) GetNewName() string

func (*UpdateCollegeRequest) GetWillUpdateUUID

func (m *UpdateCollegeRequest) GetWillUpdateUUID() string

func (*UpdateCollegeRequest) ProtoMessage

func (*UpdateCollegeRequest) ProtoMessage()

func (*UpdateCollegeRequest) Reset

func (m *UpdateCollegeRequest) Reset()

func (*UpdateCollegeRequest) String

func (m *UpdateCollegeRequest) String() string

func (*UpdateCollegeRequest) XXX_DiscardUnknown

func (m *UpdateCollegeRequest) XXX_DiscardUnknown()

func (*UpdateCollegeRequest) XXX_Marshal

func (m *UpdateCollegeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCollegeRequest) XXX_Merge

func (m *UpdateCollegeRequest) XXX_Merge(src proto.Message)

func (*UpdateCollegeRequest) XXX_Size

func (m *UpdateCollegeRequest) XXX_Size() int

func (*UpdateCollegeRequest) XXX_Unmarshal

func (m *UpdateCollegeRequest) XXX_Unmarshal(b []byte) error

type UpdateCollegeResponse

type UpdateCollegeResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateCollegeResponse) Descriptor

func (*UpdateCollegeResponse) Descriptor() ([]byte, []int)

func (*UpdateCollegeResponse) GetStatus

func (m *UpdateCollegeResponse) GetStatus() *ResponseStatus

func (*UpdateCollegeResponse) ProtoMessage

func (*UpdateCollegeResponse) ProtoMessage()

func (*UpdateCollegeResponse) Reset

func (m *UpdateCollegeResponse) Reset()

func (*UpdateCollegeResponse) String

func (m *UpdateCollegeResponse) String() string

func (*UpdateCollegeResponse) XXX_DiscardUnknown

func (m *UpdateCollegeResponse) XXX_DiscardUnknown()

func (*UpdateCollegeResponse) XXX_Marshal

func (m *UpdateCollegeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCollegeResponse) XXX_Merge

func (m *UpdateCollegeResponse) XXX_Merge(src proto.Message)

func (*UpdateCollegeResponse) XXX_Size

func (m *UpdateCollegeResponse) XXX_Size() int

func (*UpdateCollegeResponse) XXX_Unmarshal

func (m *UpdateCollegeResponse) XXX_Unmarshal(b []byte) error

type UpdateContentRequest

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 (*UpdateContentRequest) Descriptor

func (*UpdateContentRequest) Descriptor() ([]byte, []int)

func (*UpdateContentRequest) GetAuthToken

func (m *UpdateContentRequest) GetAuthToken() string

func (*UpdateContentRequest) GetMarkdownBase64

func (m *UpdateContentRequest) GetMarkdownBase64() string

func (*UpdateContentRequest) GetWillUpdateUUID

func (m *UpdateContentRequest) GetWillUpdateUUID() string

func (*UpdateContentRequest) ProtoMessage

func (*UpdateContentRequest) ProtoMessage()

func (*UpdateContentRequest) Reset

func (m *UpdateContentRequest) Reset()

func (*UpdateContentRequest) String

func (m *UpdateContentRequest) String() string

func (*UpdateContentRequest) XXX_DiscardUnknown

func (m *UpdateContentRequest) XXX_DiscardUnknown()

func (*UpdateContentRequest) XXX_Marshal

func (m *UpdateContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContentRequest) XXX_Merge

func (m *UpdateContentRequest) XXX_Merge(src proto.Message)

func (*UpdateContentRequest) XXX_Size

func (m *UpdateContentRequest) XXX_Size() int

func (*UpdateContentRequest) XXX_Unmarshal

func (m *UpdateContentRequest) XXX_Unmarshal(b []byte) error

type UpdateContentResponse

type UpdateContentResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateContentResponse) Descriptor

func (*UpdateContentResponse) Descriptor() ([]byte, []int)

func (*UpdateContentResponse) GetStatus

func (m *UpdateContentResponse) GetStatus() *ResponseStatus

func (*UpdateContentResponse) ProtoMessage

func (*UpdateContentResponse) ProtoMessage()

func (*UpdateContentResponse) Reset

func (m *UpdateContentResponse) Reset()

func (*UpdateContentResponse) String

func (m *UpdateContentResponse) String() string

func (*UpdateContentResponse) XXX_DiscardUnknown

func (m *UpdateContentResponse) XXX_DiscardUnknown()

func (*UpdateContentResponse) XXX_Marshal

func (m *UpdateContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContentResponse) XXX_Merge

func (m *UpdateContentResponse) XXX_Merge(src proto.Message)

func (*UpdateContentResponse) XXX_Size

func (m *UpdateContentResponse) XXX_Size() int

func (*UpdateContentResponse) XXX_Unmarshal

func (m *UpdateContentResponse) XXX_Unmarshal(b []byte) error

type UpdateCourseRequest

type UpdateCourseRequest 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 (*UpdateCourseRequest) Descriptor

func (*UpdateCourseRequest) Descriptor() ([]byte, []int)

func (*UpdateCourseRequest) GetAuthToken

func (m *UpdateCourseRequest) GetAuthToken() string

func (*UpdateCourseRequest) GetNewDescription

func (m *UpdateCourseRequest) GetNewDescription() string

func (*UpdateCourseRequest) GetNewName

func (m *UpdateCourseRequest) GetNewName() string

func (*UpdateCourseRequest) GetWillUpdateUUID

func (m *UpdateCourseRequest) GetWillUpdateUUID() string

func (*UpdateCourseRequest) ProtoMessage

func (*UpdateCourseRequest) ProtoMessage()

func (*UpdateCourseRequest) Reset

func (m *UpdateCourseRequest) Reset()

func (*UpdateCourseRequest) String

func (m *UpdateCourseRequest) String() string

func (*UpdateCourseRequest) XXX_DiscardUnknown

func (m *UpdateCourseRequest) XXX_DiscardUnknown()

func (*UpdateCourseRequest) XXX_Marshal

func (m *UpdateCourseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCourseRequest) XXX_Merge

func (m *UpdateCourseRequest) XXX_Merge(src proto.Message)

func (*UpdateCourseRequest) XXX_Size

func (m *UpdateCourseRequest) XXX_Size() int

func (*UpdateCourseRequest) XXX_Unmarshal

func (m *UpdateCourseRequest) XXX_Unmarshal(b []byte) error

type UpdateCourseResponse

type UpdateCourseResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateCourseResponse) Descriptor

func (*UpdateCourseResponse) Descriptor() ([]byte, []int)

func (*UpdateCourseResponse) GetStatus

func (m *UpdateCourseResponse) GetStatus() *ResponseStatus

func (*UpdateCourseResponse) ProtoMessage

func (*UpdateCourseResponse) ProtoMessage()

func (*UpdateCourseResponse) Reset

func (m *UpdateCourseResponse) Reset()

func (*UpdateCourseResponse) String

func (m *UpdateCourseResponse) String() string

func (*UpdateCourseResponse) XXX_DiscardUnknown

func (m *UpdateCourseResponse) XXX_DiscardUnknown()

func (*UpdateCourseResponse) XXX_Marshal

func (m *UpdateCourseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCourseResponse) XXX_Merge

func (m *UpdateCourseResponse) XXX_Merge(src proto.Message)

func (*UpdateCourseResponse) XXX_Size

func (m *UpdateCourseResponse) XXX_Size() int

func (*UpdateCourseResponse) XXX_Unmarshal

func (m *UpdateCourseResponse) XXX_Unmarshal(b []byte) error

type UpdateDisciplineRequest

type UpdateDisciplineRequest 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 (*UpdateDisciplineRequest) Descriptor

func (*UpdateDisciplineRequest) Descriptor() ([]byte, []int)

func (*UpdateDisciplineRequest) GetAuthToken

func (m *UpdateDisciplineRequest) GetAuthToken() string

func (*UpdateDisciplineRequest) GetNewDescription

func (m *UpdateDisciplineRequest) GetNewDescription() string

func (*UpdateDisciplineRequest) GetNewName

func (m *UpdateDisciplineRequest) GetNewName() string

func (*UpdateDisciplineRequest) GetWillUpdateUUID

func (m *UpdateDisciplineRequest) GetWillUpdateUUID() string

func (*UpdateDisciplineRequest) ProtoMessage

func (*UpdateDisciplineRequest) ProtoMessage()

func (*UpdateDisciplineRequest) Reset

func (m *UpdateDisciplineRequest) Reset()

func (*UpdateDisciplineRequest) String

func (m *UpdateDisciplineRequest) String() string

func (*UpdateDisciplineRequest) XXX_DiscardUnknown

func (m *UpdateDisciplineRequest) XXX_DiscardUnknown()

func (*UpdateDisciplineRequest) XXX_Marshal

func (m *UpdateDisciplineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDisciplineRequest) XXX_Merge

func (m *UpdateDisciplineRequest) XXX_Merge(src proto.Message)

func (*UpdateDisciplineRequest) XXX_Size

func (m *UpdateDisciplineRequest) XXX_Size() int

func (*UpdateDisciplineRequest) XXX_Unmarshal

func (m *UpdateDisciplineRequest) XXX_Unmarshal(b []byte) error

type UpdateDisciplineResponse

type UpdateDisciplineResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateDisciplineResponse) Descriptor

func (*UpdateDisciplineResponse) Descriptor() ([]byte, []int)

func (*UpdateDisciplineResponse) GetStatus

func (m *UpdateDisciplineResponse) GetStatus() *ResponseStatus

func (*UpdateDisciplineResponse) ProtoMessage

func (*UpdateDisciplineResponse) ProtoMessage()

func (*UpdateDisciplineResponse) Reset

func (m *UpdateDisciplineResponse) Reset()

func (*UpdateDisciplineResponse) String

func (m *UpdateDisciplineResponse) String() string

func (*UpdateDisciplineResponse) XXX_DiscardUnknown

func (m *UpdateDisciplineResponse) XXX_DiscardUnknown()

func (*UpdateDisciplineResponse) XXX_Marshal

func (m *UpdateDisciplineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDisciplineResponse) XXX_Merge

func (m *UpdateDisciplineResponse) XXX_Merge(src proto.Message)

func (*UpdateDisciplineResponse) XXX_Size

func (m *UpdateDisciplineResponse) XXX_Size() int

func (*UpdateDisciplineResponse) XXX_Unmarshal

func (m *UpdateDisciplineResponse) XXX_Unmarshal(b []byte) error

type UpdateInfoRequest

type UpdateInfoRequest struct {
	NewName              string             `protobuf:"bytes,1,opt,name=NewName,proto3" json:"NewName,omitempty"`
	NewGender            UserGenderTypeCode `protobuf:"varint,2,opt,name=NewGender,proto3,enum=pb.UserGenderTypeCode" json:"NewGender,omitempty"`
	NewCollegeUUID       string             `protobuf:"bytes,3,opt,name=NewCollegeUUID,proto3" json:"NewCollegeUUID,omitempty"`
	NewDisciplineUUID    string             `protobuf:"bytes,4,opt,name=NewDisciplineUUID,proto3" json:"NewDisciplineUUID,omitempty"`
	NewClassUUID         string             `protobuf:"bytes,5,opt,name=NewClassUUID,proto3" json:"NewClassUUID,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 (*UpdateInfoRequest) Descriptor

func (*UpdateInfoRequest) Descriptor() ([]byte, []int)

func (*UpdateInfoRequest) GetAuthToken

func (m *UpdateInfoRequest) GetAuthToken() string

func (*UpdateInfoRequest) GetNewClassUUID

func (m *UpdateInfoRequest) GetNewClassUUID() string

func (*UpdateInfoRequest) GetNewCollegeUUID

func (m *UpdateInfoRequest) GetNewCollegeUUID() string

func (*UpdateInfoRequest) GetNewDisciplineUUID

func (m *UpdateInfoRequest) GetNewDisciplineUUID() string

func (*UpdateInfoRequest) GetNewGender

func (m *UpdateInfoRequest) GetNewGender() UserGenderTypeCode

func (*UpdateInfoRequest) GetNewName

func (m *UpdateInfoRequest) GetNewName() string

func (*UpdateInfoRequest) ProtoMessage

func (*UpdateInfoRequest) ProtoMessage()

func (*UpdateInfoRequest) Reset

func (m *UpdateInfoRequest) Reset()

func (*UpdateInfoRequest) String

func (m *UpdateInfoRequest) String() string

func (*UpdateInfoRequest) XXX_DiscardUnknown

func (m *UpdateInfoRequest) XXX_DiscardUnknown()

func (*UpdateInfoRequest) XXX_Marshal

func (m *UpdateInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInfoRequest) XXX_Merge

func (m *UpdateInfoRequest) XXX_Merge(src proto.Message)

func (*UpdateInfoRequest) XXX_Size

func (m *UpdateInfoRequest) XXX_Size() int

func (*UpdateInfoRequest) XXX_Unmarshal

func (m *UpdateInfoRequest) XXX_Unmarshal(b []byte) error

type UpdateInfoResponse

type UpdateInfoResponse struct {
	NewToken             string          `protobuf:"bytes,1,opt,name=NewToken,proto3" json:"NewToken,omitempty"`
	Status               *ResponseStatus `protobuf:"bytes,2,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateInfoResponse) Descriptor

func (*UpdateInfoResponse) Descriptor() ([]byte, []int)

func (*UpdateInfoResponse) GetNewToken

func (m *UpdateInfoResponse) GetNewToken() string

func (*UpdateInfoResponse) GetStatus

func (m *UpdateInfoResponse) GetStatus() *ResponseStatus

func (*UpdateInfoResponse) ProtoMessage

func (*UpdateInfoResponse) ProtoMessage()

func (*UpdateInfoResponse) Reset

func (m *UpdateInfoResponse) Reset()

func (*UpdateInfoResponse) String

func (m *UpdateInfoResponse) String() string

func (*UpdateInfoResponse) XXX_DiscardUnknown

func (m *UpdateInfoResponse) XXX_DiscardUnknown()

func (*UpdateInfoResponse) XXX_Marshal

func (m *UpdateInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateInfoResponse) XXX_Merge

func (m *UpdateInfoResponse) XXX_Merge(src proto.Message)

func (*UpdateInfoResponse) XXX_Size

func (m *UpdateInfoResponse) XXX_Size() int

func (*UpdateInfoResponse) XXX_Unmarshal

func (m *UpdateInfoResponse) XXX_Unmarshal(b []byte) error

type UpdatePasswordRequest

type UpdatePasswordRequest struct {
	NewPasswordMD5       string   `protobuf:"bytes,1,opt,name=NewPasswordMD5,proto3" json:"NewPasswordMD5,omitempty"`
	VerifyNewPasswordMD5 string   `protobuf:"bytes,2,opt,name=VerifyNewPasswordMD5,proto3" json:"VerifyNewPasswordMD5,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 (*UpdatePasswordRequest) Descriptor

func (*UpdatePasswordRequest) Descriptor() ([]byte, []int)

func (*UpdatePasswordRequest) GetAuthToken

func (m *UpdatePasswordRequest) GetAuthToken() string

func (*UpdatePasswordRequest) GetNewPasswordMD5

func (m *UpdatePasswordRequest) GetNewPasswordMD5() string

func (*UpdatePasswordRequest) GetVerifyNewPasswordMD5

func (m *UpdatePasswordRequest) GetVerifyNewPasswordMD5() string

func (*UpdatePasswordRequest) ProtoMessage

func (*UpdatePasswordRequest) ProtoMessage()

func (*UpdatePasswordRequest) Reset

func (m *UpdatePasswordRequest) Reset()

func (*UpdatePasswordRequest) String

func (m *UpdatePasswordRequest) String() string

func (*UpdatePasswordRequest) XXX_DiscardUnknown

func (m *UpdatePasswordRequest) XXX_DiscardUnknown()

func (*UpdatePasswordRequest) XXX_Marshal

func (m *UpdatePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatePasswordRequest) XXX_Merge

func (m *UpdatePasswordRequest) XXX_Merge(src proto.Message)

func (*UpdatePasswordRequest) XXX_Size

func (m *UpdatePasswordRequest) XXX_Size() int

func (*UpdatePasswordRequest) XXX_Unmarshal

func (m *UpdatePasswordRequest) XXX_Unmarshal(b []byte) error

type UpdatePasswordResponse

type UpdatePasswordResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdatePasswordResponse) Descriptor

func (*UpdatePasswordResponse) Descriptor() ([]byte, []int)

func (*UpdatePasswordResponse) GetStatus

func (m *UpdatePasswordResponse) GetStatus() *ResponseStatus

func (*UpdatePasswordResponse) ProtoMessage

func (*UpdatePasswordResponse) ProtoMessage()

func (*UpdatePasswordResponse) Reset

func (m *UpdatePasswordResponse) Reset()

func (*UpdatePasswordResponse) String

func (m *UpdatePasswordResponse) String() string

func (*UpdatePasswordResponse) XXX_DiscardUnknown

func (m *UpdatePasswordResponse) XXX_DiscardUnknown()

func (*UpdatePasswordResponse) XXX_Marshal

func (m *UpdatePasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatePasswordResponse) XXX_Merge

func (m *UpdatePasswordResponse) XXX_Merge(src proto.Message)

func (*UpdatePasswordResponse) XXX_Size

func (m *UpdatePasswordResponse) XXX_Size() int

func (*UpdatePasswordResponse) XXX_Unmarshal

func (m *UpdatePasswordResponse) XXX_Unmarshal(b []byte) error

type UpdateQuestionBankRequest

type UpdateQuestionBankRequest 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"`
	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 (*UpdateQuestionBankRequest) Descriptor

func (*UpdateQuestionBankRequest) Descriptor() ([]byte, []int)

func (*UpdateQuestionBankRequest) GetAuthToken

func (m *UpdateQuestionBankRequest) GetAuthToken() string

func (*UpdateQuestionBankRequest) GetDescription

func (m *UpdateQuestionBankRequest) GetDescription() string

func (*UpdateQuestionBankRequest) GetName

func (m *UpdateQuestionBankRequest) GetName() string

func (*UpdateQuestionBankRequest) GetWillUpdateUUID

func (m *UpdateQuestionBankRequest) GetWillUpdateUUID() string

func (*UpdateQuestionBankRequest) ProtoMessage

func (*UpdateQuestionBankRequest) ProtoMessage()

func (*UpdateQuestionBankRequest) Reset

func (m *UpdateQuestionBankRequest) Reset()

func (*UpdateQuestionBankRequest) String

func (m *UpdateQuestionBankRequest) String() string

func (*UpdateQuestionBankRequest) XXX_DiscardUnknown

func (m *UpdateQuestionBankRequest) XXX_DiscardUnknown()

func (*UpdateQuestionBankRequest) XXX_Marshal

func (m *UpdateQuestionBankRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateQuestionBankRequest) XXX_Merge

func (m *UpdateQuestionBankRequest) XXX_Merge(src proto.Message)

func (*UpdateQuestionBankRequest) XXX_Size

func (m *UpdateQuestionBankRequest) XXX_Size() int

func (*UpdateQuestionBankRequest) XXX_Unmarshal

func (m *UpdateQuestionBankRequest) XXX_Unmarshal(b []byte) error

type UpdateQuestionBankResponse

type UpdateQuestionBankResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateQuestionBankResponse) Descriptor

func (*UpdateQuestionBankResponse) Descriptor() ([]byte, []int)

func (*UpdateQuestionBankResponse) GetStatus

func (*UpdateQuestionBankResponse) ProtoMessage

func (*UpdateQuestionBankResponse) ProtoMessage()

func (*UpdateQuestionBankResponse) Reset

func (m *UpdateQuestionBankResponse) Reset()

func (*UpdateQuestionBankResponse) String

func (m *UpdateQuestionBankResponse) String() string

func (*UpdateQuestionBankResponse) XXX_DiscardUnknown

func (m *UpdateQuestionBankResponse) XXX_DiscardUnknown()

func (*UpdateQuestionBankResponse) XXX_Marshal

func (m *UpdateQuestionBankResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateQuestionBankResponse) XXX_Merge

func (m *UpdateQuestionBankResponse) XXX_Merge(src proto.Message)

func (*UpdateQuestionBankResponse) XXX_Size

func (m *UpdateQuestionBankResponse) XXX_Size() int

func (*UpdateQuestionBankResponse) XXX_Unmarshal

func (m *UpdateQuestionBankResponse) XXX_Unmarshal(b []byte) error

type UpdateQuestionRequest

type UpdateQuestionRequest struct {
	Question             *QuestionInfoUnit `protobuf:"bytes,1,opt,name=Question,proto3" json:"Question,omitempty"`
	WillUpdateUUID       string            `protobuf:"bytes,2,opt,name=WillUpdateUUID,proto3" json:"WillUpdateUUID,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 (*UpdateQuestionRequest) Descriptor

func (*UpdateQuestionRequest) Descriptor() ([]byte, []int)

func (*UpdateQuestionRequest) GetAuthToken

func (m *UpdateQuestionRequest) GetAuthToken() string

func (*UpdateQuestionRequest) GetQuestion

func (m *UpdateQuestionRequest) GetQuestion() *QuestionInfoUnit

func (*UpdateQuestionRequest) GetWillUpdateUUID

func (m *UpdateQuestionRequest) GetWillUpdateUUID() string

func (*UpdateQuestionRequest) ProtoMessage

func (*UpdateQuestionRequest) ProtoMessage()

func (*UpdateQuestionRequest) Reset

func (m *UpdateQuestionRequest) Reset()

func (*UpdateQuestionRequest) String

func (m *UpdateQuestionRequest) String() string

func (*UpdateQuestionRequest) XXX_DiscardUnknown

func (m *UpdateQuestionRequest) XXX_DiscardUnknown()

func (*UpdateQuestionRequest) XXX_Marshal

func (m *UpdateQuestionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateQuestionRequest) XXX_Merge

func (m *UpdateQuestionRequest) XXX_Merge(src proto.Message)

func (*UpdateQuestionRequest) XXX_Size

func (m *UpdateQuestionRequest) XXX_Size() int

func (*UpdateQuestionRequest) XXX_Unmarshal

func (m *UpdateQuestionRequest) XXX_Unmarshal(b []byte) error

type UpdateQuestionResponse

type UpdateQuestionResponse struct {
	Status               *ResponseStatus `protobuf:"bytes,1,opt,name=Status,proto3" json:"Status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateQuestionResponse) Descriptor

func (*UpdateQuestionResponse) Descriptor() ([]byte, []int)

func (*UpdateQuestionResponse) GetStatus

func (m *UpdateQuestionResponse) GetStatus() *ResponseStatus

func (*UpdateQuestionResponse) ProtoMessage

func (*UpdateQuestionResponse) ProtoMessage()

func (*UpdateQuestionResponse) Reset

func (m *UpdateQuestionResponse) Reset()

func (*UpdateQuestionResponse) String

func (m *UpdateQuestionResponse) String() string

func (*UpdateQuestionResponse) XXX_DiscardUnknown

func (m *UpdateQuestionResponse) XXX_DiscardUnknown()

func (*UpdateQuestionResponse) XXX_Marshal

func (m *UpdateQuestionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateQuestionResponse) XXX_Merge

func (m *UpdateQuestionResponse) XXX_Merge(src proto.Message)

func (*UpdateQuestionResponse) XXX_Size

func (m *UpdateQuestionResponse) XXX_Size() int

func (*UpdateQuestionResponse) XXX_Unmarshal

func (m *UpdateQuestionResponse) XXX_Unmarshal(b []byte) error

type UserGenderTypeCode

type UserGenderTypeCode int32
const (
	UserGenderTypeCode_Other UserGenderTypeCode = 0
	UserGenderTypeCode_Man   UserGenderTypeCode = 1
	UserGenderTypeCode_WoMan UserGenderTypeCode = 2
)

func (UserGenderTypeCode) EnumDescriptor

func (UserGenderTypeCode) EnumDescriptor() ([]byte, []int)

func (UserGenderTypeCode) String

func (x UserGenderTypeCode) String() string

type UserInfoServiceClient

type UserInfoServiceClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	SignUp(ctx context.Context, in *SignUpRequest, opts ...grpc.CallOption) (*SignUpResponse, error)
	UpdateInfo(ctx context.Context, in *UpdateInfoRequest, opts ...grpc.CallOption) (*UpdateInfoResponse, error)
	UpdatePassword(ctx context.Context, in *UpdatePasswordRequest, opts ...grpc.CallOption) (*UpdatePasswordResponse, error)
	ResetPassword(ctx context.Context, in *ResetPasswordRequest, opts ...grpc.CallOption) (*ResetPasswordResponse, error)
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	ChangeUserRole(ctx context.Context, in *ChangeUserRoleRequest, opts ...grpc.CallOption) (*ChangeUserRoleResponse, error)
	FrozenAccount(ctx context.Context, in *FrozenAccountRequest, opts ...grpc.CallOption) (*FrozenAccountResponse, error)
}

UserInfoServiceClient is the client API for UserInfoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserInfoServiceClient

func NewUserInfoServiceClient(cc *grpc.ClientConn) UserInfoServiceClient

type UserRoleTypeCode

type UserRoleTypeCode int32
const (
	UserRoleTypeCode_Undefine        UserRoleTypeCode = 0
	UserRoleTypeCode_Root            UserRoleTypeCode = 1
	UserRoleTypeCode_Maintainer      UserRoleTypeCode = 2
	UserRoleTypeCode_Manager         UserRoleTypeCode = 3
	UserRoleTypeCode_Leader          UserRoleTypeCode = 4
	UserRoleTypeCode_Teacher         UserRoleTypeCode = 5
	UserRoleTypeCode_Undergraduate   UserRoleTypeCode = 6
	UserRoleTypeCode_GraduateStudent UserRoleTypeCode = 7
	UserRoleTypeCode_DoctoralStudent UserRoleTypeCode = 8
)

func (UserRoleTypeCode) EnumDescriptor

func (UserRoleTypeCode) EnumDescriptor() ([]byte, []int)

func (UserRoleTypeCode) String

func (x UserRoleTypeCode) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL