-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup of client/main.go (#570)
## Description shell.nix: include docker-compose for Makefile compatibility client: purge unused NewFullClientFromGlobal function client: factor out grpcCredentialFromCertEndpoint from two locations into function ## Why is this needed This removes unused code, and factors out duplicate code into a single function. The codebase is better than it was before. ## How Has This Been Tested? ```console make images make run-stack cat focal.yaml | docker exec -i tink_tink-cli_1 tink template create docker exec -i tink_tink-cli_1 tink template get docker exec -i tink_tink-cli_1 tink template delete <uuid> ``` ## How are existing users impacted? What migration steps/scripts do we need? N/A ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information
Showing
2 changed files
with
22 additions
and
45 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