Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CourseService ¶
type CourseService struct {
// contains filtered or unexported fields
}
func NewCourseService ¶
func NewCourseService(c client.Client) *CourseService
func (*CourseService) GetTop ¶
func (c *CourseService) GetTop(ctx context.Context, req *course.CourseRequest, resp *course.CourseResponse) error
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(c client.Client) *UserService
func (*UserService) Test ¶
func (u *UserService) Test(ctx context.Context, req *user.UserRequest, resp *user.UserResponse) error
Click to show internal directories.
Click to hide internal directories.