This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
eta_server
/
eta_task
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
94f2d8b07b
Rami (Branch)
Tag
aj_base_index
aj_calculate
aj_index_refresh
custom
custom_20241222
debug
feature/eta2.2.1_usda_fas
feature/eta2.4.4_gpr_risk
feature/new_task_calculate_edb
feature/pool253_edb_relation
feature/pool255_future_good
hotfix/bug5654_mysteel_stat
hotfix/trade_anaylsis_start_date
master
eta_task
/
models
/
data_manage
/
holiday.go
holiday.go
100 B
Cronologia
Originale
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}