MCPcopy Create free account
hub / github.com/coder/envbuilder / Options

Struct Options

testutil/gittest/gittest.go:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type Options struct {
35 Files map[string]string
36 Username string
37 Password string
38 AuthMW func(http.Handler) http.Handler
39 TLS bool
40}
41
42// CreateGitServer creates a git repository with an in-memory filesystem
43// and serves it over HTTP using a httptest.Server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected