Documentation ¶
Index ¶
- func CopyFile(src, dst string) (int64, error)
- func EncodeXML(content interface{}) ([]byte, error)
- func FileExists(name string) (bool, error)
- func FindAllDistinctStringSubmatch(data string, regexps ...*regexp.Regexp) []string
- func SortedMapKeys(m map[string]interface{}) []string
- func SortedStringMapKeys(m map[string]string) []string
- func StringSliceContains(slice []string, items []string) bool
- func StringSliceContainsAnyOf(slice []string, items ...string) bool
- func StringSliceExists(slice []string, item string) bool
- func StringSliceJoin(slices ...[]string) []string
- func StringSliceUniqueAdd(slice *[]string, item string) bool
- func StringSliceUniqueConcat(slice *[]string, items []string) bool
- func WriteFileWithBytesMarshallerContent(buildDir string, relativePath string, content BytesMarshaller) error
- func WriteFileWithContent(buildDir string, relativePath string, content []byte) error
- type BytesMarshaller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAllDistinctStringSubmatch ¶
FindAllDistinctStringSubmatch --
func SortedStringMapKeys ¶
SortedStringMapKeys --
func StringSliceContains ¶
StringSliceContains --
func StringSliceExists ¶
StringSliceExists --
func StringSliceUniqueAdd ¶
StringSliceUniqueAdd append the given item if not already present in the slice
func StringSliceUniqueConcat ¶
StringSliceUniqueConcat append all the items of the "items" slice if they are not already present in the slice
func WriteFileWithBytesMarshallerContent ¶
func WriteFileWithBytesMarshallerContent(buildDir string, relativePath string, content BytesMarshaller) error
WriteFileWithBytesMarshallerContent --
Types ¶
type BytesMarshaller ¶
BytesMarshaller --
Directories ¶
Path | Synopsis |
---|---|
Package bindings provides APIs to transform Kubernetes objects into Camel URIs equivalents
|
Package bindings provides APIs to transform Kubernetes objects into Camel URIs equivalents |
Package minishift contains utilities for Minishift deployments
|
Package minishift contains utilities for Minishift deployments |
Package sync provides useful tools to get notified when a file system resource changes
|
Package sync provides useful tools to get notified when a file system resource changes |
Click to show internal directories.
Click to hide internal directories.