MCPcopy Index your code
hub / github.com/coder/coder / Fetcher

Interface Fetcher

coderd/appearance/appearance.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Fetcher interface {
10 Fetch(ctx context.Context) (codersdk.AppearanceConfig, error)
11}
12
13type AGPLFetcher struct {
14 docsURL string

Calls

no outgoing calls

Tested by

no test coverage detected