command
module
Version:
v0.0.0-...-90775a5
Opens a new window with list of versions in this module.
Published: Nov 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
study-binding-go
Sample project to consume StudyRevisionEvent.
Build
make docker-build
make docker-push
Test Locally
# In one terminal window
go run main.go
# In another terminal window
curl -XPOST -v "http://localhost:8080" \
-H "Ce-Id: 1234" \
-H "Ce-Specversion: 1.0" \
-H "Ce-Type: StudyRevisionEvent" \
-H "Ce-Source: curl" \
-H "Content-Type: application/json" \
-d @test/event.json
Documentation
¶
* (C) Copyright IBM Corp. 2021
*
* SPDX-License-Identifier: Apache-2.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.