Documentation ¶
Index ¶
- Constants
- func ErrList(e []error) error
- func GetDefaultRKETools(image string) (string, error)
- func GetImageTagFromImage(image string) (string, error)
- func GetObjectQueue(l interface{}) chan interface{}
- func GetTagMajorVersion(tag string) string
- func IsFileExists(filePath string) (bool, error)
- func IsSymlink(file string) (bool, error)
- func StrToSemVer(version string) (*semver.Version, error)
- func UniqueStringSlice(elements []string) []string
Constants ¶
View Source
const (
WorkerThreads = 50
)
Variables ¶
This section is empty.
Functions ¶
func GetDefaultRKETools ¶ added in v0.2.0
func GetImageTagFromImage ¶ added in v0.2.3
func GetObjectQueue ¶ added in v0.1.18
func GetObjectQueue(l interface{}) chan interface{}
func GetTagMajorVersion ¶ added in v0.1.17
func IsFileExists ¶ added in v0.2.3
func UniqueStringSlice ¶ added in v0.2.0
UniqueStringSlice - Input slice, retrun slice with unique elements. Will not maintain order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.