Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAPICompatible ¶
IsAPICompatible determines if the lifecycle's API version is compatible with another's API version.
Example Usage Pseudocode:
IsAPICompatible(Platform API from Lifecycle, Platform API from Platform) IsAPICompatible(Buildpack API from Lifecycle, Buildpack API from Buildpack)
Types ¶
type Version ¶
type Version struct {
// contains filtered or unexported fields
}
func NewVersion ¶
func (*Version) MarshalText ¶
MarshalText makes Version satisfy the encoding.TextMarshaler interface.
func (*Version) UnmarshalText ¶
UnmarshalText makes Version satisfy the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.