# Functions
NewPackageLinter creates a new PackageLinter.
ObjectLinterFns is a convenience function to pass multiple ObjectLinterFn to a function that cannot accept variadic arguments.
Or checks that at least one of the passed linter functions does not return an error.
PackageLinterFns is a convenience function to pass multiple PackageLinterFn to a function that cannot accept variadic arguments.
# Structs
PackageLinter lints packages by applying package and object linter functions to it.
# Type aliases
ObjectLinterFn lints an object in a package.
PackageLinterFn lints an entire package.