-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update `parse.go` to intentionally export parsing logic in order to allow re-use of the logic for parsing GitHub Actions workflow and manifest files. Even if incomplete, it may be re-usable, plus I'm willing to expand the structs to allow more use cases (it may come in handy for this project in the future). As exported funcs (and structs) there have been given documentation for completeness. The rest of the codebase is kept unexported. While the parsing logic is unlikely to see a breaking change (with the struct renames), the rest of the codebase is, at this point in time, still unstable and likely to have API changes. Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
- Loading branch information
1 parent
a93cc88
commit 488140d
Showing
5 changed files
with
81 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.