package
0.0.0-20240926221048-4af086f91ec7
Repository: https://github.com/stackb/scala-gazelle.git
Documentation: pkg.go.dev

# Functions

CollectFiles is a convenience function to gather files under a directory.
FileSha256 computes the sha256 hash of a file.
ListFiles is a convenience debugging function to log the files under a given dir.
NewPathTrieWithConfig allocates and returns a new *PathTrie with the given *PathTrieConfig.
No description provided by the author
No description provided by the author
ReadArgsParamsFile reads the and maybe loads from the params file if the sole argument starts with '@'; if so args are loaded from that file.
Sha256 computes the sha256 of the given reader.
WaitForConnectionAvailable pings a tcp connection every 250 milliseconds until it connects and returns true.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Intent represents an action for an attribute name or "value" optionally prefixed by a '+' or '-'.
PathTrie is a trie of string keys and interface{} values.
PathTrieConfig for building a path trie with different segmenter.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author