package
0.7.1
Repository: https://github.com/dapperlabs/prototool.git
Documentation: pkg.go.dev

# 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.

# Structs

ProtoFile represents a .proto file.
ProtoSet represents a set of .proto files and an associated config.

# Interfaces

ProtoSetProvider provides ProtoSets.

# Type aliases

ProtoSetProviderOption is an option for a new ProtoSetProvider.