utils

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(s []string, e string) bool

Contains checks if a string is contained in a string slice

func CreateFile

func CreateFile(p string) (*os.File, error)

Creates a file under specified path

func IsJSON

func IsJSON(str string) bool

IsJSON checks if a string is in JSON format

func LoadFileContent

func LoadFileContent(filepath string) (string, error)

LoadFileContent loads file content

func PullDockerImage

func PullDockerImage(imageName string) error

PullDockerImage pulls a docker image or returns an error

func PushDockerImage

func PushDockerImage(imageName string) error

PushDockerImage pushes a docker image or returns an error

func RemoveDockerImage

func RemoveDockerImage(imageName string) error

RemoveDockerImage deletes a docker image or return an error

func TagDockerImage

func TagDockerImage(sourceName, targetName string) error

TagDockerImage tags a docker image or returns an error

Types

This section is empty.

Jump to

Keyboard shortcuts

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