sourcegraph/cmd/msp-example
James Cotter ea9c45df8f
msp/runtime: split contract into JobContract and ServiceContract (#63494)
Splits the runtime contract into a JobContract and ServiceContract.
This lets better handle initialisation such as env vars which is
conditional depending on the contract type.
## Test plan

<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->
ci
2024-06-26 19:46:10 +00:00
..
internal chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
service msp/runtime: split contract into JobContract and ServiceContract (#63494) 2024-06-26 19:46:10 +00:00
BUILD.bazel chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
image_test.yaml dev/msp: add CloudSQL integration (#58420) 2023-11-22 15:32:53 -08:00
main.go chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
README.md bazel: use transitions to apply cross-compile platform automatically to oci_image (#60569) 2024-02-20 13:57:56 +00:00

msp-example

This service is an example service testing and demonstrating how to build Managed Services Platform services: go/msp

Pushing a new version

bazel run //cmd/msp-example:candidate_push --stamp -- --tag insiders --repository us.gcr.io/sourcegraph-dev/msp-example