# Functions
AbsClean returns the cleaned absolute path of the given path.
CheckAbs is a convenience functions for determining whether a path is an absolute path.
NewProtoSetProvider returns a new ProtoSetProvider.
ProtoSetProviderWithLogger returns a ProtoSetProviderOption that uses the given logger.
ProtoSetProviderWithWalkTimeout returns a ProtoSetProviderOption will timeout after walking a directory structure when searching for Protobuf files after the given amount of time.
# Constants
DefaultWalkTimeout is the default walk timeout.
# Interfaces
ProtoSetProvider provides ProtoSets.
# Type aliases
ProtoSetProviderOption is an option for a new ProtoSetProvider.