package
0.0.0-20240116224956-e289d49a7aa9
Repository: https://github.com/southclaws/sampctl.git
Documentation: pkg.go.dev
# Functions
Default defines and returns a default compiler configuration.
# Constants
ProblemError is an issue that prevents AMX generation and may or may not stop compilation.
ProblemFatal is an issue that stops compilation completely.
ProblemWarning is an issue that does not stop compilation but is still a concern.
# Structs
CompilerConfig represents a configuration for a compiler repository.
Config represents a configuration for compiling a file.
Problem represents an issue with a line in a file with a severity level, these have a full file path, a line number, a severity level (warnings, errors and fatal errors) and a short description of the problem.
Result represents the final statistics (in bytes) of a successfully built .amx file.
# Type aliases
CompilerVersion represents a compiler version number.
Problems is a slice of Problem objects with additional methods.
ProblemSeverity represents the severity of a problem, warning error or fatal.