Documentation ¶
Index ¶
- func Contains(s []string, e string) bool
- func CreateFile(p string) (*os.File, error)
- func IsJSON(str string) bool
- func LoadFileContent(filepath string) (string, error)
- func PullDockerImage(imageName string) error
- func PushDockerImage(imageName string) error
- func RemoveDockerImage(imageName string) error
- func TagDockerImage(sourceName, targetName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFileContent ¶
LoadFileContent loads file content
func PullDockerImage ¶
PullDockerImage pulls a docker image or returns an error
func PushDockerImage ¶
PushDockerImage pushes a docker image or returns an error
func RemoveDockerImage ¶
RemoveDockerImage deletes a docker image or return an error
func TagDockerImage ¶
TagDockerImage tags a docker image or returns an error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.