Versions in this module Expand all Collapse all v0 v0.4.1 Nov 7, 2022 Changes in this version + const ConfigFileName + const EnvHomeDir + const GoogleAPIsRepository + const KeyNamePowerProtocInclude + const KeyNameSourceName + const KeyNameSourceRelative + const KeyPowerProtoInclude + const KeySourceRelative + const ProtobufRepository + var TextDryRun = color.HiGreenString("DRY RUN") + var TextExecuteAction = color.HiGreenString("EXECUTE ACTION") + var TextExecuteCommand = color.HiGreenString("EXECUTE COMMAND") + func GetContextWithPerCommandTimeout(ctx context.Context) (context.Context, context.CancelFunc) + func GetHomeDir() string + func IsDebugMode(ctx context.Context) bool + func IsDisableAction(ctx context.Context) bool + func IsDryRun(ctx context.Context) bool + func IsIgnoreDryRun(ctx context.Context) bool + func PathForGlobalConfig() string + func WithDebugMode(ctx context.Context) context.Context + func WithDisableAction(ctx context.Context) context.Context + func WithDryRun(ctx context.Context) context.Context + func WithIgnoreDryRun(ctx context.Context) context.Context + func WithPerCommandTimeout(ctx context.Context, timeout time.Duration) context.Context