Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseURL string
// contains filtered or unexported fields
}
func (*Client) SingleCycleDetail ¶
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)
Click to show internal directories.
Click to hide internal directories.