domain

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 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) Cases

func (s Skill) Cases() []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
}

Jump to

Keyboard shortcuts

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