exithelper

package
v0.0.0-...-404c704 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 1 Imported by: 2

Documentation

Overview

Copyright (c) Microsoft Corporation. Licensed under the MIT License.

Index

Constants

View Source
const (
	MiscError          = 1
	ArgumentError      = 2
	EnvironmentError   = 3
	CommunicationError = 4
	FileSystemError    = 5
	ExecutionError     = 6
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExitHelper

type ExitHelper struct{}

func (*ExitHelper) Exit

func (*ExitHelper) Exit(exitCode int)

type IExitHelper

type IExitHelper interface {
	Exit(int)
}
var Exiter IExitHelper = &ExitHelper{}

Jump to

Keyboard shortcuts

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