sourcegraph/lib
Thorsten Ball 2bfda92388
Add WorkspacesExecutionInput to lib/batches (#24720)
`WorkspacesExecutionInput` is the struct that will be serialized on
the Sourcegraph side and de-serialized in src-cli when we run single
workspaces.

Not 100% sure yet the names will stay like this forever or whether we
run into a collision but I think they're good for now.

Co-authored-by: Erik Seliger <erikseliger@me.com>
2021-09-08 09:34:16 +00:00
..
batches Add WorkspacesExecutionInput to lib/batches (#24720) 2021-09-08 09:34:16 +00:00
codeintel Don't infer lsif-java auto-index config for non-indexable repos (#24638) 2021-09-06 15:09:55 +02:00
gitservice dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
output build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00
process sg: Fix deadlock when command fails to install/run (#24654) 2021-09-06 16:14:34 +00:00
go.mod Remove id and default branch from TemplatingRepository (#24553) 2021-09-02 23:54:18 +02:00
go.sum Remove id and default branch from TemplatingRepository (#24553) 2021-09-02 23:54:18 +02:00
README.md lib: Introduce non-enterprise lib directory (#18992) 2021-03-10 19:41:33 -06:00
tools.go build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00

Sourcegraph lib module

This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.

Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.