Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CycleDetail ¶
type CycleDetail struct {
ReleaseDate time.Time
EOLDate time.Time
EOL bool
Latest string
LatestReleaseDate time.Time
LTS bool
}
func NewCycleDetail ¶
func NewCycleDetail(cd *cycleDetail) (CD *CycleDetail, err error)
func SingleCycleDetail ¶ added in v0.2.1
func SingleCycleDetail(ctx context.Context, product, cycle string) (*CycleDetail, error)
Click to show internal directories.
Click to hide internal directories.