Skip to content

Instantly share code, notes, and snippets.

@jupblb
Created August 7, 2025 16:21
Show Gist options
  • Save jupblb/695c4b9cf4184138be558e3d7d5e7504 to your computer and use it in GitHub Desktop.
Save jupblb/695c4b9cf4184138be558e3d7d5e7504 to your computer and use it in GitHub Desktop.
{
"data": {
"repository": {
"commit": {
"symbols": {
"__typename": "SymbolConnection",
"pageInfo": {
"hasNextPage": false,
"__typename": "PageInfo"
},
"nodes": [
{
"__typename": "Symbol",
"name": "AuthAPI",
"containerName": "client",
"kind": "INTERFACE",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 65,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 65,
"character": 13,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L66:7-66:14"
},
{
"__typename": "Symbol",
"name": "AuthUserAPI",
"containerName": "client",
"kind": "INTERFACE",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 128,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 128,
"character": 17,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L129:7-129:18"
},
{
"__typename": "Symbol",
"name": "User",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 29,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 29,
"character": 10,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L30:7-30:11"
},
{
"__typename": "Symbol",
"name": "UserRoles",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 43,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 43,
"character": 15,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L44:7-44:16"
},
{
"__typename": "Symbol",
"name": "userListEntry",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 38,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 38,
"character": 19,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L39:7-39:20"
},
{
"__typename": "Symbol",
"name": "httpAuthAPI",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 73,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 73,
"character": 17,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L74:7-74:18"
},
{
"__typename": "Symbol",
"name": "authAPIAction",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 101,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 101,
"character": 19,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L102:7-102:20"
},
{
"__typename": "Symbol",
"name": "authError",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 111,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 111,
"character": 15,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L112:7-112:16"
},
{
"__typename": "Symbol",
"name": "httpAuthUserAPI",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 151,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 151,
"character": 21,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L152:7-152:22"
},
{
"__typename": "Symbol",
"name": "authUserAPIAction",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 155,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 155,
"character": 23,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L156:7-156:24"
},
{
"__typename": "Symbol",
"name": "authUserAPIList",
"containerName": "client",
"kind": "STRUCT",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 161,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 161,
"character": 21,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L162:7-162:22"
},
{
"__typename": "Symbol",
"name": "NewAuthAPI",
"containerName": "client",
"kind": "FUNCTION",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 59,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 59,
"character": 16,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L60:7-60:17"
},
{
"__typename": "Symbol",
"name": "Enable",
"containerName": "client.httpAuthAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 77,
"character": 23,
"__typename": "Position"
},
"end": {
"line": 77,
"character": 29,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L78:24-78:30"
},
{
"__typename": "Symbol",
"name": "Disable",
"containerName": "client.httpAuthAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 81,
"character": 23,
"__typename": "Position"
},
"end": {
"line": 81,
"character": 30,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L82:24-82:31"
},
{
"__typename": "Symbol",
"name": "HTTPRequest",
"containerName": "client.authAPIAction",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 105,
"character": 25,
"__typename": "Position"
},
"end": {
"line": 105,
"character": 36,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L106:26-106:37"
},
{
"__typename": "Symbol",
"name": "Error",
"containerName": "client.authError",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 116,
"character": 13,
"__typename": "Position"
},
"end": {
"line": 116,
"character": 18,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L117:14-117:19"
},
{
"__typename": "Symbol",
"name": "NewAuthUserAPI",
"containerName": "client",
"kind": "FUNCTION",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 122,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 122,
"character": 20,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L123:7-123:21"
},
{
"__typename": "Symbol",
"name": "HTTPRequest",
"containerName": "client.authUserAPIList",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 163,
"character": 30,
"__typename": "Position"
},
"end": {
"line": 163,
"character": 41,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L164:31-164:42"
},
{
"__typename": "Symbol",
"name": "HTTPRequest",
"containerName": "client.authUserAPIAction",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 170,
"character": 29,
"__typename": "Position"
},
"end": {
"line": 170,
"character": 40,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L171:30-171:41"
},
{
"__typename": "Symbol",
"name": "ListUsers",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 186,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 186,
"character": 36,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L187:28-187:37"
},
{
"__typename": "Symbol",
"name": "AddUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 215,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 215,
"character": 34,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L216:28-216:35"
},
{
"__typename": "Symbol",
"name": "RemoveUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 227,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 227,
"character": 37,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L228:28-228:38"
},
{
"__typename": "Symbol",
"name": "GetUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 250,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 250,
"character": 34,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L251:28-251:35"
},
{
"__typename": "Symbol",
"name": "GrantUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 257,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 257,
"character": 36,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L258:28-258:37"
},
{
"__typename": "Symbol",
"name": "RevokeUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 269,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 269,
"character": 37,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L270:28-270:38"
},
{
"__typename": "Symbol",
"name": "ChangePassword",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 281,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 281,
"character": 41,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L282:28-282:42"
},
{
"__typename": "Symbol",
"name": "v2AuthURL",
"containerName": "client",
"kind": "FUNCTION",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 48,
"character": 6,
"__typename": "Position"
},
"end": {
"line": 48,
"character": 15,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L49:7-49:16"
},
{
"__typename": "Symbol",
"name": "enableDisable",
"containerName": "client.httpAuthAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 85,
"character": 23,
"__typename": "Position"
},
"end": {
"line": 85,
"character": 36,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L86:24-86:37"
},
{
"__typename": "Symbol",
"name": "addRemoveUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 234,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 234,
"character": 40,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L235:28-235:41"
},
{
"__typename": "Symbol",
"name": "modUser",
"containerName": "client.httpAuthUserAPI",
"kind": "METHOD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 293,
"character": 27,
"__typename": "Position"
},
"end": {
"line": 293,
"character": 34,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L294:28-294:35"
},
{
"__typename": "Symbol",
"name": "User",
"containerName": "client.User",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 30,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 30,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L31:3-31:7"
},
{
"__typename": "Symbol",
"name": "Password",
"containerName": "client.User",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 31,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 31,
"character": 10,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L32:3-32:11"
},
{
"__typename": "Symbol",
"name": "Roles",
"containerName": "client.User",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 32,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 32,
"character": 7,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L33:3-33:8"
},
{
"__typename": "Symbol",
"name": "Grant",
"containerName": "client.User",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 33,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 33,
"character": 7,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L34:3-34:8"
},
{
"__typename": "Symbol",
"name": "Revoke",
"containerName": "client.User",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 34,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 34,
"character": 8,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L35:3-35:9"
},
{
"__typename": "Symbol",
"name": "User",
"containerName": "client.userListEntry",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 39,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 39,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L40:3-40:7"
},
{
"__typename": "Symbol",
"name": "Roles",
"containerName": "client.userListEntry",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 40,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 40,
"character": 7,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L41:3-41:8"
},
{
"__typename": "Symbol",
"name": "User",
"containerName": "client.UserRoles",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 44,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 44,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L45:3-45:7"
},
{
"__typename": "Symbol",
"name": "Roles",
"containerName": "client.UserRoles",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 45,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 45,
"character": 7,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L46:3-46:8"
},
{
"__typename": "Symbol",
"name": "Message",
"containerName": "client.authError",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 112,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 112,
"character": 9,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L113:3-113:10"
},
{
"__typename": "Symbol",
"name": "Code",
"containerName": "client.authError",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 113,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 113,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L114:3-114:7"
},
{
"__typename": "Symbol",
"name": "client",
"containerName": "client.httpAuthAPI",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 74,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 74,
"character": 8,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L75:3-75:9"
},
{
"__typename": "Symbol",
"name": "verb",
"containerName": "client.authAPIAction",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 102,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 102,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L103:3-103:7"
},
{
"__typename": "Symbol",
"name": "client",
"containerName": "client.httpAuthUserAPI",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 152,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 152,
"character": 8,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L153:3-153:9"
},
{
"__typename": "Symbol",
"name": "verb",
"containerName": "client.authUserAPIAction",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 156,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 156,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L157:3-157:7"
},
{
"__typename": "Symbol",
"name": "username",
"containerName": "client.authUserAPIAction",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 157,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 157,
"character": 10,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L158:3-158:11"
},
{
"__typename": "Symbol",
"name": "user",
"containerName": "client.authUserAPIAction",
"kind": "FIELD",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 158,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 158,
"character": 6,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L159:3-159:7"
},
{
"__typename": "Symbol",
"name": "defaultV2AuthPrefix",
"containerName": "client",
"kind": "VARIABLE",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 26,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 26,
"character": 21,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L27:3-27:22"
},
{
"__typename": "Symbol",
"name": "Enable",
"containerName": "client.AuthAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 67,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 67,
"character": 8,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L68:3-68:9"
},
{
"__typename": "Symbol",
"name": "Disable",
"containerName": "client.AuthAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 70,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 70,
"character": 9,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L71:3-71:10"
},
{
"__typename": "Symbol",
"name": "AddUser",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 130,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 130,
"character": 9,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L131:3-131:10"
},
{
"__typename": "Symbol",
"name": "RemoveUser",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 133,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 133,
"character": 12,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L134:3-134:13"
},
{
"__typename": "Symbol",
"name": "GetUser",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 136,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 136,
"character": 9,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L137:3-137:10"
},
{
"__typename": "Symbol",
"name": "GrantUser",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 139,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 139,
"character": 11,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L140:3-140:12"
},
{
"__typename": "Symbol",
"name": "RevokeUser",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 142,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 142,
"character": 12,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L143:3-143:13"
},
{
"__typename": "Symbol",
"name": "ChangePassword",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 145,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 145,
"character": 16,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L146:3-146:17"
},
{
"__typename": "Symbol",
"name": "ListUsers",
"containerName": "client.AuthUserAPI",
"kind": "UNKNOWN",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 148,
"character": 2,
"__typename": "Position"
},
"end": {
"line": 148,
"character": 11,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L149:3-149:12"
},
{
"__typename": "Symbol",
"name": "client",
"containerName": null,
"kind": "PACKAGE",
"language": "Go",
"location": {
"resource": {
"path": "client/auth_user.go",
"__typename": "CodeIntelGitBlob"
},
"range": {
"start": {
"line": 14,
"character": 9,
"__typename": "Position"
},
"end": {
"line": 14,
"character": 15,
"__typename": "Position"
},
"__typename": "Range"
},
"__typename": "Location"
},
"url": "/github.com/sourcegraph-testing/etcd/-/blob/client/auth_user.go?L15:10-15:16"
}
]
},
"__typename": "GitCommit"
},
"__typename": "Repository"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment