Documentation ¶
Index ¶
- Constants
- Variables
- func Abs(wd, p string) string
- func AllowOwnerExec(mode os.FileMode) os.FileMode
- func BoolP(a bool) *bool
- func Copy(fs afero.Fs, src, dst string) error
- func Ext(s, version string) string
- func Int64P(a int64) *int64
- func IntP(a int) *int
- func IsOwnerExecutable(mode os.FileMode) bool
- func MkdirAll(fs afero.Fs, p string) error
- func StrP(a string) *string
- func Wait(ctx context.Context, duration time.Duration) error
Constants ¶
View Source
const (
FilePermission os.FileMode = 0o644
)
Variables ¶
View Source
var ErrHTTPStatusCodeIsGreaterEqualThan300 = errors.New("HTTP status code is greater equal than 300")
Functions ¶
func IsOwnerExecutable ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.