feat: cloud custom course #971
Annotations
10 errors
|
vulncheck-check:
internal/course/handler.go#L205
invalid operation: cannot indirect courseItem.Double_ (variable of type bool)
|
|
vulncheck-check:
internal/course/handler.go#L204
invalid operation: courseItem.Double_ != nil (mismatched types bool and untyped nil)
|
|
vulncheck-check:
internal/course/handler.go#L201
invalid operation: cannot indirect courseItem.Single (variable of type bool)
|
|
vulncheck-check:
internal/course/handler.go#L200
invalid operation: courseItem.Single != nil (mismatched types bool and untyped nil)
|
|
vulncheck-check:
internal/course/handler.go#L160
cannot use courseItem.Double_ (variable of type bool) as *bool value in argument to getBoolValue
|
|
vulncheck-check:
internal/course/handler.go#L159
cannot use courseItem.Single (variable of type bool) as *bool value in argument to getBoolValue
|
|
vulncheck-check:
internal/course/handler.go#L132
cannot use courseItem.Double_ (variable of type bool) as *bool value in argument to getBoolValue
|
|
vulncheck-check:
internal/course/handler.go#L132
cannot use courseItem.Single (variable of type bool) as *bool value in argument to getBoolValue
|
|
vulncheck-check:
internal/course/pack/custom_course.go#L42
cannot use &c.IsDouble (value of type *bool) as bool value in assignment
|
|
vulncheck-check:
internal/course/pack/custom_course.go#L41
cannot use &c.IsSingle (value of type *bool) as bool value in assignment
|