FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/schema/stringdata.go at main · flyinprogrammer/sourcegraph · GitHub
flyinprogrammer
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
schema
/
stringdata.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (62 loc) · 2.89 KB
Breadcrumbs
sourcegraph
/
schema
/
stringdata.go
Copy path
File metadata and controls
83 lines (62 loc) · 2.89 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
package
schema
import
_
"embed"
// AWSCodeCommitSchemaJSON is the content of the file "aws_codecommit.schema.json".
//go:embed aws_codecommit.schema.json
var
AWSCodeCommitSchemaJSON
string
// BatchSpecSchemaJSON is the content of the file "batch_spec.schema.json".
//go:embed batch_spec.schema.json
var
BatchSpecSchemaJSON
string
// BitbucketCloudSchemaJSON is the content of the file "bitbucket_cloud.schema.json".
//go:embed bitbucket_cloud.schema.json
var
BitbucketCloudSchemaJSON
string
// BitbucketServerSchemaJSON is the content of the file "bitbucket_server.schema.json".
//go:embed bitbucket_server.schema.json
var
BitbucketServerSchemaJSON
string
// ChangesetSpecSchemaJSON is the content of the file "changeset_spec.schema.json".
//go:embed changeset_spec.schema.json
var
ChangesetSpecSchemaJSON
string
// GerritSchemaJSON is the content of the file "gerrit.schema.json".
//go:embed gerrit.schema.json
var
GerritSchemaJSON
string
// GitHubSchemaJSON is the content of the file "github.schema.json".
//go:embed github.schema.json
var
GitHubSchemaJSON
string
// GitLabSchemaJSON is the content of the file "gitlab.schema.json".
//go:embed gitlab.schema.json
var
GitLabSchemaJSON
string
// GitoliteSchemaJSON is the content of the file "gitolite.schema.json".
//go:embed gitolite.schema.json
var
GitoliteSchemaJSON
string
// GoModulesSchemaJSON is the content of the file "go-modules.schema.json".
//go:embed go-modules.schema.json
var
GoModulesSchemaJSON
string
// JVMPackagesSchemaJSON is the content of the file "jvm-packages.schema.json".
//go:embed jvm-packages.schema.json
var
JVMPackagesSchemaJSON
string
// NpmPackagesSchemaJSON is the content of the file "npm-packages.schema.json".
//go:embed npm-packages.schema.json
var
NpmPackagesSchemaJSON
string
// PythonPackagesSchemaJSON is the content of the file "python-packages.schema.json".
//go:embed python-packages.schema.json
var
PythonPackagesSchemaJSON
string
// RustPackagesSchemaJSON is the content of the file "python-packages.schema.json".
//go:embed rust-packages.schema.json
var
RustPackagesSchemaJSON
string
// OtherExternalServiceSchemaJSON is the content of the file "other_external_service.schema.json".
//go:embed other_external_service.schema.json
var
OtherExternalServiceSchemaJSON
string
// PerforceSchemaJSON is the content of the file "perforce.schema.json".
//go:embed perforce.schema.json
var
PerforceSchemaJSON
string
// PhabricatorSchemaJSON is the content of the file "phabricator.schema.json".
//go:embed phabricator.schema.json
var
PhabricatorSchemaJSON
string
// PagureSchemaJSON is the content of the file "pagure.schema.json".
//go:embed pagure.schema.json
var
PagureSchemaJSON
string
// SettingsSchemaJSON is the content of the file "settings.schema.json".
//go:embed settings.schema.json
var
SettingsSchemaJSON
string
// SiteSchemaJSON is the content of the file "site.schema.json".
//go:embed site.schema.json
var
SiteSchemaJSON
string
Back
|
FazBrowse Home
|
New Git URL