utils

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultDirMod os.FileMode = 0755
View Source
const DefaultExecutableFileMod os.FileMode = 0755
View Source
const DefaultFileMod os.FileMode = 0644

Variables

This section is empty.

Functions

func ConfigureLogger

func ConfigureLogger(prefix string, writer io.Writer, level LoggingLevel) hclog.Logger

func CreateFolderIfMissing added in v0.2.0

func CreateFolderIfMissing(dir string) error

func DirExists

func DirExists(path string) bool

func NewRequest added in v0.14.0

func NewRequest(method string, url string, body io.Reader) (*http.Request, error)

func NewRequestWithContext added in v0.14.0

func NewRequestWithContext(ctx context.Context, method string, url string, body io.Reader) (*http.Request, error)

Types

type LoggingLevel added in v0.9.0

type LoggingLevel string
const (
	Trace   LoggingLevel = "trace"
	Debug   LoggingLevel = "debug"
	Info    LoggingLevel = "info"
	Warn    LoggingLevel = "warn"
	Error   LoggingLevel = "error"
	Off     LoggingLevel = "off"
	Default LoggingLevel = ""
)

type ReconnectTimeoutGenerator

type ReconnectTimeoutGenerator struct {
	// contains filtered or unexported fields
}

func (*ReconnectTimeoutGenerator) Clear

func (g *ReconnectTimeoutGenerator) Clear()

func (*ReconnectTimeoutGenerator) Next

func (g *ReconnectTimeoutGenerator) Next()

func (*ReconnectTimeoutGenerator) Timeout added in v0.2.0

Jump to

Keyboard shortcuts

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