You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can easily switch between working on code around workflows and templates and naming should follow the same convention, so interface names are not surprising, following POLA.
Current Behaviour
github.com/tinkerbell/tink/protos/workflow has WorkflowSvcClient
github.com/tinkerbell/tink/protos/hardware has HardwareServiceClient
github.com/tinkerbell/tink/protos/template has TemplateClient
The text was updated successfully, but these errors were encountered:
## Description
This overhauls and fixes a bunch of warnings/nits in our protobufs. Also, I wasn't able to build the protobufs because of version mismatches and what not.
## Why is this needed
I was not happy with the state of our protobuf build setup, managing protobuf dependencies and general protobuf lint/style issues.
Also,
Fixes: #319
## How Has This Been Tested?
Builds and `go test ./...` works.
## How are existing users impacted? What migration steps/scripts do we need?
Custom clients using our protobuf files will need to be updated, I don't know of any such clients.
Expected Behaviour
One can easily switch between working on code around workflows and templates and naming should follow the same convention, so interface names are not surprising, following POLA.
Current Behaviour
github.com/tinkerbell/tink/protos/workflow
hasWorkflowSvcClient
github.com/tinkerbell/tink/protos/hardware
hasHardwareServiceClient
github.com/tinkerbell/tink/protos/template
hasTemplateClient
The text was updated successfully, but these errors were encountered: