Merge pull request #10422 from ArseniiPetrovich/patch-1

docs: API Gateway: patch documentation note about make gen command
This commit is contained in:
Łukasz Magiera 2023-03-09 01:25:18 +01:00 committed by GitHub
commit f9c8cb044e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ import (
// When adding / changing methods in this file:
// * Do the change here
// * Adjust implementation in `node/impl/`
// * Run `make gen` - this will:
// * Run `make clean && make deps && make gen` - this will:
// * Generate proxy structs
// * Generate mocks
// * Generate markdown docs