package
1.6.0
Repository: https://github.com/kurtosis-tech/kurtosis.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetOrDefaultBool extract the value of a protobuf `optional bool` field with a fallback value if absent.
No description provided by the author
ParseGitURL this takes a Git url (GitHub) for now and converts it into the struct ParsedGitURL This can in the future be extended to GitLab or BitBucket or any other Git Host.
ParseOutTagBranchOrCommit splits the string around "@" and then split the after string around "/".

# Constants

No description provided by the author
MinimumSubPathsForValidGitURL for a valid GitURl we need it to look like github.com/author/repositoryName the last two are the minimum requirements for a valid Startosis URL.
No description provided by the author

# Structs

ParsedGitURL an object representing a parsed moduleURL.