MCPcopy Create free account

hub / github.com/cbrom/Go-LMS / functions

Functions256 in github.com/cbrom/Go-LMS

MethodTableName
TableName gorm standard table name
cmd/models/quiz_question.model.go:24
MethodTableName
TableName gorm standard table name
cmd/models/quiz_question.model.go:32
MethodTableName
TableName gorm standard table name
cmd/models/level.model.go:25
MethodTableName
TableName gorm standard table name
cmd/models/level.model.go:33
MethodTableName
TableName gorm standard table name
cmd/models/user.model.go:41
MethodTableName
TableName gorm standard table name
cmd/models/user.model.go:49
MethodTableName
TableName gorm standard table name
cmd/models/answer_option.model.go:22
MethodTableName
TableName gorm standard table name
cmd/models/answer_option.model.go:30
MethodTableName
TableName gorm standard table name
cmd/models/issued_certificate.model.go:21
MethodTableName
TableName gorm standard table name
cmd/models/issued_certificate.model.go:29
MethodTableName
TableName gorm standard table name
cmd/models/target_group.model.go:24
MethodTableName
TableName gorm standard table name
cmd/models/target_group.model.go:32
MethodTableName
TableName gorm standard table name
cmd/models/course_author.model.go:22
MethodTableName
TableName gorm standard table name
cmd/models/course_author.model.go:30
MethodTableName
TableName gorm standard table name
cmd/models/certificate.model.go:30
MethodTableName
TableName gorm standard table name
cmd/models/certificate.model.go:38
MethodTableName
TableName gorm standard table name
cmd/models/quiz.model.go:21
MethodTableName
TableName gorm standard table name
cmd/models/quiz.model.go:29
MethodTableName
TableName gorm standard table name
cmd/models/target.model.go:35
MethodTableName
TableName gorm standard table name
cmd/models/target.model.go:43
MethodTableName
TableName gorm standard table name
cmd/models/target_version.model.go:21
MethodTableName
TableName gorm standard table name
cmd/models/target_version.model.go:29
MethodTableName
TableName gorm standard table name
cmd/models/student_course.model.go:21
MethodTableName
TableName gorm standard table name
cmd/models/student_course.model.go:29
MethodTableName
TableName gorm standard table name
cmd/models/quiz_user_answers.model.go:21
MethodTableName
TableName gorm standard table name
cmd/models/quiz_user_answers.model.go:29
MethodTableName
TableName gorm standard table name
cmd/models/content_block.model.go:24
MethodTableName
TableName gorm standard table name
cmd/models/content_block.model.go:32
MethodTableName
TableName gorm standard table name
cmd/models/evaluation_criteria.model.go:25
MethodTableName
TableName gorm standard table name
cmd/models/evaluation_criteria.model.go:33
FunctionTestApply
TestApply validates the ability to apply overrides to a struct value based on provided flag arguments.
pkg/flag/flag_test.go:76
FunctionTestApplyBad
TestApplyBad validates the ability to handle bad arguments on the command line.
pkg/flag/flag_test.go:117
FunctionTestDisplay
TestDisplay provides a test for displaying the command line arguments.
pkg/flag/flag_test.go:159
FunctionTestModels
(t *testing.T)
cmd/models/models_suite_test.go:12
FunctionTestParse
TestParse validates the ability to reflect and parse out the argument metadata from the provided struct value.
pkg/flag/flag_test.go:40
FunctionTestProcessNoArgs
TestProcessNoArgs validates when no arguments are passed to the Process API.
pkg/flag/flag_test.go:15
MethodTimeLocation
HasRole returns true if the claims has atleast one of the provided roles. func (c Claims) HasRole(roles ...string) bool { for _, has := range c.Roles
pkg/auth/claims.go:104
MethodUpdateOne
UpdateOne updates a given course
cmd/models/course.model.go:106
MethodUpdateOne
UpdateOne updates a given quiz question
cmd/models/quiz_question.model.go:94
MethodUpdateOne
UpdateOne updates a given level
cmd/models/level.model.go:84
MethodUpdateOne
UpdateOne updates a given answer options
cmd/models/answer_option.model.go:76
MethodUpdateOne
UpdateOne updates a given certificate
cmd/models/issued_certificate.model.go:75
MethodUpdateOne
UpdateOne updates a given target group
cmd/models/target_group.model.go:83
MethodUpdateOne
UpdateOne updates a given course author
cmd/models/course_author.model.go:86
MethodUpdateOne
UpdateOne updates a given certificate
cmd/models/certificate.model.go:89
MethodUpdateOne
UpdateOne updates a given quiz
cmd/models/quiz.model.go:80
MethodUpdateOne
UpdateOne updates a given target
cmd/models/target.model.go:99
MethodUpdateOne
UpdateOne updates a given target version
cmd/models/target_version.model.go:80
MethodUpdateOne
UpdateOne updates a given course student
cmd/models/student_course.model.go:80
MethodUpdateOne
UpdateOne updates a given quiz user answer
cmd/models/quiz_user_answers.model.go:66
MethodUpdateOne
UpdateOne updates a given content block
cmd/models/content_block.model.go:78
MethodUpdateOne
UpdateOne updates a given evaluation criteria
cmd/models/evaluation_criteria.model.go:79
Functioninit
()
pkg/auth/auth.go:30
Functionmain
()
cmd/api/main.go:22
Functionmain
()
cmd/graphql/main.go:17
FunctionpingHandler
(c *gin.Context)
cmd/api/handlers/routes.go:16
← previous201–256 of 256, ranked by callers