websockNotifConfig:
$ref: 'TS29122_CommonData.yaml#/components/schemas/WebsockNotifConfig'
definitions.txt
file. This step is not needed if the type is already defined in the file.generate.sh
script, between the "<replacements_start>" and "<new_replacement>" tags, to see if "TS29122_CommonData" has already been replaced in "TS29222_CAPIF_Discover_Service_API".To generate mocks manually, run the following command:
go generate ./...
NOTE! The helmmanagement
package contains two mocks from the helm.sh/helm/v3
product. If they need to be regenerated, their interfaces must be copied into the helm.go
file and a generation annotation added before running the generation script.
To build the application, run the following command:
go build
To run the unit tests for the application, run the following command:
go test ./...
The application can also be built as a Docker image, by using the following command:
docker build . -t capifcore
To run the Core Function from the command line, run the following commands from this folder.
./capifcore [-port <port (default 8080)>]