domain

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Skill

type Skill struct {
	ID           int64
	Labels       []string
	Name         string
	Desc         string
	Basic        SkillLevel
	Intermediate SkillLevel
	Advanced     SkillLevel
	Ctime        time.Time
	Utime        time.Time
}

func (Skill) CaseSets added in v0.3.0

func (s Skill) CaseSets() []int64

func (Skill) Cases

func (s Skill) Cases() []int64

func (Skill) QuestionSets added in v0.2.1

func (s Skill) QuestionSets() []int64

func (Skill) Questions

func (s Skill) Questions() []int64

type SkillLevel

type SkillLevel struct {
	Id           int64
	Desc         string
	Ctime        time.Time
	Utime        time.Time
	Questions    []int64
	Cases        []int64
	QuestionSets []int64
	CaseSets     []int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL