chore: update latest, add achievements field in works
This commit is contained in:
parent
f0e8f8fa94
commit
6d532aed85
5 changed files with 57 additions and 56 deletions
1
bin/run.sh
Executable file
1
bin/run.sh
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
#!/bin/bash
|
||||||
6
go.mod
6
go.mod
|
|
@ -43,8 +43,8 @@ require (
|
||||||
google.golang.org/protobuf v1.27.1 // indirect
|
google.golang.org/protobuf v1.27.1 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/jesusperez/cfgsrv => ../lib/cfgsrv
|
replace github.com/jesusperez/cfgsrv => ../lib-cfgsrv
|
||||||
|
|
||||||
replace github.com/jesusperez/cvdata => ../lib/cvdata
|
replace github.com/jesusperez/cvdata => ../lib-cvdata
|
||||||
|
|
||||||
replace github.com/jesusperez/datautils => ../lib/datautils
|
replace github.com/jesusperez/datautils => ../lib-datautils
|
||||||
|
|
|
||||||
2
types.go
2
types.go
|
|
@ -58,7 +58,7 @@ type NewUserData struct {
|
||||||
Email string `yaml:"email" json:"email"`
|
Email string `yaml:"email" json:"email"`
|
||||||
Role string `yaml:"role" json:"role"`
|
Role string `yaml:"role" json:"role"`
|
||||||
Data string `yaml:"data" json:"data"`
|
Data string `yaml:"data" json:"data"`
|
||||||
}
|
}
|
||||||
type WebAccounts struct {
|
type WebAccounts struct {
|
||||||
Accounts gin.Accounts `yaml:"accounts"`
|
Accounts gin.Accounts `yaml:"accounts"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue