Documentation
¶
Index ¶
Constants ¶
View Source
const ( HoursInADay = 24 MinDateDiff = 0 MaxDateDiff = 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassroomServiceImpl ¶
ClassroomServiceImpl implements the last service interface defined in the IDL.
func NewClassroomService ¶
func NewClassroomService(clientSet *base.ClientSet) *ClassroomServiceImpl
func (*ClassroomServiceImpl) GetEmptyRoom ¶
func (s *ClassroomServiceImpl) GetEmptyRoom(ctx context.Context, req *classroom.EmptyRoomRequest) (resp *classroom.EmptyRoomResponse, err error)
GetEmptyRoom implements the ClassroomServiceImpl interface.
func (*ClassroomServiceImpl) GetExamRoomInfo ¶
func (s *ClassroomServiceImpl) GetExamRoomInfo(ctx context.Context, req *classroom.ExamRoomInfoRequest) (resp *classroom.ExamRoomInfoResponse, err error)
Click to show internal directories.
Click to hide internal directories.