package
0.2.10
Repository: https://github.com/caicloud/helm-registry.git
Documentation: pkg.go.dev

# Functions

NewChart create a new Chart.
NewSpace create a new Space.
NewSpaceManager creates a new SpaceManager.
NewVersion creates new Version with chart and version name.

# Variables

ErrorContentMissing defines content must be specified.
ErrorContentNotFound defines not found error.
ErrorInternalUnknown defines internal unknown error that we can't find a reason.
ErrorInvalidParam defines invalid error.
ErrorInvalidStatus defines invalid status error.
ErrorLocking defines locking error.
ErrorNeedForcedDelete defines need to force to delete resource.
ErrorNoParameter defines parameter can't be nil or empty.
ErrorNoResource defines can't find resource from package.
ErrorParamTypeError defines param type error.
ErrorResourceExist defines resource conflict error.

# Structs

Chart defines methods for managing specific chart.
Space defines methods for managing specific chart space.
SpaceManager implements storage.SpaceManager interface, and stores charts in file system.
Version defines methods for managing specific version of a chart.

# Type aliases

StringSlice attaches the methods of Interface to []string, sorting in increasing order.
VersionSlice attaches the methods of Interface to []string, sorting in increasing order.