api

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2020 License: Apache-2.0 Imports: 4 Imported by: 18

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAPICompatible

func IsAPICompatible(apiFromLifecycle, apiFromOther *Version) bool

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 MustParse

func MustParse(v string) *Version

func NewVersion

func NewVersion(v string) (*Version, error)

func (*Version) Compare

func (v *Version) Compare(o *Version) int

func (*Version) Equal

func (v *Version) Equal(o *Version) bool

func (*Version) MarshalText

func (v *Version) MarshalText() ([]byte, error)

MarshalText makes Version satisfy the encoding.TextMarshaler interface.

func (*Version) String

func (v *Version) String() string

func (*Version) UnmarshalText

func (v *Version) UnmarshalText(text []byte) error

UnmarshalText makes Version satisfy the encoding.TextUnmarshaler interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL