core

command module
v0.0.0-...-0e43621 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

README

core

  • This component consists of code generators for configuration passed from app.
  • It makes use of openapi-generator to generate the code. It also has git submodules, each representing a custom code template for different languages.
  • It's a Golang based gRPC server to app component.
How to run this component?
  • Navigate to core directory [cd core] from root directory of compage.
  • Fire below set of commands in sequence to initialize the git submodules.
    • git submodule init
    • git submodule update --remote
  • Install openapi-generator-cli on your local machine using below commands.
    • npm install @openapitools/openapi-generator-cli -g
    • openapi-generator-cli version
  • Fire go mod tidy to install the dependencies.
  • Run command go run main.go to start the gRPC server.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL