sync: implement hint dependency on flags
This commit is contained in:
parent
20f2597248
commit
6740256a32
6 changed files with 72 additions and 2 deletions
|
@ -14,6 +14,7 @@ type ExerciceHintParams struct {
|
|||
Content string
|
||||
Cost int64
|
||||
Title string
|
||||
NeedFlag []ExerciceDependency `toml:"need_flag,omitempty"`
|
||||
}
|
||||
|
||||
// ExerciceDependency holds dependency definitions information.
|
||||
|
|
Reference in a new issue