Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConstellation ¶
func InitFromJsonFile ¶ added in v0.1.5
func InitFromUrl ¶ added in v0.1.5
Types ¶
type Date ¶ added in v0.1.5
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 ¶ added in v0.1.5
func (*Date) NewEightWord ¶ added in v0.1.5
func (*Date) WeekString ¶ added in v0.1.5
type EightWord ¶ added in v0.1.5
type EightWord struct { *Date // contains filtered or unexported fields }
func (*EightWord) HourGanZhi ¶ added in v0.1.7
func (*EightWord) MissWuXingAttr ¶ added in v0.1.5
func (*EightWord) WuXingAttr ¶ added in v0.1.5
Click to show internal directories.
Click to hide internal directories.