Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConstellation ¶
func InitFromJsonFile ¶
func InitFromUrl ¶
Types ¶
type Date ¶
type Date struct { Year int `json:"year"` Month int `json:"month"` Day int `json:"day"` LunarMonth string `json:"lunar_month"` LunarDay string `json:"lunar_day"` Week int `json:"week"` IsLargeMonth bool `json:"is_large_month"` Animal string `json:"animal"` YearGanZhi string `json:"year_gan_zhi"` MonthGanZhi string `json:"month_gan_zhi"` DayGanZhi string `json:"day_gan_zhi"` Festivals []string `json:"festivals"` Suitable []string `json:"suitable"` Avoid []string `json:"avoid"` }
func (*Date) Constellation ¶
func (*Date) NewEightWord ¶
func (*Date) WeekString ¶
type EightWord ¶
type EightWord struct { *Date // contains filtered or unexported fields }
func (*EightWord) HourGanZhi ¶
func (*EightWord) MissWuXingAttr ¶
func (*EightWord) WuXingAttr ¶
Click to show internal directories.
Click to hide internal directories.