common

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2020 License: MIT Imports: 9 Imported by: 11

README

Common

PkgGoDev

This package contains utility functions and things shared by both the client and the daemon, such as request structs.

Documentation

Overview

Package common provides utilities, shared variables, and types for both the client and the daemon

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckForDockerCompose

func CheckForDockerCompose(cwd string) bool

CheckForDockerCompose returns false if current directory is a not a docker-compose project

func CheckForDockerfile added in v0.3.0

func CheckForDockerfile(cwd string) bool

CheckForDockerfile returns false if current directory is a not a Dockerfile project

func ExtractRepository added in v0.4.0

func ExtractRepository(URL string) string

ExtractRepository gets the project name from its URL in the form [username]/[project]

func GenerateRandomString added in v0.4.0

func GenerateRandomString() (string, error)

GenerateRandomString creates a rand.Reader-generated string for use with simple secrets and identifiers

func GetBranchFromRef added in v0.1.1

func GetBranchFromRef(ref string) string

GetBranchFromRef gets the branch name from a git ref of form refs/...

func GetFullPath added in v0.4.0

func GetFullPath(relPath string) (string, error)

GetFullPath returns the absolute path of the config file.

func GetSSHRemoteURL

func GetSSHRemoteURL(url string) string

GetSSHRemoteURL gets the URL of the given remote in the form "git@github.com:[USER]/[REPOSITORY].git"

func ParseDate added in v0.4.0

func ParseDate(dateString string) *time.Time

ParseDate parses a date in format "2006-01-02T15:04:05.000Z"

func ParseInt64 added in v0.4.0

func ParseInt64(value string) (int64, error)

ParseInt64 parses a string into an int64 value

func RemoveContents

func RemoveContents(directory string) error

RemoveContents removes all files within given directory, returns nil if successful

Types

type DevNull added in v0.4.1

type DevNull struct{}

DevNull writes to null, since a nil io.Writer will break shit

func (DevNull) Write added in v0.4.1

func (dn DevNull) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

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