Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassroomService ¶
type ClassroomService struct {
// contains filtered or unexported fields
}
func NewClassroomService ¶
func NewClassroomService(ctx context.Context, clientset *base.ClientSet) *ClassroomService
func (*ClassroomService) GetEmptyRoom ¶
func (s *ClassroomService) GetEmptyRoom(req *classroom.EmptyRoomRequest) ([]string, error)
func (*ClassroomService) GetExamRoomInfo ¶
func (s *ClassroomService) GetExamRoomInfo(req *classroom.ExamRoomInfoRequest) ([]*jwch.ExamRoomInfo, error)
Click to show internal directories.
Click to hide internal directories.