diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index 609bf737..03b560ab 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -6,18 +6,18 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - id: docker_build - uses: docker/build-push-action@v2 - with: - push: true - file: "./Dockerfile.dev" - tags: | - odpf/compass:dev + - name: Checkout code + uses: actions/checkout@v3 + - name: Login to DockerHub + uses: docker/login-action@v1 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Build and push + id: docker_build + uses: docker/build-push-action@v2 + with: + push: true + file: "./Dockerfile.dev" + tags: | + raystack/compass:dev diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4e769039..d7530f60 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: "1.18" + go-version: "1.20" - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5a561f5..4bab4db6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,23 +1,22 @@ -name: release +name: Release on: push: tags: - - 'v*.*.*' - workflow_dispatch: + - "v*" jobs: - release: + goreleaser: runs-on: ubuntu-latest steps: - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: '^1.18' - - name: Checkout - uses: actions/checkout@v3 + - name: Checkout code + uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: "1.20" - name: Login to DockerHub uses: docker/login-action@v1 with: @@ -25,10 +24,10 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.6.1 + uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser version: latest - args: --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28545681..1ea66931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,12 +10,12 @@ jobs: ports: - 9200:9200 env: - ES_TEST_SERVER_URL: 'http://elasticsearch:9200' + ES_TEST_SERVER_URL: "http://elasticsearch:9200" steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: "1.20" - name: Install dependencies run: sudo apt-get install build-essential - name: Install packages @@ -28,4 +28,4 @@ jobs: run: | go get github.com/mattn/goveralls go install github.com/mattn/goveralls - goveralls -coverprofile=coverage.txt -service=github \ No newline at end of file + goveralls -coverprofile=coverage.txt -service=github diff --git a/.goreleaser.yml b/.goreleaser.yml index e58b3d8c..881adec4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,81 +1,75 @@ project_name: compass + release: prerelease: auto + before: hooks: - go mod tidy - make clean + +changelog: + sort: asc + filters: + exclude: + - "^docs:" + - "^test:" + - "^build:" + builds: - id: compass main: ./main.go binary: compass flags: [-a] ldflags: - - -X github.com/odpf/compass/cli.Version={{.Tag}} - - -X github.com/odpf/compass/cli.BuildCommit={{.FullCommit}} - - -X github.com/odpf/compass/cli.BuildDate={{.Date}} + - -X github.com/raystack/compass/cli.Version={{.Tag}} + - -X github.com/raystack/compass/cli.BuildCommit={{.FullCommit}} + - -X github.com/raystack/compass/cli.BuildDate={{.Date}} goos: [linux, darwin, windows] - goarch: [amd64, 386, arm, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library + goarch: [amd64, 386, arm, arm64] env: - CGO_ENABLED=0 + archives: - - replacements: - darwin: macos - linux: linux - windows: windows - 386: i386 - amd64: x86_64 + - id: "archives" format_overrides: - goos: windows format: zip -checksum: - name_template: "checksums.txt" -snapshot: - name_template: "{{ .Tag }}-next" -changelog: - sort: asc - filters: - exclude: - - "^docs:" - - "^test:" - - "^build:" + dockers: - - goos: linux - goarch: amd64 - ids: - - compass - dockerfile: Dockerfile + - id: dockerhub image_templates: - - "docker.io/odpf/{{.ProjectName}}:latest" - - "docker.io/odpf/{{.ProjectName}}:{{ .Version }}" - - "docker.io/odpf/{{.ProjectName}}:{{ .Version }}-amd64" + - "docker.io/raystack/{{.ProjectName}}:latest" + - "docker.io/raystack/{{.ProjectName}}:{{ .Version }}" + - "docker.io/raystack/{{.ProjectName}}:{{ .Tag }}-amd64" + nfpms: - - maintainer: ODPF - description: Metadata Discovery and Lineage Service - homepage: https://github.com/odpf/compass + - maintainer: Raystack + description: Data catalog service + homepage: https://github.com/raystack/compass license: Apache 2.0 formats: - deb - rpm - replacements: - darwin: macOS -scoop: - bucket: - owner: odpf - name: scoop-bucket - homepage: "https://github.com/odpf/compass" - description: "Metadata Discovery and Lineage Service" - license: Apache 2.0 + - apk + +scoops: + - homepage: "https://github.com/raystack/compass" + description: "Data catalog service" + license: Apache 2.0 + bucket: + owner: raystack + name: scoop-bucket + brews: - name: compass - homepage: "https://github.com/odpf/compass" - description: "Metadata Discovery and Lineage Service" + homepage: "https://github.com/raystack/compass" + description: "Data catalog service" tap: - owner: odpf + owner: raystack name: homebrew-tap license: "Apache 2.0" folder: Formula - dependencies: - name: git install: |- diff --git a/Makefile b/Makefile index 9241736d..023dd3b6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME="github.com/odpf/compass" +NAME="github.com/raystack/compass" VERSION=$(shell git describe --always --tags 2>/dev/null) COVERFILE="/tmp/compass.coverprofile" PROTON_COMMIT := "eeec3f31b21ee7d00b016fcdcd7070606aa33366" @@ -31,9 +31,9 @@ lint: ## Lint checker golangci-lint run proto: ## Generate the protobuf files - @echo " > generating protobuf from odpf/proton" + @echo " > generating protobuf from raystack/proton" @echo " > [info] make sure correct version of dependencies are installed using 'make install'" - @buf generate https://github.com/odpf/proton/archive/${PROTON_COMMIT}.zip#strip_components=1 --template buf.gen.yaml --path odpf/compass -v + @buf generate https://github.com/raystack/proton/archive/${PROTON_COMMIT}.zip#strip_components=1 --template buf.gen.yaml --path raystack/compass -v @echo " > protobuf compilation finished" install: ## Install required dependencies diff --git a/README.md b/README.md index db5a513a..601dfafd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Compass -![test workflow](https://github.com/odpf/compass/actions/workflows/test.yml/badge.svg) -![build workflow](https://github.com/odpf/compass/actions/workflows/build_dev.yml/badge.svg) -[![Coverage Status](https://coveralls.io/repos/github/odpf/compass/badge.svg?branch=main)](https://coveralls.io/github/odpf/compass?branch=main) +![test workflow](https://github.com/raystack/compass/actions/workflows/test.yml/badge.svg) +![build workflow](https://github.com/raystack/compass/actions/workflows/build_dev.yml/badge.svg) +[![Coverage Status](https://coveralls.io/repos/github/raystack/compass/badge.svg?branch=main)](https://coveralls.io/github/raystack/compass?branch=main) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache)](LICENSE) -[![Version](https://img.shields.io/github/v/release/odpf/compass?logo=semantic-release)](Version) +[![Version](https://img.shields.io/github/v/release/raystack/compass?logo=semantic-release)](Version) Compass is a search and discovery engine built for querying application deployments, datasets and meta resources. It can also optionally track data flow relationships between these resources and allow the user to view a representation of the data flow graph. @@ -25,27 +25,27 @@ Discover why users choose Compass as their main data discovery and lineage servi Explore the following resources to get started with Compass: -- [Guides](https://odpf.github.io/compass/docs/guides) provides guidance on ingesting and querying metadata from Compass. -- [Concepts](https://odpf.github.io/compass/docs/concepts) describes all important Compass concepts. -- [Reference](https://odpf.github.io/compass/docs/reference) contains details about configurations, metrics and other aspects of Compass. -- [Contribute](https://odpf.github.io/compass/docs/contribute/contribution.md) contains resources for anyone who wants to contribute to Compass. +- [Guides](https://raystack.github.io/compass/docs/guides) provides guidance on ingesting and querying metadata from Compass. +- [Concepts](https://raystack.github.io/compass/docs/concepts) describes all important Compass concepts. +- [Reference](https://raystack.github.io/compass/docs/reference) contains details about configurations, metrics and other aspects of Compass. +- [Contribute](https://raystack.github.io/compass/docs/contribute/contribution.md) contains resources for anyone who wants to contribute to Compass. ## Installation -Install Compass on macOS, Windows, Linux, OpenBSD, FreeBSD, and on any machine.
Refer this for [installations](https://odpf.github.io/compass/docs/installation) and [configurations](https://odpf.github.io/compass/docs/guides/configuration) +Install Compass on macOS, Windows, Linux, OpenBSD, FreeBSD, and on any machine.
Refer this for [installations](https://raystack.github.io/compass/docs/installation) and [configurations](https://raystack.github.io/compass/docs/guides/configuration) #### Binary (Cross-platform) -Download the appropriate version for your platform from [releases](https://github.com/odpf/compass/releases) page. Once downloaded, the binary can be run from anywhere. +Download the appropriate version for your platform from [releases](https://github.com/raystack/compass/releases) page. Once downloaded, the binary can be run from anywhere. You don’t need to install it into a global location. This works well for shared hosts and other systems where you don’t have a privileged account. Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/bin` is the most probable location. #### macOS -`compass` is available via a Homebrew Tap, and as downloadable binary from the [releases](https://github.com/odpf/compass/releases/latest) page: +`compass` is available via a Homebrew Tap, and as downloadable binary from the [releases](https://github.com/raystack/compass/releases/latest) page: ```sh -brew install odpf/tap/compass +brew install raystack/tap/compass ``` To upgrade to the latest version: @@ -62,14 +62,14 @@ compass version #### Linux -`compass` is available as downloadable binaries from the [releases](https://github.com/odpf/compass/releases/latest) page. Download the `.deb` or `.rpm` from the releases page and install with `sudo dpkg -i` and `sudo rpm -i` respectively. +`compass` is available as downloadable binaries from the [releases](https://github.com/raystack/compass/releases/latest) page. Download the `.deb` or `.rpm` from the releases page and install with `sudo dpkg -i` and `sudo rpm -i` respectively. #### Windows -`compass` is available via [scoop](https://scoop.sh/), and as a downloadable binary from the [releases](https://github.com/odpf/compass/releases/latest) page: +`compass` is available via [scoop](https://scoop.sh/), and as a downloadable binary from the [releases](https://github.com/raystack/compass/releases/latest) page: ``` -scoop bucket add compass https://github.com/odpf/scoop-bucket.git +scoop bucket add compass https://github.com/raystack/scoop-bucket.git ``` To upgrade to the latest version: @@ -83,20 +83,20 @@ scoop update compass We provide ready to use Docker container images. To pull the latest image: ``` -docker pull odpf/compass:latest +docker pull raystack/compass:latest ``` To pull a specific version: ``` -docker pull odpf/compass:v0.3.2 +docker pull raystack/compass:v0.3.2 ``` If you like to have a shell alias that runs the latest version of compass from docker whenever you type `compass`: ``` -mkdir -p $HOME/.config/odpf -alias compass="docker run -e HOME=/tmp -v $HOME/.config/odpf:/tmp/.config/odpf --user $(id -u):$(id -g) --rm -it -p 3306:3306/tcp odpf/compass:latest" +mkdir -p $HOME/.config/raystack +alias compass="docker run -e HOME=/tmp -v $HOME/.config/raystack:/tmp/.config/raystack --user $(id -u):$(id -g) --rm -it -p 3306:3306/tcp raystack/compass:latest" ``` ## Usage @@ -121,7 +121,7 @@ compass reference #### API -Compass provides a fully-featured GRPC and HTTP API to interact with Compass server. Both APIs adheres to a set of standards that are rigidly followed. Please refer to [proton](https://github.com/odpf/proton/tree/main/odpf/compass/v1beta1) for GRPC API definitions. +Compass provides a fully-featured GRPC and HTTP API to interact with Compass server. Both APIs adheres to a set of standards that are rigidly followed. Please refer to [proton](https://github.com/raystack/proton/tree/main/raystack/compass/v1beta1) for GRPC API definitions.
Dependencies: @@ -166,7 +166,7 @@ docker build . -t compass Before serving Compass app, we need to run the migration first. Run this docker command to migrate Compass. ```text -$ docker run --rm --net compass_storage -p 8080:8080 -e ELASTICSEARCH_BROKERS=http://es:9200 -e DB_HOST=postgres -e DB_PORT=5432 -e DB_NAME=compass -e DB_USER=compass -e DB_PASSWORD=compass_password odpf/compass compass server migrate +$ docker run --rm --net compass_storage -p 8080:8080 -e ELASTICSEARCH_BROKERS=http://es:9200 -e DB_HOST=postgres -e DB_PORT=5432 -e DB_NAME=compass -e DB_USER=compass -e DB_PASSWORD=compass_password raystack/compass compass server migrate ``` If you are using Compass binary, you can run this command. @@ -180,7 +180,7 @@ If you are using Compass binary, you can run this command. Once the migration has been done, Compass server can be started with this command. ```text -docker run --net compass_storage -p 8080:8080 -e ELASTICSEARCH_BROKERS=http://es:9200 -e DB_HOST=postgres -e DB_PORT=5432 -e DB_NAME=compass -e DB_USER=compass -e DB_PASSWORD=compass_password odpf/compass compass server start +docker run --net compass_storage -p 8080:8080 -e ELASTICSEARCH_BROKERS=http://es:9200 -e DB_HOST=postgres -e DB_PORT=5432 -e DB_NAME=compass -e DB_USER=compass -e DB_PASSWORD=compass_password raystack/compass compass server start ``` If you are using Compass binary, you can run this command. @@ -204,11 +204,11 @@ elasticsearch cluster, set the value of `ES_TEST_SERVER_URL` to the URL of the e Development of Compass happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Compass. -Read our [contributing guide](https://odpf.github.io/compass/docs/contribute/contribution.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Compass. +Read our [contributing guide](https://raystack.github.io/compass/docs/contribute/contribution.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Compass. -To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/odpf/compass/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. +To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/raystack/compass/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. -This project exists thanks to all the [contributors](https://github.com/odpf/compass/graphs/contributors). +This project exists thanks to all the [contributors](https://github.com/raystack/compass/graphs/contributors). ## License diff --git a/cli/assets.go b/cli/assets.go index e2b4bc63..d36d4adb 100644 --- a/cli/assets.go +++ b/cli/assets.go @@ -2,15 +2,15 @@ package cli import ( "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "os" - "github.com/odpf/compass/internal/client" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/term" + "github.com/raystack/compass/internal/client" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/term" "github.com/MakeNowJust/heredoc" - "github.com/odpf/salt/printer" + "github.com/raystack/salt/printer" "github.com/spf13/cobra" ) diff --git a/cli/config.go b/cli/config.go index ea340e82..6af37e88 100644 --- a/cli/config.go +++ b/cli/config.go @@ -6,14 +6,14 @@ import ( "os" "github.com/MakeNowJust/heredoc" - "github.com/odpf/compass/internal/client" - "github.com/odpf/compass/internal/server" - esStore "github.com/odpf/compass/internal/store/elasticsearch" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/compass/pkg/metrics" - "github.com/odpf/compass/pkg/statsd" - "github.com/odpf/salt/cmdx" - "github.com/odpf/salt/config" + "github.com/raystack/compass/internal/client" + "github.com/raystack/compass/internal/server" + esStore "github.com/raystack/compass/internal/store/elasticsearch" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/compass/pkg/metrics" + "github.com/raystack/compass/pkg/statsd" + "github.com/raystack/salt/cmdx" + "github.com/raystack/salt/config" "github.com/spf13/cobra" "gopkg.in/yaml.v2" ) diff --git a/cli/discussions.go b/cli/discussions.go index 11317bee..cfa0b3a7 100644 --- a/cli/discussions.go +++ b/cli/discussions.go @@ -2,13 +2,13 @@ package cli import ( "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "os" - "github.com/odpf/compass/internal/client" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/printer" - "github.com/odpf/salt/term" + "github.com/raystack/compass/internal/client" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/printer" + "github.com/raystack/salt/term" "github.com/MakeNowJust/heredoc" "github.com/spf13/cobra" diff --git a/cli/help.go b/cli/help.go index 8a0de2c8..be6bd065 100644 --- a/cli/help.go +++ b/cli/help.go @@ -7,8 +7,8 @@ import ( var envHelp = map[string]string{ "short": "List of supported environment variables", "long": heredoc.Doc(` - ODPF_CONFIG_DIR: the directory where compass will store configuration files. Default: - "$XDG_CONFIG_HOME/odpf" or "$HOME/.config/odpf". + RAYSTACK_CONFIG_DIR: the directory where compass will store configuration files. Default: + "$XDG_CONFIG_HOME/raystack" or "$HOME/.config/raystack". NO_COLOR: set to any value to avoid printing ANSI escape sequences for color output. diff --git a/cli/lineage.go b/cli/lineage.go index 9a475f9d..ab28c19c 100644 --- a/cli/lineage.go +++ b/cli/lineage.go @@ -2,13 +2,13 @@ package cli import ( "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "github.com/MakeNowJust/heredoc" - "github.com/odpf/compass/internal/client" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/printer" - "github.com/odpf/salt/term" + "github.com/raystack/compass/internal/client" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/printer" + "github.com/raystack/salt/term" "github.com/spf13/cobra" ) diff --git a/cli/namespace.go b/cli/namespace.go index 2d72e148..6d37701d 100644 --- a/cli/namespace.go +++ b/cli/namespace.go @@ -3,14 +3,14 @@ package cli import ( "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "os" "strings" - "github.com/odpf/compass/internal/client" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/printer" - "github.com/odpf/salt/term" + "github.com/raystack/compass/internal/client" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/printer" + "github.com/raystack/salt/term" "github.com/MakeNowJust/heredoc" "github.com/spf13/cobra" diff --git a/cli/root.go b/cli/root.go index 4658cfdb..67fb2a09 100644 --- a/cli/root.go +++ b/cli/root.go @@ -2,7 +2,7 @@ package cli import ( "github.com/MakeNowJust/heredoc" - "github.com/odpf/salt/cmdx" + "github.com/raystack/salt/cmdx" "github.com/spf13/cobra" ) @@ -23,10 +23,10 @@ var ( "group": "core", "help:learn": heredoc.Doc(` Use 'compass --help' for info about a command. - Read the manual at https://odpf.github.io/compass/ + Read the manual at https://raystack.github.io/compass/ `), "help:feedback": heredoc.Doc(` - Open an issue here https://github.com/odpf/compass/issues + Open an issue here https://github.com/raystack/compass/issues `), }, } diff --git a/cli/search.go b/cli/search.go index 4483fa1b..61b36243 100644 --- a/cli/search.go +++ b/cli/search.go @@ -2,13 +2,13 @@ package cli import ( "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "github.com/MakeNowJust/heredoc" - "github.com/odpf/compass/internal/client" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/printer" - "github.com/odpf/salt/term" + "github.com/raystack/compass/internal/client" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/printer" + "github.com/raystack/salt/term" "github.com/spf13/cobra" ) diff --git a/cli/server.go b/cli/server.go index 60110375..affe576f 100644 --- a/cli/server.go +++ b/cli/server.go @@ -3,23 +3,23 @@ package cli import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "os" "os/signal" "syscall" "github.com/MakeNowJust/heredoc" "github.com/newrelic/go-agent/v3/newrelic" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/core/user" - compassserver "github.com/odpf/compass/internal/server" - esStore "github.com/odpf/compass/internal/store/elasticsearch" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/compass/pkg/statsd" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/core/user" + compassserver "github.com/raystack/compass/internal/server" + esStore "github.com/raystack/compass/internal/store/elasticsearch" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/compass/pkg/statsd" + "github.com/raystack/salt/log" "github.com/spf13/cobra" ) diff --git a/cli/version.go b/cli/version.go index af3fb49e..471a2725 100644 --- a/cli/version.go +++ b/cli/version.go @@ -3,8 +3,8 @@ package cli import ( "fmt" - "github.com/odpf/salt/term" - "github.com/odpf/salt/version" + "github.com/raystack/salt/term" + "github.com/raystack/salt/version" "github.com/spf13/cobra" ) @@ -21,7 +21,7 @@ func versionCmd() *cobra.Command { } fmt.Printf("compass version %s", Version) - fmt.Println(term.Yellow(version.UpdateNotice(Version, "odpf/compass"))) + fmt.Println(term.Yellow(version.UpdateNotice(Version, "raystack/compass"))) return nil }, } diff --git a/compass.yaml.example b/compass.yaml.example index 6f89f054..1197240a 100644 --- a/compass.yaml.example +++ b/compass.yaml.example @@ -36,4 +36,4 @@ service: client: host: localhost:8081 serverheaderkey_uuid: Compass-User-UUID // if ommited, will use value on service.identity.headerkey_uuid - serverheadervalue_uuid: odpf@email.com + serverheadervalue_uuid: raystack@email.com diff --git a/core/asset/asset.go b/core/asset/asset.go index 9c98fb4c..36f0cd92 100644 --- a/core/asset/asset.go +++ b/core/asset/asset.go @@ -3,10 +3,10 @@ package asset //go:generate mockery --name=Repository -r --case underscore --with-expecter --structname AssetRepository --filename asset_repository.go --output=./mocks import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" "github.com/r3labs/diff/v2" ) diff --git a/core/asset/asset_test.go b/core/asset/asset_test.go index 2036edc2..00b74674 100644 --- a/core/asset/asset_test.go +++ b/core/asset/asset_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" "github.com/r3labs/diff/v2" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -59,12 +59,12 @@ func TestDiffTopLevel(t *testing.T) { "name": "old-name", "owners": [ { - "email": "email@odpf.io" + "email": "email@raystack.io" } ] }`, diff.Changelog{ - diff.Change{Type: diff.CREATE, Path: []string{"owners", "0", "email"}, To: "email@odpf.io"}, + diff.Change{Type: diff.CREATE, Path: []string{"owners", "0", "email"}, To: "email@raystack.io"}, }, nil, }, @@ -113,7 +113,7 @@ func TestDiffData(t *testing.T) { "description": "", "data": { "title": "jane-kafka-1a", - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -124,7 +124,7 @@ func TestDiffData(t *testing.T) { "data": { "title": "jane-kafka-1a", "description": "a new description inside", - "entity": "odpf", + "entity": "raystack", "country": "id" } }`, @@ -144,7 +144,7 @@ func TestDiffData(t *testing.T) { "id": "element1id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -156,7 +156,7 @@ func TestDiffData(t *testing.T) { "id": "element2id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -175,7 +175,7 @@ func TestDiffData(t *testing.T) { "id": "element1id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -190,7 +190,7 @@ func TestDiffData(t *testing.T) { "id": "element2id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -212,7 +212,7 @@ func TestDiffData(t *testing.T) { "id": "element2id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -224,7 +224,7 @@ func TestDiffData(t *testing.T) { "id": "element1id" } ], - "entity": "odpf", + "entity": "raystack", "country": "vn" } }`, @@ -409,7 +409,7 @@ func TestAssetPatch(t *testing.T) { }, "properties": map[string]interface{}{ "attributes": map[string]interface{}{ - "entity": "odpf", + "entity": "raystack", "environment": "staging", }, }, @@ -442,7 +442,7 @@ func TestAssetPatch(t *testing.T) { }, "properties": map[string]interface{}{ "attributes": map[string]interface{}{ - "entity": "odpf", + "entity": "raystack", "environment": "production", "type": "some-type", }, diff --git a/core/asset/discovery.go b/core/asset/discovery.go index 0d334c8e..7394cf5a 100644 --- a/core/asset/discovery.go +++ b/core/asset/discovery.go @@ -3,8 +3,8 @@ package asset //go:generate mockery --name=DiscoveryRepository -r --case underscore --with-expecter --structname DiscoveryRepository --filename discovery_repository.go --output=./mocks import ( "context" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/core/validator" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/core/validator" ) type DiscoveryRepository interface { diff --git a/core/asset/discovery_test.go b/core/asset/discovery_test.go index cea354b4..1fadd91d 100644 --- a/core/asset/discovery_test.go +++ b/core/asset/discovery_test.go @@ -1,12 +1,12 @@ package asset_test import ( - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "github.com/stretchr/testify/assert" "testing" "github.com/google/go-cmp/cmp" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" ) func TestToAsset(t *testing.T) { diff --git a/core/asset/filter.go b/core/asset/filter.go index b638a3da..2caf617a 100644 --- a/core/asset/filter.go +++ b/core/asset/filter.go @@ -3,7 +3,7 @@ package asset import ( "strings" - "github.com/odpf/compass/core/validator" + "github.com/raystack/compass/core/validator" ) type Filter struct { diff --git a/core/asset/filter_test.go b/core/asset/filter_test.go index 5f741e02..f61afbda 100644 --- a/core/asset/filter_test.go +++ b/core/asset/filter_test.go @@ -3,7 +3,7 @@ package asset_test import ( "testing" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" "github.com/stretchr/testify/assert" ) diff --git a/core/asset/lineage.go b/core/asset/lineage.go index 55c436ff..d925cb67 100644 --- a/core/asset/lineage.go +++ b/core/asset/lineage.go @@ -3,7 +3,7 @@ package asset import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" ) type LineageDirection string diff --git a/core/asset/mocks/asset_repository.go b/core/asset/mocks/asset_repository.go index 82f39394..f19d21ff 100644 --- a/core/asset/mocks/asset_repository.go +++ b/core/asset/mocks/asset_repository.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // AssetRepository is an autogenerated mock type for the Repository type diff --git a/core/asset/mocks/discovery_repository.go b/core/asset/mocks/discovery_repository.go index 86e174dc..97c77d1a 100644 --- a/core/asset/mocks/discovery_repository.go +++ b/core/asset/mocks/discovery_repository.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // DiscoveryRepository is an autogenerated mock type for the DiscoveryRepository type diff --git a/core/asset/mocks/lineage_repository.go b/core/asset/mocks/lineage_repository.go index aa2b3a54..73cd9911 100644 --- a/core/asset/mocks/lineage_repository.go +++ b/core/asset/mocks/lineage_repository.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // LineageRepository is an autogenerated mock type for the LineageRepository type diff --git a/core/asset/patch.go b/core/asset/patch.go index bac52f34..33128f26 100644 --- a/core/asset/patch.go +++ b/core/asset/patch.go @@ -1,7 +1,7 @@ package asset import ( - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" "github.com/peterbourgon/mergemap" ) diff --git a/core/asset/service.go b/core/asset/service.go index e847b9d8..87ccb939 100644 --- a/core/asset/service.go +++ b/core/asset/service.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "github.com/google/uuid" ) diff --git a/core/asset/service_test.go b/core/asset/service_test.go index 016f03bd..e745d709 100644 --- a/core/asset/service_test.go +++ b/core/asset/service_test.go @@ -4,13 +4,13 @@ import ( "context" "errors" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "testing" "time" "github.com/google/go-cmp/cmp" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/asset/mocks" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/asset/mocks" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/comment.go b/core/discussion/comment.go index 3003724d..26ca2129 100644 --- a/core/discussion/comment.go +++ b/core/discussion/comment.go @@ -5,7 +5,7 @@ import ( "strings" "time" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) type Comment struct { diff --git a/core/discussion/comment_test.go b/core/discussion/comment_test.go index 90a7c0c0..ec11058e 100644 --- a/core/discussion/comment_test.go +++ b/core/discussion/comment_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/discussion.go b/core/discussion/discussion.go index 7c8a2bb2..2a40b974 100644 --- a/core/discussion/discussion.go +++ b/core/discussion/discussion.go @@ -5,11 +5,11 @@ package discussion import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" "time" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) const MAX_ARRAY_FIELD_NUM = 10 diff --git a/core/discussion/discussion_test.go b/core/discussion/discussion_test.go index 04f89c0d..035db01a 100644 --- a/core/discussion/discussion_test.go +++ b/core/discussion/discussion_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/filter.go b/core/discussion/filter.go index 1e96ac3d..e43412ce 100644 --- a/core/discussion/filter.go +++ b/core/discussion/filter.go @@ -3,7 +3,7 @@ package discussion import ( "strings" - validator "github.com/odpf/compass/core/validator" + validator "github.com/raystack/compass/core/validator" ) type Filter struct { diff --git a/core/discussion/filter_test.go b/core/discussion/filter_test.go index e0486adc..3efa6aed 100644 --- a/core/discussion/filter_test.go +++ b/core/discussion/filter_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/mocks/discussion_repository.go b/core/discussion/mocks/discussion_repository.go index 46b5da77..f8f697bc 100644 --- a/core/discussion/mocks/discussion_repository.go +++ b/core/discussion/mocks/discussion_repository.go @@ -5,10 +5,10 @@ package mocks import ( context "context" - discussion "github.com/odpf/compass/core/discussion" + discussion "github.com/raystack/compass/core/discussion" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // DiscussionRepository is an autogenerated mock type for the Repository type diff --git a/core/discussion/service.go b/core/discussion/service.go index 46de21cd..dd6e804d 100644 --- a/core/discussion/service.go +++ b/core/discussion/service.go @@ -2,7 +2,7 @@ package discussion import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" ) func NewService(discussionRepository Repository) *Service { diff --git a/core/discussion/service_test.go b/core/discussion/service_test.go index ed7355c6..31f6bcb0 100644 --- a/core/discussion/service_test.go +++ b/core/discussion/service_test.go @@ -4,11 +4,11 @@ import ( "context" "errors" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "testing" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/discussion/mocks" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/discussion/mocks" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/state_test.go b/core/discussion/state_test.go index 64d79476..aaaf31ef 100644 --- a/core/discussion/state_test.go +++ b/core/discussion/state_test.go @@ -3,7 +3,7 @@ package discussion_test import ( "testing" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" "github.com/stretchr/testify/assert" ) diff --git a/core/discussion/type_test.go b/core/discussion/type_test.go index 5e7e2e3d..c70a50cd 100644 --- a/core/discussion/type_test.go +++ b/core/discussion/type_test.go @@ -3,7 +3,7 @@ package discussion_test import ( "testing" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" "github.com/stretchr/testify/assert" ) diff --git a/core/namespace/mocks/discovery_repository.go b/core/namespace/mocks/discovery_repository.go index 3f74c368..6703691f 100644 --- a/core/namespace/mocks/discovery_repository.go +++ b/core/namespace/mocks/discovery_repository.go @@ -5,7 +5,7 @@ package mocks import ( context "context" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" mock "github.com/stretchr/testify/mock" ) diff --git a/core/namespace/mocks/storage_repository.go b/core/namespace/mocks/storage_repository.go index 140322c3..6ca216a1 100644 --- a/core/namespace/mocks/storage_repository.go +++ b/core/namespace/mocks/storage_repository.go @@ -5,7 +5,7 @@ package mocks import ( context "context" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" mock "github.com/stretchr/testify/mock" uuid "github.com/google/uuid" diff --git a/core/namespace/service.go b/core/namespace/service.go index acdd613f..b55afa26 100644 --- a/core/namespace/service.go +++ b/core/namespace/service.go @@ -3,7 +3,7 @@ package namespace import ( "context" "github.com/google/uuid" - "github.com/odpf/salt/log" + "github.com/raystack/salt/log" ) type Service struct { diff --git a/core/namespace/service_test.go b/core/namespace/service_test.go index fe41ebca..046a45d4 100644 --- a/core/namespace/service_test.go +++ b/core/namespace/service_test.go @@ -4,9 +4,9 @@ import ( "context" "errors" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/core/namespace/mocks" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/core/namespace/mocks" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" "testing" ) diff --git a/core/star/mocks/star_repository.go b/core/star/mocks/star_repository.go index 335b19c5..84f4a499 100644 --- a/core/star/mocks/star_repository.go +++ b/core/star/mocks/star_repository.go @@ -5,15 +5,15 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" - star "github.com/odpf/compass/core/star" + star "github.com/raystack/compass/core/star" - user "github.com/odpf/compass/core/user" + user "github.com/raystack/compass/core/user" ) // StarRepository is an autogenerated mock type for the Repository type diff --git a/core/star/service.go b/core/star/service.go index 3b03f495..c5da6046 100644 --- a/core/star/service.go +++ b/core/star/service.go @@ -2,10 +2,10 @@ package star import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" ) func NewService(starRepository Repository) *Service { diff --git a/core/star/star.go b/core/star/star.go index 1da9e5b5..f934e046 100644 --- a/core/star/star.go +++ b/core/star/star.go @@ -4,10 +4,10 @@ package star import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" ) type Repository interface { diff --git a/core/tag/mocks/tag_repository.go b/core/tag/mocks/tag_repository.go index 45e9b39a..aa2260b5 100644 --- a/core/tag/mocks/tag_repository.go +++ b/core/tag/mocks/tag_repository.go @@ -5,10 +5,10 @@ package mocks import ( context "context" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" mock "github.com/stretchr/testify/mock" - tag "github.com/odpf/compass/core/tag" + tag "github.com/raystack/compass/core/tag" ) // TagRepository is an autogenerated mock type for the TagRepository type diff --git a/core/tag/mocks/tag_template_repository.go b/core/tag/mocks/tag_template_repository.go index 0d245154..06f9490c 100644 --- a/core/tag/mocks/tag_template_repository.go +++ b/core/tag/mocks/tag_template_repository.go @@ -5,10 +5,10 @@ package mocks import ( context "context" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" mock "github.com/stretchr/testify/mock" - tag "github.com/odpf/compass/core/tag" + tag "github.com/raystack/compass/core/tag" ) // TagTemplateRepository is an autogenerated mock type for the TagTemplateRepository type diff --git a/core/tag/service.go b/core/tag/service.go index aed52b17..c0862f49 100644 --- a/core/tag/service.go +++ b/core/tag/service.go @@ -4,9 +4,9 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag/validator" ) // Service is a type that manages business process diff --git a/core/tag/service_test.go b/core/tag/service_test.go index f44c19cc..342a2ec4 100644 --- a/core/tag/service_test.go +++ b/core/tag/service_test.go @@ -4,13 +4,13 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "testing" "github.com/google/uuid" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/core/tag/mocks" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/core/tag/mocks" + "github.com/raystack/compass/core/tag/validator" "github.com/golang-module/carbon/v2" "github.com/stretchr/testify/mock" diff --git a/core/tag/tag.go b/core/tag/tag.go index 1f690bad..9eb117ed 100644 --- a/core/tag/tag.go +++ b/core/tag/tag.go @@ -3,7 +3,7 @@ package tag //go:generate mockery --name=TagRepository -r --case underscore --with-expecter --structname TagRepository --filename tag_repository.go --output=./mocks import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" ) diff --git a/core/tag/tag_template.go b/core/tag/tag_template.go index 7652fa1d..06f9efa9 100644 --- a/core/tag/tag_template.go +++ b/core/tag/tag_template.go @@ -4,7 +4,7 @@ package tag import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" ) diff --git a/core/tag/tag_template_service.go b/core/tag/tag_template_service.go index 70a3f525..cfa8f3e5 100644 --- a/core/tag/tag_template_service.go +++ b/core/tag/tag_template_service.go @@ -4,9 +4,9 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag/validator" ) // TemplateService is a type of service that manages business process diff --git a/core/tag/tag_template_service_test.go b/core/tag/tag_template_service_test.go index b0da8bfb..17f2ca85 100644 --- a/core/tag/tag_template_service_test.go +++ b/core/tag/tag_template_service_test.go @@ -5,13 +5,13 @@ import ( "errors" "fmt" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "testing" "time" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/core/tag/mocks" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/core/tag/mocks" + "github.com/raystack/compass/core/tag/validator" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/suite" diff --git a/core/tag/utils.go b/core/tag/utils.go index 12de50bf..f9d7dffd 100644 --- a/core/tag/utils.go +++ b/core/tag/utils.go @@ -6,7 +6,7 @@ import ( "strings" "time" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag/validator" ) func buildFieldError(key string, message string) error { diff --git a/core/tag/validator.go b/core/tag/validator.go index 1a8bfe09..ae1a6054 100644 --- a/core/tag/validator.go +++ b/core/tag/validator.go @@ -5,7 +5,7 @@ import ( ut "github.com/go-playground/universal-translator" v "github.com/go-playground/validator/v10" - "github.com/odpf/compass/core/tag/validator" + "github.com/raystack/compass/core/tag/validator" ) // newValidator initializes validator for tag diff --git a/core/user/context_test.go b/core/user/context_test.go index 462541cc..350e653d 100644 --- a/core/user/context_test.go +++ b/core/user/context_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) func TestContext(t *testing.T) { diff --git a/core/user/errors_test.go b/core/user/errors_test.go index 7f75a5d3..d6631951 100644 --- a/core/user/errors_test.go +++ b/core/user/errors_test.go @@ -3,7 +3,7 @@ package user_test import ( "testing" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) func TestErrors(t *testing.T) { diff --git a/core/user/mocks/user_repository.go b/core/user/mocks/user_repository.go index 8988990e..96257d9a 100644 --- a/core/user/mocks/user_repository.go +++ b/core/user/mocks/user_repository.go @@ -5,10 +5,10 @@ package mocks import ( context "context" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" mock "github.com/stretchr/testify/mock" - user "github.com/odpf/compass/core/user" + user "github.com/raystack/compass/core/user" ) // UserRepository is an autogenerated mock type for the Repository type diff --git a/core/user/service.go b/core/user/service.go index 12265f30..5efc74dc 100644 --- a/core/user/service.go +++ b/core/user/service.go @@ -3,10 +3,10 @@ package user import ( "context" "errors" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/pkg/statsd" - "github.com/odpf/salt/log" + "github.com/raystack/compass/pkg/statsd" + "github.com/raystack/salt/log" ) // Service is a type of service that manages business process diff --git a/core/user/service_test.go b/core/user/service_test.go index 3eee89bc..a4828bb8 100644 --- a/core/user/service_test.go +++ b/core/user/service_test.go @@ -4,13 +4,13 @@ import ( "context" "errors" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "testing" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/core/user/mocks" - "github.com/odpf/compass/pkg/statsd" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/core/user/mocks" + "github.com/raystack/compass/pkg/statsd" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" ) diff --git a/core/user/user.go b/core/user/user.go index 82d0eadb..07adb169 100644 --- a/core/user/user.go +++ b/core/user/user.go @@ -3,7 +3,7 @@ package user //go:generate mockery --name=Repository -r --case underscore --with-expecter --structname UserRepository --filename user_repository.go --output=./mocks import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" ) diff --git a/core/validator/validator_test.go b/core/validator/validator_test.go index e6b34e62..e96e6902 100644 --- a/core/validator/validator_test.go +++ b/core/validator/validator_test.go @@ -3,7 +3,7 @@ package validator_test import ( "testing" - "github.com/odpf/compass/core/validator" + "github.com/raystack/compass/core/validator" "gotest.tools/assert" ) diff --git a/docs/docs/concepts/architecture.md b/docs/docs/concepts/architecture.md index 3e615d78..2391c7c5 100644 --- a/docs/docs/concepts/architecture.md +++ b/docs/docs/concepts/architecture.md @@ -11,7 +11,7 @@ Compass' architecture is pretty simple. It has a client-server architecture back #### gRPC Server - gRPC server is the main interface to interact with Compass. -- The protobuf file to define the interface is centralized in [odpf/proton](https://github.com/odpf/proton/tree/main/odpf/compass/v1beta1) +- The protobuf file to define the interface is centralized in [raystack/proton](https://github.com/raystack/proton/tree/main/raystack/compass/v1beta1) #### gRPC-gateway Server diff --git a/docs/docs/concepts/asset.mdx b/docs/docs/concepts/asset.mdx index 26da255f..88005506 100644 --- a/docs/docs/concepts/asset.mdx +++ b/docs/docs/concepts/asset.mdx @@ -1,5 +1,5 @@ -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; # Asset @@ -8,17 +8,17 @@ In Compass, we call every metadata that you input as an Asset. All your tables, -| Field | Required | Type | Description | -|---|---|---|---| -| id | false | string | compass' auto-generated uuid | -| urn | true | string | external identifier of the metadata | -| type | true | string | type of metadata, only supports `table`, `job`, `topic`,`dashboard` | -| service | true | string | application name where the metadata was coming from e.g. `bigquery`, `postgres` | -| name | true | string | name of the metadata | -| description | false | string | description of the metadata | -| data | false | json | dynamic data | -| labels | false |json | labels of metadata, written in key-value string | -| owners | false | []json | array of json, where each json contains `email` field | +| Field | Required | Type | Description | +| ----------- | -------- | ------ | ------------------------------------------------------------------------------- | +| id | false | string | compass' auto-generated uuid | +| urn | true | string | external identifier of the metadata | +| type | true | string | type of metadata, only supports `table`, `job`, `topic`,`dashboard` | +| service | true | string | application name where the metadata was coming from e.g. `bigquery`, `postgres` | +| name | true | string | name of the metadata | +| description | false | string | description of the metadata | +| data | false | json | dynamic data | +| labels | false | json | labels of metadata, written in key-value string | +| owners | false | []json | array of json, where each json contains `email` field | @@ -36,16 +36,16 @@ In Compass, we call every metadata that you input as an Asset. All your tables, "nested_data": { "boolean_data": true } - }, + }, "some_data1": "value" } "labels": { - "labelkey1": "labelvalue1", + "labelkey1": "labelvalue1", "labelkey2": "labelvalue2" }, "users": [ { - "email": "user@odpf.io" + "email": "user@raystack.io" } ] } @@ -54,8 +54,7 @@ In Compass, we call every metadata that you input as an Asset. All your tables, - -Every asset that is pushed SHOULD have the required fields: `urn`, `type`, `service`, `name`. The value of these fields MUST be string, if present. +Every asset that is pushed SHOULD have the required fields: `urn`, `type`, `service`, `name`. The value of these fields MUST be string, if present. Asset ingestion API (`/v1beta1/assets`) is using HTTP PATCH method. The behavioud would be similar with how PATCH works. It is possible to patch one field only in an asset by sending the updated field to the ingestion API. This also works for the data in dynamic `data` field. The combination of `urn`, `type`, `service` will be the identifier to patch an asset. In case the `urn` does not exist, the asset ingestion PATCH API \(/v1beta1/assets\) will create a new asset. @@ -67,6 +66,7 @@ Lineage is the origin or history of an asset. It represents a series of transfor Each asset can have downstream/s and upstream/s. An asset without a single downstream, tells us that it is the end of the lineage, while an asset without a single upstream means that it is a start of a lineage. This is how a lineage is currently being represented + ```text [ { @@ -81,7 +81,7 @@ This is how a lineage is currently being represented "service": "bigquery" }, "props": nil - }, + }, { "source": { "urn": "topic/order-log", @@ -99,11 +99,13 @@ This is how a lineage is currently being represented ``` ## Asset Versioning -Compass versions each updated asset ingested via Upsert Patch API. The base version of an asset is `v0.1`. The base version will be given to the newly created asset. If there is any changes in the asset schema, a new version will be created. -Up until now, Compass always bump up the minor version if an asset get updated. The version history of an asset could also be fetched via [/v1beta1/assets/{id}/versions](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json) API. + +Compass versions each updated asset ingested via Upsert Patch API. The base version of an asset is `v0.1`. The base version will be given to the newly created asset. If there is any changes in the asset schema, a new version will be created. +Up until now, Compass always bump up the minor version if an asset get updated. The version history of an asset could also be fetched via [/v1beta1/assets/{id}/versions](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json) API. Not only storing the versions of an asset, Compass also stores the changelog between each version. Compass use [r3labs/diff](https://github.com/r3labs/diff) to get the diff between newly ingested asset and the existing asset. For instance, there is an asset with urn `kafka:booking-log-kafka` + ```text { "id": "f2bb4e02-12b6-4c9f-aa9d-7d56aaaeb51e", @@ -119,6 +121,7 @@ For instance, there is an asset with urn `kafka:booking-log-kafka` ``` If there is an update to the `environment` in the asset labels, here is the asset version history stored in Compass: + ```text { "id": "f2bb4e02-12b6-4c9f-aa9d-7d56aaaeb51e", @@ -142,5 +145,6 @@ If there is an update to the `environment` in the asset labels, here is the asse ``` ## Tagging an Asset + Compass allows user to tag a specific asset. To tag a new asset, one needs to create a template of the tag. Tag's template defines a set of fields' tag that are applicable to tag each field in an asset. Once a template is created, each field in an asset is possible to be tagged by calling `/v1beta1/tags` API. More detail about [Tagging](../guides/tagging.md). diff --git a/docs/docs/concepts/internals.md b/docs/docs/concepts/internals.md index 757aa2ae..61b59c53 100644 --- a/docs/docs/concepts/internals.md +++ b/docs/docs/concepts/internals.md @@ -11,7 +11,7 @@ There is a migration command in compass to setup all storages. The indices are c { "mappings": {}, // used for boost "aliases": { // all indices are aliased to the "universe" index - "universe": {} + "universe": {} }, "settings": { // configuration for handling camel case text "analysis": { @@ -27,13 +27,14 @@ There is a migration command in compass to setup all storages. The indices are c ``` One shared index is created for all services and tenants but each request(read/write) is routed to a unique shard for each tenant. Compass categorize tenants into two tires, `shared` and `dedicated`. For shared tenants, all the requests will be routed by namespace id over a single shard in an index. For dedicated tenants, each tenant will have its own index. Note, a single index will have N number of `types` same as the number of `Services` supported in Compass. This design will ensure, all the document insert/query requests are only confined to a single shard(in case of shared) or a single index(in case of dedicated). -Details on why we did this is available at [issue #208](https://github.com/odpf/compass/issues/208). +Details on why we did this is available at [issue #208](https://github.com/raystack/compass/issues/208). ## Postgres To enforce multi-tenant restrictions at the database level, [Row Level Security](https://www.postgresql.org/docs/current/ddl-rowsecurity.html) is used. RLS requires Postgres users used for application database connection not to be a table owner or a superuser else all RLS are bypassed by default. That means a Postgres user that is migrating the application and a user that is used to serve the app should both be different. To create a postgres user + ```sql CREATE USER "compass_user" WITH PASSWORD 'compass'; GRANT CONNECT ON DATABASE "compass" TO "compass_user"; @@ -47,7 +48,7 @@ ALTER DEFAULT PRIVILEGES IN SCHEMA "public" GRANT USAGE ON SEQUENCES TO "compass ALTER DEFAULT PRIVILEGES IN SCHEMA "public" GRANT EXECUTE ON FUNCTIONS TO "compass_user"; ``` -A middleware for grpc looks for `x-namespace-id` header to extract tenant id if not found falls back to `default` namespace. +A middleware for grpc looks for `x-namespace-id` header to extract tenant id if not found falls back to `default` namespace. Same could be passed in a `jwt token` of Authentication Bearer with `namespace_id` as a claim. ## Search @@ -56,8 +57,8 @@ We use elasticsearch's `multi_match` search for running our queries. Depending o The script filter is designed to match a document if: -* the document contains the filter key and it's value matches the filter value OR -* the document doesn't contain the filter key at all +- the document contains the filter key and it's value matches the filter value OR +- the document doesn't contain the filter key at all To demonstrate, the following API call: @@ -90,7 +91,7 @@ is internally translated to the following elasticsearch query Compass also supports filter with fuzzy match with `query` query params. The script query is designed to match a document if: -* the document contains the filter key and it's value is fuzzily matches the `query` value +- the document contains the filter key and it's value is fuzzily matches the `query` value ```text $ curl http://localhost:8080/v1beta1/search?text=log&filter[landscape]=id @@ -135,7 +136,7 @@ is internally translated to the following elasticsearch query { "multi_match":{ "fields":[ - + ], "fuzziness":"AUTO", "query":"log" @@ -148,4 +149,4 @@ is internally translated to the following elasticsearch query }, "min_score":0.01 } -``` \ No newline at end of file +``` diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index 2e5168c2..360777c7 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -1,13 +1,14 @@ # Configuration -Compass binary contains both the CLI client and the server. Each has it's own configuration in order to run. Server configuration contains information such as database credentials, elastic search brokers, log severity, etc. while CLI client configuration only has configuration about which server to connect. +Compass binary contains both the CLI client and the server. Each has it's own configuration in order to run. Server configuration contains information such as database credentials, elastic search brokers, log severity, etc. while CLI client configuration only has configuration about which server to connect. + ## Server Setup There are several approaches to setup Compass Server 1. [Using the CLI](#using-the-cli) 1. [Using the Docker](#using-the-docker) -2. [Using the Helm Chart](#using-the-helm-chart) +1. [Using the Helm Chart](#using-the-helm-chart) #### General pre-requisites @@ -15,9 +16,10 @@ There are several approaches to setup Compass Server - ElasticSearch v7 (optional) ## Using the CLI + ### Using config file -Create a config file with the following command +Create a config file with the following command ```sh $ compass config init @@ -25,7 +27,7 @@ $ compass config init alternatively you can [use `--config` flag](#using---config-flag) to customize to config file location. -You can also [use environment variables](#using-environment-variable) to provide the server configuration. +You can also [use environment variables](#using-environment-variable) to provide the server configuration. Setup up the Postgres database, and ElasticSearch instance and provide the details as shown in the example below. @@ -34,34 +36,35 @@ Setup up the Postgres database, and ElasticSearch instance and provide the detai Following is a sample server configuration yaml: ```yaml title="compass.yaml" -log_level: info # debug|info|warning|error|fatal|trace|panic - default: info +log_level: info # debug|info|warning|error|fatal|trace|panic - default: info elasticsearch: - brokers: http://localhost:9200 #required + brokers: http://localhost:9200 #required db: - host: localhost #required - port: 5432 #required - name: compass #required - user: compass #required - password: compass_password #required - sslmode: disable #optional + host: localhost #required + port: 5432 #required + name: compass #required + user: compass #required + password: compass_password #required + sslmode: disable #optional service: - host: localhost #required - port: 8080 #required - identity: - headerkey_uuid: Compass-User-UUID #required - headerkey_email: Compass-User-Email #optional - provider_default_name: shield #optional - grpc: - port: 8081 #required - max_send_msg_size: 33554432 - max_recv_msg_size: 33554432 + host: localhost #required + port: 8080 #required + identity: + headerkey_uuid: Compass-User-UUID #required + headerkey_email: Compass-User-Email #optional + provider_default_name: shield #optional + grpc: + port: 8081 #required + max_send_msg_size: 33554432 + max_recv_msg_size: 33554432 ``` + ### Using environment variable -All the server configurations can be passed as environment variables using underscore _ as the delimiter between nested keys. +All the server configurations can be passed as environment variables using underscore \_ as the delimiter between nested keys. See [configuration reference](./reference/configuration.md) for the list of all the configuration keys. @@ -85,14 +88,17 @@ SERVICE_GRPC_MAX_RECV_MSG_SIZE=33554432 ``` Set the env variable using export + ```bash $ export DB_PORT = 5432 ``` + ### Starting the server Database migration is required during the first server initialization. In addition, re-running the migration command might be needed in a new release to apply the new schema changes (if any). It's safer to always re-run the migration script before deploying/starting a new release. To initialize the database schema, Run Migrations with the following command: + ```bash $ compass server migrate ``` @@ -106,14 +112,15 @@ $ compass server start #### Using `--config` flag ```bash -$ compass server migrate --config= +$ compass server migrate --config= ``` ```bash $ compass server start --config= ``` -## Using the Docker +## Using the Docker + To run the Compass server using Docker, you need to have Docker installed on your system. You can find the installation instructions [here](https://docs.docker.com/get-docker/). You can choose to set the configuration using environment variables or a config file. The environment variables will override the config file. @@ -125,9 +132,11 @@ Go to the root of this project and run `docker-compose`. ```bash $ docker-compose up ``` + Once postgres and elasticsearch has been ready, we can run Compass by passing in the config of postgres and elasticsearch defined in `docker-compose.yaml` file. ### Using config file + Alternatively you can use the `compass.yaml` config file defined [above](#using-config-file) and run the following command. ```bash @@ -136,7 +145,7 @@ $ docker run -d \ -p 8080:8080 \ -v $(pwd)/compass.yaml:/compass.yaml \ --name compass-server \ - odpf/compass: \ + raystack/compass: \ server start -c /compass.yaml ``` @@ -152,25 +161,27 @@ $ docker run -d \ -p 8080:8080 \ --env-file .env \ --name compass-server \ - odpf/compass: \ + raystack/compass: \ server start ``` ## Using the Helm chart ### Pre-requisites for Helm chart -Compass can be installed in Kubernetes using the Helm chart from https://github.com/odpf/charts. + +Compass can be installed in Kubernetes using the Helm chart from https://github.com/raystack/charts. Ensure that the following requirements are met: + - Kubernetes 1.14+ - Helm version 3.x is [installed](https://helm.sh/docs/intro/install/) -### Add ODPF Helm repository +### Add Raystack Helm repository -Add ODPF chart repository to Helm: +Add Raystack chart repository to Helm: ``` -helm repo add odpf https://odpf.github.io/charts/ +helm repo add raystack https://raystack.github.io/charts/ ``` You can update the chart repository by running: @@ -183,12 +194,12 @@ helm repo update The following table lists the configurable parameters of the Compass chart and their default values. -See full helm values guide [here](https://github.com/odpf/charts/tree/main/stable/compass#values) +See full helm values guide [here](https://github.com/raystack/charts/tree/main/stable/compass#values) ```yaml title="values.yaml" app: image: - repository: odpf/compass + repository: raystack/compass pullPolicy: Always tag: "0.3.0" container: @@ -240,7 +251,8 @@ app: # COMPASS_NEWRELIC_APPNAME: compass # COMPASS_LOG_LEVEL: info - secretConfig: {} + secretConfig: + {} # COMPASS_ELASTICSEARCH_BROKERS: ~ # COMPASS_STATSD_ADDRESS: ~ # COMPASS_NEWRELIC_LICENSEKEY: ~ @@ -255,27 +267,28 @@ app: And install it with the helm command line along with the values file: ```bash -$ helm install my-release -f values.yaml odpf/compass +$ helm install my-release -f values.yaml raystack/compass ``` ## Client Initialisation -Add client configurations in the same `~/compass.yaml` file in root of current directory. Open this file to configure client. +Add client configurations in the same `~/compass.yaml` file in root of current directory. Open this file to configure client. ```yml client: - host: localhost:8081 - serverheaderkey_uuid: Compass-User-UUID - serverheadervalue_uuid: john.doe@example.com + host: localhost:8081 + serverheaderkey_uuid: Compass-User-UUID + serverheadervalue_uuid: john.doe@example.com ``` #### Required Header/Metadata in API + Compass has a concept of [User](./concepts/user.md). In the current version, all HTTP & gRPC APIs in Compass requires an identity header/metadata in the request. The header key is configurable but the default name is `Compass-User-UUID`. Compass APIs also expect an additional optional e-mail header. This is also configurable and the default name is `Compass-User-Email`. The purpose of having this optional e-mail header is described in the [User](./concepts/user.md) section. - If everything goes ok, you should see something like this: + ```bash time="2022-04-27T09:18:08Z" level=info msg="compass starting" version=v0.2.0 time="2022-04-27T09:18:08Z" level=info msg="connected to elasticsearch cluster" config="\"docker-cluster\" (server version 7.6.1)" @@ -284,4 +297,3 @@ time="2022-04-27T09:18:08Z" level=info msg="statsd metrics monitoring is disable time="2022-04-27T09:18:08Z" level=info msg="connected to postgres server" host=postgres port=5432 time="2022-04-27T09:18:08Z" level=info msg="server started" ``` - diff --git a/docs/docs/guides/discussion.md b/docs/docs/guides/discussion.md index 87458f68..992a09e8 100644 --- a/docs/docs/guides/discussion.md +++ b/docs/docs/guides/discussion.md @@ -7,7 +7,7 @@ Discussion is a new feature in Compass. One could create a discussion and all us ## Create a Discussion -A discussion thread can be created with the Discussion API. The API contract is available [here](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json). +A discussion thread can be created with the Discussion API. The API contract is available [here](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json). @@ -23,18 +23,20 @@ $ compass discussion post --body= "type": "openended" } ``` + ```bash $ curl --request POST 'http://localhost:8080/v1beta1/discussions' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "title": "The first discussion", "body": "This is the first discussion thread in Compass", "type": "openended" }' ``` + @@ -48,17 +50,20 @@ The Get Discussions will fetch all discussions in Compass. ```bash $ compass discussion list ``` + ```bash $ curl 'http://localhost:8080/v1beta1/discussions' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + The response will be something like + ```javascript { "data": [ @@ -73,7 +78,7 @@ The response will be something like "assignees": [], "owner": { "id": "dd9e2e07-a13f-1c2b-07e3-e32cf0f7688c", - "email": "odpf@email.com", + "email": "raystack@email.com", "provider": "shield" }, "created_at": "elit cillum Duis", @@ -82,6 +87,7 @@ The response will be something like ] } ``` + Notice the state is `open` by default once we create a new discussion. There are also some additional features in discussion where we can label the discussion and assign users and assets to the discussion. These labelling and assinging assets and users could also be done when we are creating a discussion. ## Patching Discussion @@ -90,7 +96,7 @@ If we are not labelling and assigning users & assets to the discussion in the cr ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/discussions/1' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "title": "The first discussion (duplicated)", "state": "closed" @@ -100,9 +106,10 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/discussions/1' \ We just need to send the fields that we want to patch for a discussion. Some fields have array type, in this case the PATCH will overwrite the fields with the new value. For example we have this labelled discussion. + ```bash $ curl 'http://localhost:8080/v1beta1/discussions' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' { "data": [ @@ -119,7 +126,7 @@ $ curl 'http://localhost:8080/v1beta1/discussions' \ ], "owner": { "id": "dd9e2e07-a13f-1c2b-07e3-e32cf0f7688c", - "email": "odpf@email.com", + "email": "raystack@email.com", "provider": "shield" }, "created_at": "elit cillum Duis", @@ -133,16 +140,17 @@ If we patch the label with the new values. ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/discussions/1' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "labels": ["new value"] }' ``` The discussion with id 1 will be updated like this. + ```bash $ curl 'http://localhost:8080/v1beta1/discussions' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' { "data": [ @@ -157,7 +165,7 @@ $ curl 'http://localhost:8080/v1beta1/discussions' \ ], "owner": { "id": "dd9e2e07-a13f-1c2b-07e3-e32cf0f7688c", - "email": "odpf@email.com", + "email": "raystack@email.com", "provider": "shield" }, "created_at": "elit cillum Duis", @@ -173,7 +181,7 @@ One could also comment a specific discussion with discussion comment API. ```bash $ curl --request POST 'http://localhost:8080/v1beta1/discussions/1/comments' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "body": "This is the first comment of discussion 1" }' @@ -182,9 +190,10 @@ $ curl --request POST 'http://localhost:8080/v1beta1/discussions/1/comments' \ ## Getting All My Discussions Compass integrates discussions with User API so we could fetch all discussions belong to us with this API. + ```bash $ curl 'http://localhost:8080/v1beta1/me/discussions' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' { "data": [ @@ -199,7 +208,7 @@ $ curl 'http://localhost:8080/v1beta1/me/discussions' \ ], "owner": { "id": "dd9e2e07-a13f-1c2b-07e3-e32cf0f7688c", - "email": "odpf@email.com", + "email": "raystack@email.com", "provider": "shield" }, "created_at": "elit cillum Duis", @@ -207,4 +216,4 @@ $ curl 'http://localhost:8080/v1beta1/me/discussions' \ } ] } -``` \ No newline at end of file +``` diff --git a/docs/docs/guides/ingestion.md b/docs/docs/guides/ingestion.md index 444c0157..127c3c2f 100644 --- a/docs/docs/guides/ingestion.md +++ b/docs/docs/guides/ingestion.md @@ -11,7 +11,7 @@ This guide assumes that you have a local instance of compass running and listeni ## Adding Data -Let’s say that you have a hypothetical tool called Piccolo and you have several deployments of this tool on your platform. Before we can push data for Piccolo deployments to Compass, you need to recognize the type of Piccolo, whether it is a kind of `table`, `topic`, `dashboard`, or `job`. One can ingest metadata to compass with the Upsert Patch API. The API contract is available [here](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json). +Let’s say that you have a hypothetical tool called Piccolo and you have several deployments of this tool on your platform. Before we can push data for Piccolo deployments to Compass, you need to recognize the type of Piccolo, whether it is a kind of `table`, `topic`, `dashboard`, or `job`. One can ingest metadata to compass with the Upsert Patch API. The API contract is available [here](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json). If there is an existing asset, Upsert Patch API will check each field whether there is an update in the field of the existing asset. With this behaviour, it is possible to send partial updated field to update a certain field only as long as the `urn`, `type`, and `service` match with the existing asset. If there is any field changed, a new version of the asset will be created. If the asset does not exist, upsert patch API will create a new asset. Apart from asset details, we also could send upstreams and downstreams of lineage edges of the asset in the body. @@ -22,7 +22,7 @@ Let's say `piccolo` tool is a kind of `table`, we can start pushing data for it. ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-01", @@ -39,12 +39,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ } }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-02", @@ -61,12 +62,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ } }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-03", @@ -83,6 +85,7 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ } }' ``` + @@ -101,12 +104,13 @@ Now we're ready to start searching. Let's run a search for the term **'one'** fr ```bash $ compass search one ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text\=one' \ ---header 'Compass-User-UUID:odpf@email.com' | jq +--header 'Compass-User-UUID:raystack@email.com' | jq ``` @@ -116,36 +120,36 @@ The output is the following: ```json { - "data": [ - { - "urn": "picollo:deployment-01", - "type": "table", - "name": "deployment-01", - "service": "picollo", - "description": "this is the one", - "data": {}, - "owners": [ - { - "email": "john.doe@email.com" - } - ], - "labels": {} - }, + "data": [ + { + "urn": "picollo:deployment-01", + "type": "table", + "name": "deployment-01", + "service": "picollo", + "description": "this is the one", + "data": {}, + "owners": [ { - "urn": "picollo:deployment-03", - "type": "table", - "name": "deployment-03", - "service": "picollo", - "description": "the last one", - "data": {}, - "owners": [ - { - "email": "kami@email.com" - } - ], - "labels": {} + "email": "john.doe@email.com" } - ] + ], + "labels": {} + }, + { + "urn": "picollo:deployment-03", + "type": "table", + "name": "deployment-03", + "service": "picollo", + "description": "the last one", + "data": {}, + "owners": [ + { + "email": "kami@email.com" + } + ], + "labels": {} + } + ] } ``` @@ -154,7 +158,7 @@ The search is run against ALL fields of the records. It can be further restricte #### We can search with custom queries in the following ways: 1. Using **`compass search --query=field_key1:val1`** CLI command -2. Calling to **`GET /v1beta1/search`** API with `text` and `query[field_key1]=val1` as query parameters +2. Calling to **`GET /v1beta1/search`** API with `text` and `query[field_key1]=val1` as query parameters @@ -162,13 +166,15 @@ The search is run against ALL fields of the records. It can be further restricte ```bash $ compass search one --query=owners:kami ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=one&query[owners]=kami' \ ---header 'Compass-User-UUID:odpf@email.com' | jq +--header 'Compass-User-UUID:raystack@email.com' | jq ``` + @@ -176,22 +182,22 @@ The output is the following: ```json { - "data": [ + "data": [ + { + "urn": "picollo:deployment-03", + "type": "table", + "name": "deployment-03", + "service": "picollo", + "description": "the last one", + "data": {}, + "owners": [ { - "urn": "picollo:deployment-03", - "type": "table", - "name": "deployment-03", - "service": "picollo", - "description": "the last one", - "data": {}, - "owners": [ - { - "email": "kami@email.com" - } - ], - "labels": {} + "email": "kami@email.com" } - ] + ], + "labels": {} + } + ] } ``` @@ -202,12 +208,13 @@ Now that we have configured the `piccolo` type and learnt how to use the search To begin with, let's start over adding picolo metadata with its lineage information and add another metadata with service name `sensu` and type `topic` and add some records for it. ### Adding `picollo` Metadata + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-01", @@ -238,12 +245,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ] }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-02", @@ -274,12 +282,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ] }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "picollo:deployment-03", @@ -310,10 +319,12 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ] }' ``` + ### Adding `sensu` Metadata + `sensu` is the data store that `piccolo` instances read from. In order to have a lineage, we need to have the metadata urn of `sensu` in Compass. For instance, if you look at the `upstreams` and `downstreams` fields when we are ingesting `piccolo` metadata, you'll see that they are urn's of `sensu` instances. This means we can define the relationship between `piccolo` and `sensu` resources by declaring this relationship in `piccolo`'s definition. @@ -322,7 +333,7 @@ For instance, if you look at the `upstreams` and `downstreams` fields when we ar ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "sensu:deployment-01", @@ -336,12 +347,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ "downstreams": [] }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "sensu:deployment-02", @@ -355,12 +367,13 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ "downstreams": [] }' ``` + ```bash $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ---header 'Compass-User-UUID:odpf@email.com' \ +--header 'Compass-User-UUID:raystack@email.com' \ --data-raw '{ "asset": { "urn": "sensu:deployment-03", @@ -393,13 +406,15 @@ $ curl --request PATCH 'http://localhost:8080/v1beta1/assets' \ ```bash $ compass lineage picollo:deployment-01 ``` + ```bash curl 'http://localhost:8080/v1beta1/lineage/picollo%3Adeployment-01' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + @@ -407,23 +422,23 @@ The output is the following: ```json { - "data": [ - { - "source": "sensu:deployment-01", - "target": "picollo:deployment-01", - "prop": { - "root": "picollo:deployment-01" - } - }, - { - "source": "picollo:deployment-01", - "target": "gohan:deployment-01", - "prop": { - "root": "picollo:deployment-01" - } - } - ], - "node_attrs": {} + "data": [ + { + "source": "sensu:deployment-01", + "target": "picollo:deployment-01", + "prop": { + "root": "picollo:deployment-01" + } + }, + { + "source": "picollo:deployment-01", + "target": "gohan:deployment-01", + "prop": { + "root": "picollo:deployment-01" + } + } + ], + "node_attrs": {} } ``` diff --git a/docs/docs/guides/querying.md b/docs/docs/guides/querying.md index f0d4d1d9..298dc592 100644 --- a/docs/docs/guides/querying.md +++ b/docs/docs/guides/querying.md @@ -1,11 +1,12 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -# Querying metadata +# Querying metadata ## Prerequisites This guide assumes that you have a local instance of compass running and listening on `localhost:8080`. See [Installation](installation.md) guide for information on how to run Compass. + ## Using the Search API #### We can search for required text in the following ways: @@ -13,7 +14,7 @@ This guide assumes that you have a local instance of compass running and listeni 1. Using **`compass search `** CLI command 2. Calling to **`GET /v1beta1/search`** API with `text` to be searched as query parameter -The API contract is available [here](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json). +The API contract is available [here](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json). To demonstrate how to use compass, we’re going to query it for resources that contain the word ‘booking’. @@ -23,13 +24,15 @@ To demonstrate how to use compass, we’re going to query it for resources that ```bash $ compass search booking ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=booking' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + @@ -82,27 +85,30 @@ Compass decouple identifier from external system with the one that is being used ### Filter -Compass search supports restricting search results via filter by passing it in query params. Filter query params format is **`filter[{field_key}]={value}`** where **`field_key`** is the field name that we want to restrict and **`value`** is what value that should be matched. Filter can also support nested field by chaining key **`field_key`** with **`.`** \(dot\) such as **`filter[{field_key}.{nested_field_key}]={value}`**. +Compass search supports restricting search results via filter by passing it in query params. Filter query params format is **`filter[{field_key}]={value}`** where **`field_key`** is the field name that we want to restrict and **`value`** is what value that should be matched. Filter can also support nested field by chaining key **`field_key`** with **`.`** \(dot\) such as **`filter[{field_key}.{nested_field_key}]={value}`**. + #### We can filter our search in the following ways: 1. Using **`compass search --filter=field_key1:val1`** CLI command -2. Calling to **`GET /v1beta1/search`** API with **`text`** and **`filter[field_key1]=val1`** as query parameters +2. Calling to **`GET /v1beta1/search`** API with **`text`** and **`filter[field_key1]=val1`** as query parameters -For instance, to restrict search results to the ‘id’ landscape for ‘odpf’ organisation, run: +For instance, to restrict search results to the ‘id’ landscape for ‘raystack’ organisation, run: ```bash -$ compass search booking --filter=labels.landscape=id,labels.entity=odpf +$ compass search booking --filter=labels.landscape=id,labels.entity=raystack ``` + ```bash -$ curl 'http://localhost:8080/v1beta1/search?text=booking&filter[labels.landscape]=id&filter[labels.entity]=odpf' \ ---header 'Compass-User-UUID:odpf@email.com' +$ curl 'http://localhost:8080/v1beta1/search?text=booking&filter[labels.landscape]=id&filter[labels.entity]=raystack' \ +--header 'Compass-User-UUID:raystack@email.com' ``` + @@ -114,23 +120,26 @@ Under the hood, filter's work by checking whether the matching document's contai ```bash $ compass search booking --filter=labels.landscape=vn,labels.landscape=th ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=booking&filter[labels.landscape]=vn&filter[labels.landscape]=th' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + ### Query Apart from filters, Compass search API also supports fuzzy restriction in its query params. The difference of filter and query are, filter is for exact match on a specific field in asset while query is for fuzzy match. + #### We can search with custom queries in the following ways: 1. Using **`compass search --query=field_key1:val1`** CLI command -2. Calling to **`GET /v1beta1/search`** API with **`text`** and **`query[field_key1]=val1`** as query parameters +2. Calling to **`GET /v1beta1/search`** API with **`text`** and **`query[field_key1]=val1`** as query parameters Query format is not different with filter `query[{field_key}]={value}` where `field_key` is the field name that we want to query and `value` is what value that should be fuzzy matched. Query could also support nested field by chaining key `field_key` with `.` \(dot\) such as `query[{field_key}.{nested_field_key}]={value}`. For instance, to search results that has a name `kafka` and belongs to the team `data_engineering`, run: @@ -140,17 +149,20 @@ Query format is not different with filter `query[{field_key}]={value}` where `fi ```bash $ compass search booking --query=name:kafka,labels.team=data_eng ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=booking&query[name]=kafka&query[labels.team]=data_eng' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + ### Ranking Results + Compass allows user to rank the results based on a numeric field in the asset. It supports nested field by using the `.` \(dot\) to point to the nested field. For instance, to rank the search results based on `usage_count` in `data` field, run: @@ -159,17 +171,20 @@ Compass allows user to rank the results based on a numeric field in the asset. I ```bash $ compass search booking --rankby=data.usage_count ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=booking&rankby=data.usage_count' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + ### Size + You can also specify the number of maximum results you want compass to return using the **`size`** parameter @@ -178,27 +193,31 @@ You can also specify the number of maximum results you want compass to return us ```bash $ compass search booking --size=5 ``` + ```bash $ curl 'http://localhost:8080/v1beta1/search?text=booking&size=5' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + ## Using the Suggest API + The Suggest API gives a number of suggestion based on asset's name. There are 5 suggestions by default return by this API. -The API contract is available [here](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json). +The API contract is available [here](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json). Example of searching assets suggestion that has a name ‘booking’. ```bash $ curl 'http://localhost:8080/v1beta1/search/suggest?text=booking' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + This will return a list of suggestions. Here’s a sample response: ```bash @@ -212,27 +231,27 @@ This will return a list of suggestions. Here’s a sample response: ] } ``` -## Using the Get Assets API -The Get Assets API returns assets from Compass' main storage (PostgreSQL) while the Search API returns assets from Elasticsearch. The Get Assets API has several options (filters, size, offset, etc...) in its query params. +## Using the Get Assets API -| Query Params | Description | -|---|---| -|`types=topic,table`| filter by types | -|`services=kafka,postgres`| filter by services | -|`data[dataset]=booking&data[project]=p-godata-id`| filter by field in asset.data | -|`q=internal&q_fields=name,urn,description,services`| querying by field| -|`sort=created_at`|sort by certain fields| -|`direction=desc`|sorting direction (asc / desc)| +The Get Assets API returns assets from Compass' main storage (PostgreSQL) while the Search API returns assets from Elasticsearch. The Get Assets API has several options (filters, size, offset, etc...) in its query params. +| Query Params | Description | +| --------------------------------------------------- | ------------------------------ | +| `types=topic,table` | filter by types | +| `services=kafka,postgres` | filter by services | +| `data[dataset]=booking&data[project]=p-godata-id` | filter by field in asset.data | +| `q=internal&q_fields=name,urn,description,services` | querying by field | +| `sort=created_at` | sort by certain fields | +| `direction=desc` | sorting direction (asc / desc) | -The API contract is available [here](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json). +The API contract is available [here](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json). ## Using the Lineage API The Lineage API allows the clients to query the data flow relationship between different assets managed by Compass. -See the swagger definition of [Lineage API](https://github.com/odpf/compass/blob/main/third_party/OpenAPI/compass.swagger.json)) for more information. +See the swagger definition of [Lineage API](https://github.com/raystack/compass/blob/main/third_party/OpenAPI/compass.swagger.json)) for more information. Lineage API returns a list of directed edges. For each edge, there are `source` and `target` fields that represent nodes to indicate the direction of the edge. Each edge could have an optional property in the `props` field. @@ -247,50 +266,50 @@ Lineage API returns a list of directed edges. For each edge, there are `source` ```bash $ compass lineage data-project:datalake.events ``` + - ```bash $ curl 'http://localhost:8080/v1beta1/lineage/data-project%3Adatalake.events' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` + ```json { - "data": [ - { - "source": { - "urn": "data-project:datalake.events", - "type": "table", - "service": "bigquery", - }, - "target": { - "urn": "events-transform-dwh", - "type": "csv", - "service": "s3", - }, - "props": {} - }, - { - "source": { - "urn": "events-ingestion", - "type": "topic", - "service": "beast", - }, - "target": { - "urn": "data-project:datalake.events", - "type": "table", - "service": "bigquery", - }, - "props": {} - }, - ] + "data": [ + { + "source": { + "urn": "data-project:datalake.events", + "type": "table", + "service": "bigquery" + }, + "target": { + "urn": "events-transform-dwh", + "type": "csv", + "service": "s3" + }, + "props": {} + }, + { + "source": { + "urn": "events-ingestion", + "type": "topic", + "service": "beast" + }, + "target": { + "urn": "data-project:datalake.events", + "type": "table", + "service": "bigquery" + }, + "props": {} + } + ] } ``` The lineage is fetched from the perspective of an asset. The response shows it has a list of upstreams and downstreams assets of the requested asset. Notice that in the URL, we are using `urn` instead of `id`. The reason is because we use `urn` as a main identifier in our lineage storage. We don't use `id` to store the lineage as a main identifier, because `id` is internally auto generated and in lineage, there might be some assets that we don't store in our Compass' storage yet. - diff --git a/docs/docs/guides/starring.md b/docs/docs/guides/starring.md index 607c56c7..0a79fd67 100644 --- a/docs/docs/guides/starring.md +++ b/docs/docs/guides/starring.md @@ -1,18 +1,19 @@ # Starring -Compass allows a user to stars an asset. This bookmarking functionality is introduced to increase the speed of a user to get information. +Compass allows a user to stars an asset. This bookmarking functionality is introduced to increase the speed of a user to get information. To star and asset, we can use the User Starring API. Assuming we already have `asset_id` that we want to star. ```bash $ curl --request PUT 'http://localhost:8080/v1beta1/me/starred/00c06ef7-badb-4236-9d9e-889697cbda46' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' ``` To get the list of my starred assets. + ```bash $ curl --request PUT 'http://localhost:8080/v1beta1/me/starred' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' { "data": [ @@ -36,15 +37,15 @@ There is also an API to see which users star an asset (stargazers) in the Asset ```bash $ curl 'http://localhost:8080/v1beta1/assets/00c06ef7-badb-4236-9d9e-889697cbda46/stargazers' \ ---header 'Compass-User-UUID:odpf@email.com' +--header 'Compass-User-UUID:raystack@email.com' { "data": [ { "id": "1111-2222-3333", - "email": "odpf@email.com", + "email": "raystack@email.com", "provider": "shield" } ] } -``` \ No newline at end of file +``` diff --git a/docs/docs/guides/tagging.md b/docs/docs/guides/tagging.md index bb95e772..8aa4ff3c 100644 --- a/docs/docs/guides/tagging.md +++ b/docs/docs/guides/tagging.md @@ -3,13 +3,14 @@ This doc explains how to tag an asset in Compass with a specific tag. ## Tag Template + To support reusability of a tag, Compass has a tag template that we need to define first before we apply it to an asset. Tagging an asset means Compass will wire tag template to assets. Creating a tag's template could be done with Tag Template API. ```bash $ curl --request POST 'localhost:8080/v1beta1/tags/templates' \ ---header 'Compass-User-UUID: user@odpf.io' \ +--header 'Compass-User-UUID: user@raystack.io' \ --data-raw '{ "urn": "my-first-template", "display_name": "My First Template", @@ -37,9 +38,11 @@ We can verify the tag's template is created by calling GET tag's templates API ```bash $ curl --request GET 'localhost:8080/v1beta1/tags/templates' \ ---header 'Compass-User-UUID: user@odpf.io' +--header 'Compass-User-UUID: user@raystack.io' ``` + The response will be like this + ```javascript { "data": [ @@ -76,10 +79,13 @@ The response will be like this ``` Now, we already have a template with template urn `my-first-template` that has 2 kind of fields with id `1` and `2`. + ## Tagging an Asset + Once templates exist, we can tag an asset with a template by calling PUT `/v1beta1/tags/assets/{asset_id}` API. Assuming we have an asset + ```javascript { "id": "a2c74793-b584-4d20-ba2a-28bdf6b92c08", @@ -90,7 +96,7 @@ Assuming we have an asset "description": "sample description", "version": "0.1", "updated_by": { - "uuid": "user@odpf.io" + "uuid": "user@raystack.io" }, "created_at": "2022-05-11T07:03:45.954387Z", "updated_at": "2022-05-11T07:03:45.954387Z" @@ -98,9 +104,10 @@ Assuming we have an asset ``` We can tag the asset with template `my-first-template`. + ```bash $ curl --request POST 'localhost:8080/v1beta1/tags/assets' \ ---header 'Compass-User-UUID: user@odpf.io' +--header 'Compass-User-UUID: user@raystack.io' --data-raw '{ "asset_id": "a2c74793-b584-4d20-ba2a-28bdf6b92c08", "template_urn": "my-first-template", @@ -118,6 +125,7 @@ $ curl --request POST 'localhost:8080/v1beta1/tags/assets' \ ``` We will get response showing that the asset is already tagged. + ```javascript { "data": { @@ -150,14 +158,15 @@ We will get response showing that the asset is already tagged. "template_description": "This is my first template" } } -``` +``` ## Getting Asset's Tag(s) + We can get all tags belong to an asset by calling GET `/v1beta1/tags/assets/{asset_id}` API. ```bash $ curl --request GET 'localhost:8080/v1beta1/tags/assets/a2c74793-b584-4d20-ba2a-28bdf6b92c08' \ ---header 'Compass-User-UUID: user@odpf.io' +--header 'Compass-User-UUID: user@raystack.io' { "data": [ @@ -191,4 +200,5 @@ $ curl --request GET 'localhost:8080/v1beta1/tags/assets/a2c74793-b584-4d20-ba2a "template_description": "This is my first template" } ] -} \ No newline at end of file +} +``` diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 4cd52c28..9c7e4083 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -8,16 +8,16 @@ There are several approaches to install Compass. ### Binary (Cross-platform) -Download the appropriate version for your platform from [releases](https://github.com/odpf/compass/releases) page. Once downloaded, the binary can be run from anywhere. +Download the appropriate version for your platform from [releases](https://github.com/raystack/compass/releases) page. Once downloaded, the binary can be run from anywhere. You don’t need to install it into a global location. This works well for shared hosts and other systems where you don’t have a privileged account. Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/bin` is the most probable location. #### macOS -`Compass` is available via a Homebrew Tap, and as downloadable binary from the [releases](https://github.com/odpf/compass/releases) page: +`Compass` is available via a Homebrew Tap, and as downloadable binary from the [releases](https://github.com/raystack/compass/releases) page: ```sh -brew install odpf/tap/compass +brew install raystack/tap/compass ``` To upgrade to the latest version: @@ -28,14 +28,14 @@ brew upgrade compass #### Linux -`Compass` is available as downloadable binaries from the [releases](https://github.com/odpf/compass/releases/latest) page. Download the `.deb` or `.rpm` from the releases page and install with `sudo dpkg -i` and `sudo rpm -i` respectively. +`Compass` is available as downloadable binaries from the [releases](https://github.com/raystack/compass/releases/latest) page. Download the `.deb` or `.rpm` from the releases page and install with `sudo dpkg -i` and `sudo rpm -i` respectively. #### Windows -`compass` is available via [scoop](https://scoop.sh/), and as a downloadable binary from the [releases](https://github.com/odpf/compass/releases/latest) page: +`compass` is available via [scoop](https://scoop.sh/), and as a downloadable binary from the [releases](https://github.com/raystack/compass/releases/latest) page: ``` -scoop bucket add compass https://github.com/odpf/scoop-bucket.git +scoop bucket add compass https://github.com/raystack/scoop-bucket.git ``` To upgrade to the latest version: @@ -49,35 +49,36 @@ scoop update compass We provide ready to use Docker container images. To pull the latest image: ``` -docker pull odpf/compass:latest +docker pull raystack/compass:latest ``` To pull a specific version: ``` -docker pull odpf/compass:v0.3.2 +docker pull raystack/compass:v0.3.2 ``` If you like to have a shell alias that runs the latest version of compass from docker whenever you type `compass`: ``` -mkdir -p $HOME/.config/odpf -alias compass="docker run -e HOME=/tmp -v $HOME/.config/odpf:/tmp/.config/odpf --user $(id -u):$(id -g) --rm -it -p 3306:3306/tcp odpf/compass:latest" +mkdir -p $HOME/.config/raystack +alias compass="docker run -e HOME=/tmp -v $HOME/.config/raystack:/tmp/.config/raystack --user $(id -u):$(id -g) --rm -it -p 3306:3306/tcp raystack/compass:latest" ``` ### Building from Source Begin by cloning this repository then you have two ways in which you can build compass -* As a native executable -* As a docker image +- As a native executable +- As a docker image Run either of the following commands to clone and compile Compass from source ```bash -$ git clone git@github.com:odpf/compass.git # (Using SSH Protocol) -$ git clone https://github.com/odpf/compass.git # (Using HTTPS Protocol) +$ git clone git@github.com:raystack/compass.git # (Using SSH Protocol) +$ git clone https://github.com/raystack/compass.git # (Using HTTPS Protocol) ``` + #### As a native executable To build compass as a native executable, run `make` inside the cloned repository. diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 2188db05..6b8771d0 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -34,7 +34,9 @@ Discover why users choose Compass as their main data discovery and lineage servi - **Runtime:** Compass can run inside VMs or containers in a fully managed runtime environment like kubernetes. ## Using Compass + You can manage the data discovery for your resources via Compass in any of the following ways: + ### Compass Command Line Interface You can use the Compass command line interface to issue commands and to perform the entire data discovery flow. Using the command line can be faster and more convenient than the console. For more information on using the Compass CLI, see the [CLI Reference](./reference/cli.md) page. @@ -50,4 +52,4 @@ See the [installation](./installation) page to install the Compass CLI. Next, we After completing the tour, check out the remainder of the documentation in the reference and concepts sections for your specific areas of interest. We've aimed to provide as much documentation as we can for the various components of Compass to give you a full understanding of Compass's surface area. -Finally, follow the project on [GitHub](https://github.com/odpf/compass), and contact us if you'd like to get involved. \ No newline at end of file +Finally, follow the project on [GitHub](https://github.com/raystack/compass), and contact us if you'd like to get involved. diff --git a/docs/docs/reference/api.md b/docs/docs/reference/api.md index 83b79f89..8f564910 100644 --- a/docs/docs/reference/api.md +++ b/docs/docs/reference/api.md @@ -1,17 +1,19 @@ # Compass + Documentation of our Compass API with gRPC and gRPC-Gateway. ## Version: 0.3.0 -**License:** [Apache License 2.0](https://github.com/odpf/compass/blob/main/LICENSE) +**License:** [Apache License 2.0](https://github.com/raystack/compass/blob/main/LICENSE) -[More about Compass](https://odpf.gitbook.io/compass/) +[More about Compass](https://raystack.gitbook.io/compass/) ## default ### /v1beta1/assets #### GET + ##### Summary Get list of assets @@ -22,30 +24,31 @@ Returns list of assets, optionally filtered by types, services, sorting, fields ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| q | query | filter by specific query | No | string | -| q_fields | query | filter by multiple query fields | No | string | -| types | query | filter by multiple types | No | string | -| services | query | filter by multiple services | No | string | -| sort | query | sorting based on fields | No | string | -| direction | query | sorting direction can either be asc or desc | No | string | -| size | query | maximum size to fetch | No | long | -| offset | query | offset to fetch from | No | long | -| with_total | query | if set include total field in response | No | boolean | +| Name | Located in | Description | Required | Schema | +| ---------- | ---------- | ------------------------------------------- | -------- | ------- | +| q | query | filter by specific query | No | string | +| q_fields | query | filter by multiple query fields | No | string | +| types | query | filter by multiple types | No | string | +| services | query | filter by multiple services | No | string | +| sort | query | sorting based on fields | No | string | +| direction | query | sorting direction can either be asc or desc | No | string | +| size | query | maximum size to fetch | No | long | +| offset | query | offset to fetch from | No | long | +| with_total | query | if set include total field in response | No | boolean | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllAssetsResponse](#getallassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------- | +| 200 | A successful response. | [GetAllAssetsResponse](#getallassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update/Create an asset @@ -56,22 +59,23 @@ Upsert will update an asset or create a new one if it does not exist yet ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | | Yes | [UpsertAssetRequest](#upsertassetrequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------- | -------- | ----------------------------------------- | +| body | body | | Yes | [UpsertAssetRequest](#upsertassetrequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpsertAssetResponse](#upsertassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------- | +| 200 | A successful response. | [UpsertAssetResponse](#upsertassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PATCH + ##### Summary Patch/Create an asset @@ -82,24 +86,25 @@ Similar to Upsert but with patch strategy and different body format ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | | Yes | [UpsertPatchAssetRequest](#upsertpatchassetrequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------- | -------- | --------------------------------------------------- | +| body | body | | Yes | [UpsertPatchAssetRequest](#upsertpatchassetrequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpsertPatchAssetResponse](#upsertpatchassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------- | +| 200 | A successful response. | [UpsertPatchAssetResponse](#upsertpatchassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/assets/{asset_urn}/probes #### POST + ##### Summary Create asset's probe @@ -110,25 +115,26 @@ Add a new probe to an asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_urn | path | | Yes | string | -| probe | body | | Yes | [CreateAssetProbeRequest.Probe](#createassetproberequestprobe) | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | -------------------------------------------------------------- | +| asset_urn | path | | Yes | string | +| probe | body | | Yes | [CreateAssetProbeRequest.Probe](#createassetproberequestprobe) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateAssetProbeResponse](#createassetproberesponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------- | +| 200 | A successful response. | [CreateAssetProbeResponse](#createassetproberesponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/assets/{id} #### GET + ##### Summary Find an asset @@ -141,20 +147,21 @@ Returns a single asset with given ID | Name | Located in | Description | Required | Schema | | ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAssetByIDResponse](#getassetbyidresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------- | +| 200 | A successful response. | [GetAssetByIDResponse](#getassetbyidresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Delete an asset @@ -167,22 +174,23 @@ Delete a single asset with given ID | Name | Located in | Description | Required | Schema | | ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [DeleteAssetResponse](#deleteassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------- | +| 200 | A successful response. | [DeleteAssetResponse](#deleteassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/assets/{id}/stargazers #### GET + ##### Summary Find users that stars an asset @@ -193,26 +201,27 @@ Returns a list of users that stars an asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------ | ---------- | ----------- | -------- | ------ | +| id | path | | Yes | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAssetStargazersResponse](#getassetstargazersresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------------- | +| 200 | A successful response. | [GetAssetStargazersResponse](#getassetstargazersresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/assets/{id}/versions #### GET + ##### Summary Get version history of an asset @@ -223,26 +232,27 @@ Returns a list of asset version history ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------ | ---------- | ----------- | -------- | ------ | +| id | path | | Yes | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAssetVersionHistoryResponse](#getassetversionhistoryresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------------------- | +| 200 | A successful response. | [GetAssetVersionHistoryResponse](#getassetversionhistoryresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/assets/{id}/versions/{version} #### GET + ##### Summary Get asset's previous version @@ -253,25 +263,26 @@ Returns a specific version of an asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | -| version | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------- | ---------- | ----------- | -------- | ------ | +| id | path | | Yes | string | +| version | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAssetByVersionResponse](#getassetbyversionresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [GetAssetByVersionResponse](#getassetbyversionresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/lineage/{urn} #### GET + ##### Summary Get Lineage Graph @@ -282,26 +293,27 @@ Returns the lineage graph. Each entry in the graph describes a (edge) directed r ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| urn | path | | Yes | string | -| level | query | | No | long | -| direction | query | | No | string | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | ------ | +| urn | path | | Yes | string | +| level | query | | No | long | +| direction | query | | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetGraphResponse](#getgraphresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------- | +| 200 | A successful response. | [GetGraphResponse](#getgraphresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/search #### GET + ##### Summary Search for an asset @@ -312,28 +324,29 @@ API for querying documents. 'text' is fuzzy matched against all the available da ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| text | query | text to search for (fuzzy) | No | string | -| rankby | query | descendingly sort based on a numeric field in the asset. the nested field is written with period separated field name. eg, "rankby[data.profile.usage_count]" | No | string | -| size | query | number of results to return | No | long | -| include_fields | query | | No | [ string ] | -| offset | query | offset parameter defines the offset from the first result you want to fetch | No | long | +| Name | Located in | Description | Required | Schema | +| -------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------- | +| text | query | text to search for (fuzzy) | No | string | +| rankby | query | descendingly sort based on a numeric field in the asset. the nested field is written with period separated field name. eg, "rankby[data.profile.usage_count]" | No | string | +| size | query | number of results to return | No | long | +| include_fields | query | | No | [ string ] | +| offset | query | offset parameter defines the offset from the first result you want to fetch | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [SearchAssetsResponse](#searchassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------- | +| 200 | A successful response. | [SearchAssetsResponse](#searchassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/search/suggest #### GET + ##### Summary Suggest an asset @@ -344,204 +357,212 @@ API for retreiving N number of asset names that similar with the `text`. By defa ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| text | query | text to search for suggestions | No | string | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ------------------------------ | -------- | ------ | +| text | query | text to search for suggestions | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [SuggestAssetsResponse](#suggestassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [SuggestAssetsResponse](#suggestassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/discussions #### GET + ##### Summary Get all discussions ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| type | query | | No | string | -| state | query | | No | string | -| owner | query | | No | string | -| assignee | query | | No | string | -| asset | query | | No | string | -| labels | query | | No | string | -| sort | query | | No | string | -| direction | query | | No | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | ------ | +| type | query | | No | string | +| state | query | | No | string | +| owner | query | | No | string | +| assignee | query | | No | string | +| asset | query | | No | string | +| labels | query | | No | string | +| sort | query | | No | string | +| direction | query | | No | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllDiscussionsResponse](#getalldiscussionsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [GetAllDiscussionsResponse](#getalldiscussionsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### POST + ##### Summary Create a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | Request to be sent to create a discussion | Yes | [CreateDiscussionRequest](#creatediscussionrequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------------------------------------- | -------- | --------------------------------------------------- | +| body | body | Request to be sent to create a discussion | Yes | [CreateDiscussionRequest](#creatediscussionrequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateDiscussionResponse](#creatediscussionresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------- | +| 200 | A successful response. | [CreateDiscussionResponse](#creatediscussionresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/discussions/{discussion_id}/comments #### GET + ##### Summary Get all comments of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| sort | query | | No | string | -| direction | query | | No | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| sort | query | | No | string | +| direction | query | | No | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllCommentsResponse](#getallcommentsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [GetAllCommentsResponse](#getallcommentsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### POST + ##### Summary Create a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| body | body | | Yes | { **"body"**: string } | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ---------------------- | +| discussion_id | path | | Yes | string | +| body | body | | Yes | { **"body"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateCommentResponse](#createcommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [CreateCommentResponse](#createcommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/discussions/{discussion_id}/comments/{id} #### GET + ##### Summary Get a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetCommentResponse](#getcommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------- | +| 200 | A successful response. | [GetCommentResponse](#getcommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Delete a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [DeleteCommentResponse](#deletecommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [DeleteCommentResponse](#deletecommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | -| body | body | | Yes | { **"body"**: string } | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ---------------------- | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | +| body | body | | Yes | { **"body"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpdateCommentResponse](#updatecommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [UpdateCommentResponse](#updatecommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/discussions/{id} #### GET + ##### Summary Get a discussion @@ -550,45 +571,47 @@ Get a discussion | Name | Located in | Description | Required | Schema | | ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetDiscussionResponse](#getdiscussionresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [GetDiscussionResponse](#getdiscussionresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PATCH + ##### Summary Patch a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| id | path | | Yes | string | -| body | body | | Yes | { **"assets"**: [ string ], **"assignees"**: [ string ], **"body"**: string, **"labels"**: [ string ], **"state"**: string, **"title"**: string, **"type"**: string } | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| id | path | | Yes | string | +| body | body | | Yes | { **"assets"**: [ string ], **"assignees"**: [ string ], **"body"**: string, **"labels"**: [ string ], **"state"**: string, **"title"**: string, **"type"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [PatchDiscussionResponse](#patchdiscussionresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------- | +| 200 | A successful response. | [PatchDiscussionResponse](#patchdiscussionresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/me/discussions #### GET + ##### Summary Get all discussions of a user @@ -599,159 +622,165 @@ Returns all discussions given possible filters of a user ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| filter | query | | No | string | -| type | query | | No | string | -| state | query | | No | string | -| asset | query | | No | string | -| labels | query | | No | string | -| sort | query | | No | string | -| direction | query | | No | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | ------ | +| filter | query | | No | string | +| type | query | | No | string | +| state | query | | No | string | +| asset | query | | No | string | +| labels | query | | No | string | +| sort | query | | No | string | +| direction | query | | No | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyDiscussionsResponse](#getmydiscussionsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------- | +| 200 | A successful response. | [GetMyDiscussionsResponse](#getmydiscussionsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/discussions/{discussion_id}/comments #### GET + ##### Summary Get all comments of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| sort | query | | No | string | -| direction | query | | No | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| sort | query | | No | string | +| direction | query | | No | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllCommentsResponse](#getallcommentsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [GetAllCommentsResponse](#getallcommentsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### POST + ##### Summary Create a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| body | body | | Yes | { **"body"**: string } | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ---------------------- | +| discussion_id | path | | Yes | string | +| body | body | | Yes | { **"body"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateCommentResponse](#createcommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [CreateCommentResponse](#createcommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/discussions/{discussion_id}/comments/{id} #### GET + ##### Summary Get a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetCommentResponse](#getcommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------- | +| 200 | A successful response. | [GetCommentResponse](#getcommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Delete a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ------ | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [DeleteCommentResponse](#deletecommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [DeleteCommentResponse](#deletecommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update a comment of a discussion ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| discussion_id | path | | Yes | string | -| id | path | | Yes | string | -| body | body | | Yes | { **"body"**: string } | +| Name | Located in | Description | Required | Schema | +| ------------- | ---------- | ----------- | -------- | ---------------------- | +| discussion_id | path | | Yes | string | +| id | path | | Yes | string | +| body | body | | Yes | { **"body"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpdateCommentResponse](#updatecommentresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [UpdateCommentResponse](#updatecommentresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/lineage/{urn} #### GET + ##### Summary Get Lineage Graph @@ -762,28 +791,29 @@ Returns the lineage graph. Each entry in the graph describes a (edge) directed r ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| urn | path | | Yes | string | -| level | query | | No | long | -| direction | query | | No | string | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | ------ | +| urn | path | | Yes | string | +| level | query | | No | long | +| direction | query | | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetGraphResponse](#getgraphresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------- | +| 200 | A successful response. | [GetGraphResponse](#getgraphresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/me/discussions #### GET + ##### Summary Get all discussions of a user @@ -794,32 +824,33 @@ Returns all discussions given possible filters of a user ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| filter | query | | No | string | -| type | query | | No | string | -| state | query | | No | string | -| asset | query | | No | string | -| labels | query | | No | string | -| sort | query | | No | string | -| direction | query | | No | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| --------- | ---------- | ----------- | -------- | ------ | +| filter | query | | No | string | +| type | query | | No | string | +| state | query | | No | string | +| asset | query | | No | string | +| labels | query | | No | string | +| sort | query | | No | string | +| direction | query | | No | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyDiscussionsResponse](#getmydiscussionsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------------- | +| 200 | A successful response. | [GetMyDiscussionsResponse](#getmydiscussionsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/me/starred #### GET + ##### Summary Get my starred assets @@ -830,25 +861,26 @@ Get all assets starred by me ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------ | ---------- | ----------- | -------- | ------ | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyStarredAssetsResponse](#getmystarredassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------------- | +| 200 | A successful response. | [GetMyStarredAssetsResponse](#getmystarredassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/me/starred/{asset_id} #### GET + ##### Summary Get my starred asset @@ -859,22 +891,23 @@ Get an asset starred by me ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyStarredAssetResponse](#getmystarredassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [GetMyStarredAssetResponse](#getmystarredassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Unstar an asset @@ -885,22 +918,23 @@ Unmark my starred asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UnstarAssetResponse](#unstarassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------- | +| 200 | A successful response. | [UnstarAssetResponse](#unstarassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Star an asset @@ -911,24 +945,25 @@ Mark an asset with a star ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [StarAssetResponse](#starassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------- | +| 200 | A successful response. | [StarAssetResponse](#starassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/users/{user_id}/starred #### GET + ##### Summary Get assets starred by a user @@ -939,28 +974,29 @@ Get all assets starred by a user ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| user_id | path | | Yes | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------- | ---------- | ----------- | -------- | ------ | +| user_id | path | | Yes | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetUserStarredAssetsResponse](#getuserstarredassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------------- | +| 200 | A successful response. | [GetUserStarredAssetsResponse](#getuserstarredassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/me/starred #### GET + ##### Summary Get my starred assets @@ -971,25 +1007,26 @@ Get all assets starred by me ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------ | ---------- | ----------- | -------- | ------ | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyStarredAssetsResponse](#getmystarredassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------------- | +| 200 | A successful response. | [GetMyStarredAssetsResponse](#getmystarredassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/me/starred/{asset_id} #### GET + ##### Summary Get my starred asset @@ -1000,22 +1037,23 @@ Get an asset starred by me ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetMyStarredAssetResponse](#getmystarredassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [GetMyStarredAssetResponse](#getmystarredassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Unstar an asset @@ -1026,22 +1064,23 @@ Unmark my starred asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UnstarAssetResponse](#unstarassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------- | +| 200 | A successful response. | [UnstarAssetResponse](#unstarassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Star an asset @@ -1052,24 +1091,25 @@ Mark an asset with a star ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [StarAssetResponse](#starassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------- | +| 200 | A successful response. | [StarAssetResponse](#starassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/users/{user_id}/starred #### GET + ##### Summary Get assets starred by a user @@ -1080,28 +1120,29 @@ Get all assets starred by a user ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| user_id | path | | Yes | string | -| size | query | | No | long | -| offset | query | | No | long | +| Name | Located in | Description | Required | Schema | +| ------- | ---------- | ----------- | -------- | ------ | +| user_id | path | | Yes | string | +| size | query | | No | long | +| offset | query | | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetUserStarredAssetsResponse](#getuserstarredassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------------- | +| 200 | A successful response. | [GetUserStarredAssetsResponse](#getuserstarredassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/namespaces #### GET + ##### Summary List namespace @@ -1112,16 +1153,17 @@ List all created namespaces ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [ListNamespacesResponse](#listnamespacesresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [ListNamespacesResponse](#listnamespacesresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### POST + ##### Summary Create a namespace @@ -1132,24 +1174,25 @@ Create a new namespace, throws error if already exists ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | | Yes | [CreateNamespaceRequest](#createnamespacerequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------- | -------- | ------------------------------------------------- | +| body | body | | Yes | [CreateNamespaceRequest](#createnamespacerequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateNamespaceResponse](#createnamespaceresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------- | +| 200 | A successful response. | [CreateNamespaceResponse](#createnamespaceresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/namespaces/{urn} #### GET + ##### Summary Get namespace @@ -1160,22 +1203,23 @@ Fetch a namespace details, throws error if doesn't exists. Use id or name as urn ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| urn | path | set either id or name | Yes | string | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | --------------------- | -------- | ------ | +| urn | path | set either id or name | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetNamespaceResponse](#getnamespaceresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------- | +| 200 | A successful response. | [GetNamespaceResponse](#getnamespaceresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update namespace @@ -1186,27 +1230,28 @@ Update an existing namespace, throws error if doesn't exists. Use id or name as ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| urn | path | set either id or name | Yes | string | -| body | body | | Yes | { **"metadata"**: object, **"state"**: string } | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | --------------------- | -------- | ----------------------------------------------- | +| urn | path | set either id or name | Yes | string | +| body | body | | Yes | { **"metadata"**: object, **"state"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpdateNamespaceResponse](#updatenamespaceresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------- | +| 200 | A successful response. | [UpdateNamespaceResponse](#updatenamespaceresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/search #### GET + ##### Summary Search for an asset @@ -1217,28 +1262,29 @@ API for querying documents. 'text' is fuzzy matched against all the available da ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| text | query | text to search for (fuzzy) | No | string | -| rankby | query | descendingly sort based on a numeric field in the asset. the nested field is written with period separated field name. eg, "rankby[data.profile.usage_count]" | No | string | -| size | query | number of results to return | No | long | -| include_fields | query | | No | [ string ] | -| offset | query | offset parameter defines the offset from the first result you want to fetch | No | long | +| Name | Located in | Description | Required | Schema | +| -------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------- | +| text | query | text to search for (fuzzy) | No | string | +| rankby | query | descendingly sort based on a numeric field in the asset. the nested field is written with period separated field name. eg, "rankby[data.profile.usage_count]" | No | string | +| size | query | number of results to return | No | long | +| include_fields | query | | No | [ string ] | +| offset | query | offset parameter defines the offset from the first result you want to fetch | No | long | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [SearchAssetsResponse](#searchassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------- | +| 200 | A successful response. | [SearchAssetsResponse](#searchassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/search/suggest #### GET + ##### Summary Suggest an asset @@ -1249,26 +1295,27 @@ API for retreiving N number of asset names that similar with the `text`. By defa ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| text | query | text to search for suggestions | No | string | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ------------------------------ | -------- | ------ | +| text | query | text to search for suggestions | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [SuggestAssetsResponse](#suggestassetsresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ----------------------------------------------- | +| 200 | A successful response. | [SuggestAssetsResponse](#suggestassetsresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/tags/assets #### POST + ##### Summary Tag an asset @@ -1279,24 +1326,25 @@ Tag an asset with a tag template ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | Request to be sent to create a tag | Yes | [CreateTagAssetRequest](#createtagassetrequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ---------------------------------- | -------- | ----------------------------------------------- | +| body | body | Request to be sent to create a tag | Yes | [CreateTagAssetRequest](#createtagassetrequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateTagAssetResponse](#createtagassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [CreateTagAssetResponse](#createtagassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/tags/assets/{asset_id} #### GET + ##### Summary Get an asset's tags @@ -1307,24 +1355,25 @@ Get all tags for an assets ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllTagsByAssetResponse](#getalltagsbyassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [GetAllTagsByAssetResponse](#getalltagsbyassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/tags/assets/{asset_id}/templates/{template_urn} #### GET + ##### Summary Find a tag by asset and template @@ -1335,23 +1384,24 @@ Find a single tag using asset id and template urn ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | -| template_urn | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | +| template_urn | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetTagByAssetAndTemplateResponse](#gettagbyassetandtemplateresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------------------------- | +| 200 | A successful response. | [GetTagByAssetAndTemplateResponse](#gettagbyassetandtemplateresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Remove a tag on an asset @@ -1362,23 +1412,24 @@ Remove a tag on an asset in a type ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | -| template_urn | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------ | +| asset_id | path | | Yes | string | +| template_urn | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [DeleteTagAssetResponse](#deletetagassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [DeleteTagAssetResponse](#deletetagassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update a tag on an asset @@ -1389,26 +1440,27 @@ Update a tag on an asset ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| asset_id | path | | Yes | string | -| template_urn | path | | Yes | string | -| body | body | | Yes | { **"tag_values"**: [ [TagValue](#tagvalue) ], **"template_description"**: string, **"template_display_name"**: string } | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------------------------------------------------------------------------------------------------------------------------ | +| asset_id | path | | Yes | string | +| template_urn | path | | Yes | string | +| body | body | | Yes | { **"tag_values"**: [ [TagValue](#tagvalue) ], **"template_description"**: string, **"template_display_name"**: string } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpdateTagAssetResponse](#updatetagassetresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [UpdateTagAssetResponse](#updatetagassetresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/tags/templates #### GET + ##### Summary Get all tag templates @@ -1421,20 +1473,21 @@ Get all available tag templates | Name | Located in | Description | Required | Schema | | ---- | ---------- | ----------- | -------- | ------ | -| urn | query | | No | string | +| urn | query | | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllTagTemplatesResponse](#getalltagtemplatesresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | --------------------------------------------------------- | +| 200 | A successful response. | [GetAllTagTemplatesResponse](#getalltagtemplatesresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### POST + ##### Summary Create a template @@ -1445,24 +1498,25 @@ Create a new tag template ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| body | body | Request to be sent to create a tag's template | Yes | [CreateTagTemplateRequest](#createtagtemplaterequest) | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | --------------------------------------------- | -------- | ----------------------------------------------------- | +| body | body | Request to be sent to create a tag's template | Yes | [CreateTagTemplateRequest](#createtagtemplaterequest) | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [CreateTagTemplateResponse](#createtagtemplateresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [CreateTagTemplateResponse](#createtagtemplateresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### /v1beta1/tags/templates/{template_urn} #### GET + ##### Summary Get a tag template @@ -1473,22 +1527,23 @@ Get a single tag template ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| template_urn | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------ | +| template_urn | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetTagTemplateResponse](#gettagtemplateresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------- | +| 200 | A successful response. | [GetTagTemplateResponse](#gettagtemplateresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### DELETE + ##### Summary Delete a tag template @@ -1499,22 +1554,23 @@ Delete a single tag template ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| template_urn | path | | Yes | string | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------ | +| template_urn | path | | Yes | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [DeleteTagTemplateResponse](#deletetagtemplateresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [DeleteTagTemplateResponse](#deletetagtemplateresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | #### PUT + ##### Summary Update a template @@ -1525,27 +1581,28 @@ Update an existing tag template ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| template_urn | path | | Yes | string | -| body | body | | Yes | { **"description"**: string, **"display_name"**: string, **"fields"**: [ [TagTemplateField](#tagtemplatefield) ] } | +| Name | Located in | Description | Required | Schema | +| ------------ | ---------- | ----------- | -------- | ------------------------------------------------------------------------------------------------------------------ | +| template_urn | path | | Yes | string | +| body | body | | Yes | { **"description"**: string, **"display_name"**: string, **"fields"**: [ [TagTemplateField](#tagtemplatefield) ] } | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [UpdateTagTemplateResponse](#updatetagtemplateresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------------------- | +| 200 | A successful response. | [UpdateTagTemplateResponse](#updatetagtemplateresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ## default ### /v1beta1/types #### GET + ##### Summary fetch all types @@ -1556,578 +1613,578 @@ Fetch all types supported in Compass ##### Parameters -| Name | Located in | Description | Required | Schema | -| ---- | ---------- | ----------- | -------- | ------ | -| q | query | filter by specific query | No | string | -| q_fields | query | filter by multiple query fields | No | string | -| types | query | filter by multiple types | No | string | -| services | query | filter by multiple services | No | string | +| Name | Located in | Description | Required | Schema | +| -------- | ---------- | ------------------------------- | -------- | ------ | +| q | query | filter by specific query | No | string | +| q_fields | query | filter by multiple query fields | No | string | +| types | query | filter by multiple types | No | string | +| services | query | filter by multiple services | No | string | ##### Responses -| Code | Description | Schema | -| ---- | ----------- | ------ | -| 200 | A successful response. | [GetAllTypesResponse](#getalltypesresponse) | -| 400 | Returned when the data that user input is wrong. | [Status](#status) | -| 404 | Returned when the resource does not exist. | [Status](#status) | -| 409 | Returned when the resource already exist. | [Status](#status) | -| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | -| default | An unexpected error response. | [Status](#status) | +| Code | Description | Schema | +| ------- | ----------------------------------------------------------- | ------------------------------------------- | +| 200 | A successful response. | [GetAllTypesResponse](#getalltypesresponse) | +| 400 | Returned when the data that user input is wrong. | [Status](#status) | +| 404 | Returned when the resource does not exist. | [Status](#status) | +| 409 | Returned when the resource already exist. | [Status](#status) | +| 500 | Returned when theres is something wrong on the server side. | [Status](#status) | +| default | An unexpected error response. | [Status](#status) | ### Models #### Any -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| @type | string | | No | +| Name | Type | Description | Required | +| ----- | ------ | ----------- | -------- | +| @type | string | | No | #### Change -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| from | | | No | -| path | [ string ] | | No | -| to | | | No | -| type | string | | No | +| Name | Type | Description | Required | +| ---- | ---------- | ----------- | -------- | +| from | | | No | +| path | [ string ] | | No | +| to | | | No | +| type | string | | No | #### Comment -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| body | string | | No | -| created_at | dateTime | | No | -| discussion_id | string | | No | -| id | string | | No | -| owner | [User](#user) | | No | -| updated_at | dateTime | | No | -| updated_by | [User](#user) | | No | +| Name | Type | Description | Required | +| ------------- | ------------- | ----------- | -------- | +| body | string | | No | +| created_at | dateTime | | No | +| discussion_id | string | | No | +| id | string | | No | +| owner | [User](#user) | | No | +| updated_at | dateTime | | No | +| updated_by | [User](#user) | | No | #### CreateAssetProbeRequest.Probe -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| metadata | object | | No | -| status | string | | Yes | -| status_reason | string | | No | -| timestamp | dateTime | | No | +| Name | Type | Description | Required | +| ------------- | -------- | ----------- | -------- | +| metadata | object | | No | +| status | string | | Yes | +| status_reason | string | | No | +| timestamp | dateTime | | No | #### CreateAssetProbeResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### CreateCommentResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### CreateDiscussionRequest Request to be sent to create a discussion -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| assets | [ string ] | | No | -| assignees | [ string ] | | No | -| body | string | | Yes | -| labels | [ string ] | | No | -| state | string | | No | -| title | string | | Yes | -| type | string | | No | +| Name | Type | Description | Required | +| --------- | ---------- | ----------- | -------- | +| assets | [ string ] | | No | +| assignees | [ string ] | | No | +| body | string | | Yes | +| labels | [ string ] | | No | +| state | string | | No | +| title | string | | Yes | +| type | string | | No | #### CreateDiscussionResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### CreateNamespaceRequest -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | optional, if not specified will be auto generated | No | -| metadata | object | key value pairs as metadata for the namespace | No | -| name | string | | No | -| state | string | | No | +| Name | Type | Description | Required | +| -------- | ------ | ------------------------------------------------- | -------- | +| id | string | optional, if not specified will be auto generated | No | +| metadata | object | key value pairs as metadata for the namespace | No | +| name | string | | No | +| state | string | | No | #### CreateNamespaceResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### CreateTagAssetRequest Request to be sent to create a tag -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| asset_id | string | | Yes | -| tag_values | [ [TagValue](#tagvalue) ] | | Yes | -| template_description | string | | No | -| template_display_name | string | | No | -| template_urn | string | | Yes | +| Name | Type | Description | Required | +| --------------------- | ------------------------- | ----------- | -------- | +| asset_id | string | | Yes | +| tag_values | [ [TagValue](#tagvalue) ] | | Yes | +| template_description | string | | No | +| template_display_name | string | | No | +| template_urn | string | | Yes | #### CreateTagAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Tag](#v1beta1tag) | | No | +| Name | Type | Description | Required | +| ---- | -------------------------- | ----------- | -------- | +| data | [v1beta1.Tag](#v1beta1tag) | | No | #### CreateTagTemplateRequest Request to be sent to create a tag's template -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| description | string | | Yes | -| display_name | string | | Yes | -| fields | [ [TagTemplateField](#tagtemplatefield) ] | | No | -| urn | string | | Yes | +| Name | Type | Description | Required | +| ------------ | ----------------------------------------- | ----------- | -------- | +| description | string | | Yes | +| display_name | string | | Yes | +| fields | [ [TagTemplateField](#tagtemplatefield) ] | | No | +| urn | string | | Yes | #### CreateTagTemplateResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [TagTemplate](#tagtemplate) | | No | +| Name | Type | Description | Required | +| ---- | --------------------------- | ----------- | -------- | +| data | [TagTemplate](#tagtemplate) | | No | #### DeleteAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| DeleteAssetResponse | object | | | +| Name | Type | Description | Required | +| ------------------- | ------ | ----------- | -------- | +| DeleteAssetResponse | object | | | #### DeleteCommentResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| DeleteCommentResponse | object | | | +| Name | Type | Description | Required | +| --------------------- | ------ | ----------- | -------- | +| DeleteCommentResponse | object | | | #### DeleteTagAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| DeleteTagAssetResponse | object | | | +| Name | Type | Description | Required | +| ---------------------- | ------ | ----------- | -------- | +| DeleteTagAssetResponse | object | | | #### DeleteTagTemplateResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| DeleteTagTemplateResponse | object | | | +| Name | Type | Description | Required | +| ------------------------- | ------ | ----------- | -------- | +| DeleteTagTemplateResponse | object | | | #### Discussion -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| assets | [ string ] | | No | -| assignees | [ string ] | | No | -| body | string | | No | -| created_at | dateTime | | No | -| id | string | | No | -| labels | [ string ] | | No | -| owner | [User](#user) | | No | -| state | string | | No | -| title | string | | No | -| type | string | | No | -| updated_at | dateTime | | No | +| Name | Type | Description | Required | +| ---------- | ------------- | ----------- | -------- | +| assets | [ string ] | | No | +| assignees | [ string ] | | No | +| body | string | | No | +| created_at | dateTime | | No | +| id | string | | No | +| labels | [ string ] | | No | +| owner | [User](#user) | | No | +| state | string | | No | +| title | string | | No | +| type | string | | No | +| updated_at | dateTime | | No | #### GetAllAssetsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | -| total | long | | No | +| Name | Type | Description | Required | +| ----- | ---------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | +| total | long | | No | #### GetAllCommentsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [Comment](#comment) ] | | No | +| Name | Type | Description | Required | +| ---- | ----------------------- | ----------- | -------- | +| data | [ [Comment](#comment) ] | | No | #### GetAllDiscussionsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [Discussion](#discussion) ] | | No | +| Name | Type | Description | Required | +| ---- | ----------------------------- | ----------- | -------- | +| data | [ [Discussion](#discussion) ] | | No | #### GetAllTagTemplatesResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [TagTemplate](#tagtemplate) ] | | No | +| Name | Type | Description | Required | +| ---- | ------------------------------- | ----------- | -------- | +| data | [ [TagTemplate](#tagtemplate) ] | | No | #### GetAllTagsByAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Tag](#v1beta1tag) ] | | No | +| Name | Type | Description | Required | +| ---- | ------------------------------ | ----------- | -------- | +| data | [ [v1beta1.Tag](#v1beta1tag) ] | | No | #### GetAllTypesResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Type](#v1beta1type) ] | | No | +| Name | Type | Description | Required | +| ---- | -------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Type](#v1beta1type) ] | | No | #### GetAssetByIDResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Asset](#v1beta1asset) | | No | +| Name | Type | Description | Required | +| ---- | ------------------------------ | ----------- | -------- | +| data | [v1beta1.Asset](#v1beta1asset) | | No | #### GetAssetByVersionResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Asset](#v1beta1asset) | | No | +| Name | Type | Description | Required | +| ---- | ------------------------------ | ----------- | -------- | +| data | [v1beta1.Asset](#v1beta1asset) | | No | #### GetAssetStargazersResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [User](#user) ] | | No | +| Name | Type | Description | Required | +| ---- | ----------------- | ----------- | -------- | +| data | [ [User](#user) ] | | No | #### GetAssetVersionHistoryResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | +| Name | Type | Description | Required | +| ---- | ---------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | #### GetCommentResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [Comment](#comment) | | No | +| Name | Type | Description | Required | +| ---- | ------------------- | ----------- | -------- | +| data | [Comment](#comment) | | No | #### GetDiscussionResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [Discussion](#discussion) | | No | +| Name | Type | Description | Required | +| ---- | ------------------------- | ----------- | -------- | +| data | [Discussion](#discussion) | | No | #### GetGraphResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [LineageEdge](#lineageedge) ] | Edges in the graph. | No | -| node_attrs | object | Key is the asset URN. Node attributes, if present, will be returned for source and target nodes in the LineageEdge. | No | +| Name | Type | Description | Required | +| ---------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -------- | +| data | [ [LineageEdge](#lineageedge) ] | Edges in the graph. | No | +| node_attrs | object | Key is the asset URN. Node attributes, if present, will be returned for source and target nodes in the LineageEdge. | No | #### GetMyDiscussionsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [Discussion](#discussion) ] | | No | +| Name | Type | Description | Required | +| ---- | ----------------------------- | ----------- | -------- | +| data | [ [Discussion](#discussion) ] | | No | #### GetMyStarredAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Asset](#v1beta1asset) | | No | +| Name | Type | Description | Required | +| ---- | ------------------------------ | ----------- | -------- | +| data | [v1beta1.Asset](#v1beta1asset) | | No | #### GetMyStarredAssetsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | +| Name | Type | Description | Required | +| ---- | ---------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | #### GetNamespaceResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| namespace | [Namespace](#namespace) | | No | +| Name | Type | Description | Required | +| --------- | ----------------------- | ----------- | -------- | +| namespace | [Namespace](#namespace) | | No | #### GetTagByAssetAndTemplateResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Tag](#v1beta1tag) | | No | +| Name | Type | Description | Required | +| ---- | -------------------------- | ----------- | -------- | +| data | [v1beta1.Tag](#v1beta1tag) | | No | #### GetTagTemplateResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [TagTemplate](#tagtemplate) | | No | +| Name | Type | Description | Required | +| ---- | --------------------------- | ----------- | -------- | +| data | [TagTemplate](#tagtemplate) | | No | #### GetUserStarredAssetsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | +| Name | Type | Description | Required | +| ---- | ---------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | #### LineageEdge -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| prop | object | | No | -| source | string | | No | -| target | string | | No | +| Name | Type | Description | Required | +| ------ | ------ | ----------- | -------- | +| prop | object | | No | +| source | string | | No | +| target | string | | No | #### LineageNode -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| service | string | | No | -| type | string | | No | -| urn | string | | No | +| Name | Type | Description | Required | +| ------- | ------ | ----------- | -------- | +| service | string | | No | +| type | string | | No | +| urn | string | | No | #### ListNamespacesResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| namespaces | [ [Namespace](#namespace) ] | | No | +| Name | Type | Description | Required | +| ---------- | --------------------------- | ----------- | -------- | +| namespaces | [ [Namespace](#namespace) ] | | No | #### Namespace -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | -| metadata | object | key value pairs as metadata for the namespace | No | -| name | string | | No | -| state | string | | No | +| Name | Type | Description | Required | +| -------- | ------ | --------------------------------------------- | -------- | +| id | string | | No | +| metadata | object | key value pairs as metadata for the namespace | No | +| name | string | | No | +| state | string | | No | #### NodeAttributes -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| probes | [ProbesInfo](#probesinfo) | | No | +| Name | Type | Description | Required | +| ------ | ------------------------- | ----------- | -------- | +| probes | [ProbesInfo](#probesinfo) | | No | #### NullValue `NullValue` is a singleton enumeration to represent the null value for the `Value` type union. - The JSON representation for `NullValue` is JSON `null`. +The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value. -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| NullValue | string | `NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value. | | +| Name | Type | Description | Required | +| --------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | +| NullValue | string | `NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value. | | #### PatchDiscussionResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| PatchDiscussionResponse | object | | | +| Name | Type | Description | Required | +| ----------------------- | ------ | ----------- | -------- | +| PatchDiscussionResponse | object | | | #### ProbesInfo -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| latest | [v1beta1.Probe](#v1beta1probe) | | No | +| Name | Type | Description | Required | +| ------ | ------------------------------ | ----------- | -------- | +| latest | [v1beta1.Probe](#v1beta1probe) | | No | #### SearchAssetsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | +| Name | Type | Description | Required | +| ---- | ---------------------------------- | ----------- | -------- | +| data | [ [v1beta1.Asset](#v1beta1asset) ] | | No | #### StarAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### Status -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| code | integer | | No | -| details | [ [Any](#any) ] | | No | -| message | string | | No | +| Name | Type | Description | Required | +| ------- | --------------- | ----------- | -------- | +| code | integer | | No | +| details | [ [Any](#any) ] | | No | +| message | string | | No | #### SuggestAssetsResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [ string ] | | No | +| Name | Type | Description | Required | +| ---- | ---------- | ----------- | -------- | +| data | [ string ] | | No | #### TagTemplate -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| created_at | dateTime | | No | -| description | string | | No | -| display_name | string | | No | -| fields | [ [TagTemplateField](#tagtemplatefield) ] | | No | -| updated_at | dateTime | | No | -| urn | string | | No | +| Name | Type | Description | Required | +| ------------ | ----------------------------------------- | ----------- | -------- | +| created_at | dateTime | | No | +| description | string | | No | +| display_name | string | | No | +| fields | [ [TagTemplateField](#tagtemplatefield) ] | | No | +| updated_at | dateTime | | No | +| urn | string | | No | #### TagTemplateField -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| created_at | dateTime | | No | -| data_type | string | | No | -| description | string | | No | -| display_name | string | | No | -| id | long | | No | -| options | [ string ] | | No | -| required | boolean | | No | -| updated_at | dateTime | | No | -| urn | string | | No | +| Name | Type | Description | Required | +| ------------ | ---------- | ----------- | -------- | +| created_at | dateTime | | No | +| data_type | string | | No | +| description | string | | No | +| display_name | string | | No | +| id | long | | No | +| options | [ string ] | | No | +| required | boolean | | No | +| updated_at | dateTime | | No | +| urn | string | | No | #### TagValue -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| created_at | dateTime | | No | -| field_data_type | string | | No | -| field_description | string | | No | -| field_display_name | string | | No | -| field_id | long | | No | -| field_options | [ string ] | | No | -| field_required | boolean | | No | -| field_urn | string | | No | -| field_value | | | No | -| updated_at | dateTime | | No | +| Name | Type | Description | Required | +| ------------------ | ---------- | ----------- | -------- | +| created_at | dateTime | | No | +| field_data_type | string | | No | +| field_description | string | | No | +| field_display_name | string | | No | +| field_id | long | | No | +| field_options | [ string ] | | No | +| field_required | boolean | | No | +| field_urn | string | | No | +| field_value | | | No | +| updated_at | dateTime | | No | #### UnstarAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| UnstarAssetResponse | object | | | +| Name | Type | Description | Required | +| ------------------- | ------ | ----------- | -------- | +| UnstarAssetResponse | object | | | #### UpdateCommentResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| UpdateCommentResponse | object | | | +| Name | Type | Description | Required | +| --------------------- | ------ | ----------- | -------- | +| UpdateCommentResponse | object | | | #### UpdateNamespaceResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| UpdateNamespaceResponse | object | | | +| Name | Type | Description | Required | +| ----------------------- | ------ | ----------- | -------- | +| UpdateNamespaceResponse | object | | | #### UpdateTagAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [v1beta1.Tag](#v1beta1tag) | | No | +| Name | Type | Description | Required | +| ---- | -------------------------- | ----------- | -------- | +| data | [v1beta1.Tag](#v1beta1tag) | | No | #### UpdateTagTemplateResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | [TagTemplate](#tagtemplate) | | No | +| Name | Type | Description | Required | +| ---- | --------------------------- | ----------- | -------- | +| data | [TagTemplate](#tagtemplate) | | No | #### UpsertAssetRequest -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| asset | [UpsertAssetRequest.Asset](#upsertassetrequestasset) | | No | -| downstreams | [ [LineageNode](#lineagenode) ] | | No | -| upstreams | [ [LineageNode](#lineagenode) ] | | No | +| Name | Type | Description | Required | +| ----------- | ---------------------------------------------------- | ----------- | -------- | +| asset | [UpsertAssetRequest.Asset](#upsertassetrequestasset) | | No | +| downstreams | [ [LineageNode](#lineagenode) ] | | No | +| upstreams | [ [LineageNode](#lineagenode) ] | | No | #### UpsertAssetRequest.Asset -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | object | dynamic data of an asset | No | -| description | string | | No | -| labels | object | labels of an asset | No | -| name | string | | No | -| owners | [ [User](#user) ] | list of owners of the asset | No | -| service | string | | No | -| type | string | | No | -| url | string | | No | -| urn | string | | No | +| Name | Type | Description | Required | +| ----------- | ----------------- | --------------------------- | -------- | +| data | object | dynamic data of an asset | No | +| description | string | | No | +| labels | object | labels of an asset | No | +| name | string | | No | +| owners | [ [User](#user) ] | list of owners of the asset | No | +| service | string | | No | +| type | string | | No | +| url | string | | No | +| urn | string | | No | #### UpsertAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### UpsertPatchAssetRequest -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| asset | [UpsertPatchAssetRequest.Asset](#upsertpatchassetrequestasset) | | No | -| downstreams | [ [LineageNode](#lineagenode) ] | | No | -| overwrite_lineage | boolean | overwrite_lineage determines whether the asset's lineage should be overwritten with the upstreams and downstreams specified in the request. Currently, it is only applicable when both upstreams and downstreams are empty/not specified. | No | -| upstreams | [ [LineageNode](#lineagenode) ] | | No | +| Name | Type | Description | Required | +| ----------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | +| asset | [UpsertPatchAssetRequest.Asset](#upsertpatchassetrequestasset) | | No | +| downstreams | [ [LineageNode](#lineagenode) ] | | No | +| overwrite_lineage | boolean | overwrite_lineage determines whether the asset's lineage should be overwritten with the upstreams and downstreams specified in the request. Currently, it is only applicable when both upstreams and downstreams are empty/not specified. | No | +| upstreams | [ [LineageNode](#lineagenode) ] | | No | #### UpsertPatchAssetRequest.Asset -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| data | object | dynamic data of an asset | No | -| description | string | description of an asset | No | -| labels | object | labels of an asset | No | -| name | string | name of an asset | No | -| owners | [ [User](#user) ] | list of owners of the asset | No | -| service | string | | No | -| type | string | | No | -| url | string | | No | -| urn | string | | No | +| Name | Type | Description | Required | +| ----------- | ----------------- | --------------------------- | -------- | +| data | object | dynamic data of an asset | No | +| description | string | description of an asset | No | +| labels | object | labels of an asset | No | +| name | string | name of an asset | No | +| owners | [ [User](#user) ] | list of owners of the asset | No | +| service | string | | No | +| type | string | | No | +| url | string | | No | +| urn | string | | No | #### UpsertPatchAssetResponse -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| id | string | | No | +| Name | Type | Description | Required | +| ---- | ------ | ----------- | -------- | +| id | string | | No | #### User -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| created_at | dateTime | | No | -| email | string | | No | -| id | string | | No | -| provider | string | | No | -| updated_at | dateTime | | No | -| uuid | string | | No | +| Name | Type | Description | Required | +| ---------- | -------- | ----------- | -------- | +| created_at | dateTime | | No | +| email | string | | No | +| id | string | | No | +| provider | string | | No | +| updated_at | dateTime | | No | +| uuid | string | | No | #### v1beta1.Asset -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| changelog | [ [Change](#change) ] | | No | -| created_at | dateTime | | No | -| data | object | | No | -| description | string | | No | -| id | string | | No | -| labels | object | | No | -| name | string | | No | -| owners | [ [User](#user) ] | | No | -| probes | [ [v1beta1.Probe](#v1beta1probe) ] | | No | -| service | string | | No | -| type | string | | No | -| updated_at | dateTime | | No | -| updated_by | [User](#user) | | No | -| url | string | | No | -| urn | string | | No | -| version | string | | No | +| Name | Type | Description | Required | +| ----------- | ---------------------------------- | ----------- | -------- | +| changelog | [ [Change](#change) ] | | No | +| created_at | dateTime | | No | +| data | object | | No | +| description | string | | No | +| id | string | | No | +| labels | object | | No | +| name | string | | No | +| owners | [ [User](#user) ] | | No | +| probes | [ [v1beta1.Probe](#v1beta1probe) ] | | No | +| service | string | | No | +| type | string | | No | +| updated_at | dateTime | | No | +| updated_by | [User](#user) | | No | +| url | string | | No | +| urn | string | | No | +| version | string | | No | #### v1beta1.Probe -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| asset_urn | string | | No | -| created_at | dateTime | | No | -| id | string | | No | -| metadata | object | | No | -| status | string | | No | -| status_reason | string | | No | -| timestamp | dateTime | | No | +| Name | Type | Description | Required | +| ------------- | -------- | ----------- | -------- | +| asset_urn | string | | No | +| created_at | dateTime | | No | +| id | string | | No | +| metadata | object | | No | +| status | string | | No | +| status_reason | string | | No | +| timestamp | dateTime | | No | #### v1beta1.Tag -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| asset_id | string | | No | -| tag_values | [ [TagValue](#tagvalue) ] | | No | -| template_description | string | | No | -| template_display_name | string | | No | -| template_urn | string | | No | +| Name | Type | Description | Required | +| --------------------- | ------------------------- | ----------- | -------- | +| asset_id | string | | No | +| tag_values | [ [TagValue](#tagvalue) ] | | No | +| template_description | string | | No | +| template_display_name | string | | No | +| template_urn | string | | No | #### v1beta1.Type -| Name | Type | Description | Required | -| ---- | ---- | ----------- | -------- | -| count | long | | No | -| name | string | | No | +| Name | Type | Description | Required | +| ----- | ------ | ----------- | -------- | +| count | long | | No | +| name | string | | No | diff --git a/docs/docs/roadmap.md b/docs/docs/roadmap.md index 03a0c472..23ae5a1a 100644 --- a/docs/docs/roadmap.md +++ b/docs/docs/roadmap.md @@ -1,11 +1,11 @@ # Roadmap -In the following section you can learn about what features we're working on, what stage they're in, and when we expect to bring them to you. Have any questions or comments about items on the roadmap? Join the [discussions](https://github.com/odpf/compass/core/discussions) on Compass Github forum. +In the following section you can learn about what features we're working on, what stage they're in, and when we expect to bring them to you. Have any questions or comments about items on the roadmap? Join the [discussions](https://github.com/raystack/compass/core/discussions) on Compass Github forum. If you would like to suggest new items or request timeline changes to the existing items, please submit a GitHub feature request. -We’re planning to iterate on the format of the roadmap itself, and we see potential to engage more in discussions about the future of Compass features. If you have feedback about this roadmap section itself, such as how the issues are presented, let us know through [discussions](https://github.com/odpf/compass/core/discussions). +We’re planning to iterate on the format of the roadmap itself, and we see potential to engage more in discussions about the future of Compass features. If you have feedback about this roadmap section itself, such as how the issues are presented, let us know through [discussions](https://github.com/raystack/compass/core/discussions). ### Compass 0.2.x -* User Activity and Notification +- User Activity and Notification diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 56729e89..98a7ca2d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -6,12 +6,12 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); (module.exports = { title: 'Compass', tagline: 'Data Catalog', - url: 'https://odpf.github.io/', + url: 'https://raystack.github.io/', baseUrl: '/compass/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'assets/favicon.ico', - organizationName: 'ODPF', + organizationName: 'Raystack', projectName: 'compass', presets: [ @@ -24,7 +24,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); docs: { routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), - editUrl: 'https://github.com/odpf/compass/edit/master/docs/', + editUrl: 'https://github.com/raystack/compass/edit/master/docs/', sidebarCollapsed: true, }, blog: false, @@ -63,7 +63,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); className: 'header-slack-link', }, { - href: 'https://github.com/odpf/compass', + href: 'https://github.com/raystack/compass', className: 'navbar-item-github', position: 'right', }, @@ -75,10 +75,10 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); { title: 'Products', items: [ - { label: 'Optimus', href: 'https://github.com/odpf/optimus' }, - { label: 'Firehose', href: 'https://github.com/odpf/firehose' }, - { label: 'Raccoon', href: 'https://github.com/odpf/raccoon' }, - { label: 'Dagger', href: 'https://odpf.github.io/dagger/' }, + { label: 'Optimus', href: 'https://github.com/raystack/optimus' }, + { label: 'Firehose', href: 'https://github.com/raystack/firehose' }, + { label: 'Raccoon', href: 'https://github.com/raystack/raccoon' }, + { label: 'Dagger', href: 'https://raystack.github.io/dagger/' }, ], }, { @@ -92,7 +92,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); title: 'Community', items: [ { label: 'Slack', href: 'https://bit.ly/2RzPbtn' }, - { label: 'GitHub', href: 'https://github.com/odpf/compass' } + { label: 'GitHub', href: 'https://github.com/raystack/compass' } ], }, ], @@ -103,7 +103,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); }, announcementBar: { id: 'star-repo', - content: '⭐️ If you like Compass, give it a star on GitHub! ⭐', + content: '⭐️ If you like Compass, give it a star on GitHub! ⭐', backgroundColor: '#222', textColor: '#eee', isCloseable: true, diff --git a/docs/src/pages/help.js b/docs/src/pages/help.js index 8ddb6ca1..fb85cf69 100644 --- a/docs/src/pages/help.js +++ b/docs/src/pages/help.js @@ -25,7 +25,7 @@ export default function Home() {
The Compass team has an open source slack workspace to discuss development and support. Most of the Compass discussions happen in #compass channel. -
Join us on Slack +
Join us on Slack
) }, { @@ -33,7 +33,7 @@ export default function Home() { content: (
Have a general issue or bug that you've found? We'd love to hear about it in our GitHub issues. This can be feature requests too! -
Go to issues +
Go to issues
) }, @@ -42,7 +42,7 @@ export default function Home() { content: (
For help and questions about best practices, join our GitHub discussions. Browse and ask questions. -
Go to discussions +
Go to discussions
) } diff --git a/go.mod b/go.mod index deb1441b..4b78fa62 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/odpf/compass +module github.com/raystack/compass -go 1.18 +go 1.20 require ( github.com/DataDog/datadog-go/v5 v5.1.1 @@ -27,11 +27,11 @@ require ( github.com/newrelic/go-agent/v3 v3.15.2 github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7 v1.0.1 github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1 - github.com/odpf/salt v0.2.5-0.20221130085531-51c81815f7d6 github.com/olivere/elastic/v7 v7.0.31 github.com/ory/dockertest/v3 v3.9.1 github.com/peterbourgon/mergemap v0.0.1 github.com/r3labs/diff/v2 v2.15.0 + github.com/raystack/salt v0.3.1 github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.8.1 google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc diff --git a/go.sum b/go.sum index 13621153..8e9ed7cf 100644 --- a/go.sum +++ b/go.sum @@ -1035,8 +1035,6 @@ github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1/go.mod h1:2q0u6qkNJ4C github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/odpf/salt v0.2.5-0.20221130085531-51c81815f7d6 h1:IeTgI1n5LpH8GSNVtcZ6jSOl6IexeyixklfFSsDQ1Tg= -github.com/odpf/salt v0.2.5-0.20221130085531-51c81815f7d6/go.mod h1:wKSKAA6c3+ENw+WKdpdKk4yRRJ49xGz+CxtC7/kE5ZI= github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA= github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= @@ -1166,6 +1164,8 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1 github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/r3labs/diff/v2 v2.15.0 h1:3TEoJ6dBqESl1YgL+7curys5PvuEnwrtjkFNskgUvfg= github.com/r3labs/diff/v2 v2.15.0/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc= +github.com/raystack/salt v0.3.1 h1:/sbfQEF2bnbWzldd33It834xis0J2jOuW9t9cIjRVG8= +github.com/raystack/salt v0.3.1/go.mod h1:MZUZG25Si+aU8QkqGt9FZrHA7zm5gQGnzRk5HRq9jaE= github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= @@ -1334,8 +1334,6 @@ github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPS github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b/go.mod h1:T3BPAOm2cqquPa0MKWeNkmOM5RQsRhkrwMWonFMN7fE= -go.buf.build/odpf/gw/grpc-ecosystem/grpc-gateway v1.1.35/go.mod h1:/LuddrGPi0fwj7ay6Orutt8oFfPz8Y3c8qdBkacJq1A= -go.buf.build/odpf/gw/odpf/proton v1.1.9/go.mod h1:I9E8CF7w/690vRNWqBU6qDcUbi3Pi2THdn1yycBVTDQ= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= diff --git a/internal/client/client.go b/internal/client/client.go index 3e72004e..8e62f5b7 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -4,7 +4,7 @@ import ( "context" "time" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/metadata" @@ -17,7 +17,7 @@ const NamespaceHeaderKey = "x-namespace-id" type Config struct { Host string `mapstructure:"host" default:"localhost:8081"` ServerHeaderKeyUserUUID string `yaml:"serverheaderkey_uuid" mapstructure:"serverheaderkey_uuid" default:"Compass-User-UUID"` - ServerHeaderValueUserUUID string `yaml:"serverheadervalue_uuid" mapstructure:"serverheadervalue_uuid" default:"compass@odpf.com"` + ServerHeaderValueUserUUID string `yaml:"serverheadervalue_uuid" mapstructure:"serverheadervalue_uuid" default:"compass@raystack.com"` } func Create(ctx context.Context, cfg Config) (compassv1beta1.CompassServiceClient, func(), error) { diff --git a/internal/server/server.go b/internal/server/server.go index 82f416f7..205b4529 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -4,7 +4,7 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/internal/client" + "github.com/raystack/compass/internal/client" "net/http" "strings" "time" @@ -16,14 +16,14 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" "github.com/newrelic/go-agent/v3/integrations/nrgrpc" "github.com/newrelic/go-agent/v3/newrelic" - "github.com/odpf/compass/internal/server/health" - handlersv1beta1 "github.com/odpf/compass/internal/server/v1beta1" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/compass/pkg/grpc_interceptor" - "github.com/odpf/compass/pkg/statsd" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" - "github.com/odpf/salt/mux" + "github.com/raystack/compass/internal/server/health" + handlersv1beta1 "github.com/raystack/compass/internal/server/v1beta1" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/statsd" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" + "github.com/raystack/salt/mux" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/health/grpc_health_v1" @@ -49,7 +49,7 @@ func (cfg Config) grpcAddr() string { return fmt.Sprintf("%s:%d", cfg.Host, cfg. type IdentityConfig struct { // User Identity HeaderKeyUserUUID string `yaml:"headerkey_uuid" mapstructure:"headerkey_uuid" default:"Compass-User-UUID"` - HeaderValueUserUUID string `yaml:"headervalue_uuid" mapstructure:"headervalue_uuid" default:"odpf@email.com"` + HeaderValueUserUUID string `yaml:"headervalue_uuid" mapstructure:"headervalue_uuid" default:"raystack@email.com"` HeaderKeyUserEmail string `yaml:"headerkey_email" mapstructure:"headerkey_email" default:"Compass-User-Email"` ProviderDefaultName string `yaml:"provider_default_name" mapstructure:"provider_default_name" default:""` } diff --git a/internal/server/v1beta1/asset.go b/internal/server/v1beta1/asset.go index 82f9d579..4c6c58fa 100644 --- a/internal/server/v1beta1/asset.go +++ b/internal/server/v1beta1/asset.go @@ -5,15 +5,15 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "time" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/pkg/statsd" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/pkg/statsd" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "github.com/r3labs/diff/v2" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/internal/server/v1beta1/asset_test.go b/internal/server/v1beta1/asset_test.go index aae33300..bfa1f1ff 100644 --- a/internal/server/v1beta1/asset_test.go +++ b/internal/server/v1beta1/asset_test.go @@ -4,20 +4,20 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "github.com/r3labs/diff/v2" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" diff --git a/internal/server/v1beta1/comment.go b/internal/server/v1beta1/comment.go index 2c9c3594..1552fac6 100644 --- a/internal/server/v1beta1/comment.go +++ b/internal/server/v1beta1/comment.go @@ -3,13 +3,13 @@ package handlersv1beta1 import ( "context" "errors" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/grpc_interceptor" "strings" "time" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/user" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/user" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/internal/server/v1beta1/comment_test.go b/internal/server/v1beta1/comment_test.go index 40d6a49a..7a226810 100644 --- a/internal/server/v1beta1/comment_test.go +++ b/internal/server/v1beta1/comment_test.go @@ -4,19 +4,19 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "github.com/stretchr/testify/mock" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/internal/server/v1beta1/discussion.go b/internal/server/v1beta1/discussion.go index 3a41ba52..e23c85dc 100644 --- a/internal/server/v1beta1/discussion.go +++ b/internal/server/v1beta1/discussion.go @@ -4,14 +4,14 @@ package handlersv1beta1 import ( "context" "errors" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "strconv" "time" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/user" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/user" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/internal/server/v1beta1/discussion_test.go b/internal/server/v1beta1/discussion_test.go index 6d46e032..05508085 100644 --- a/internal/server/v1beta1/discussion_test.go +++ b/internal/server/v1beta1/discussion_test.go @@ -4,19 +4,19 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "google.golang.org/grpc/codes" diff --git a/internal/server/v1beta1/lineage.go b/internal/server/v1beta1/lineage.go index 3bd0ba1e..b5e471e8 100644 --- a/internal/server/v1beta1/lineage.go +++ b/internal/server/v1beta1/lineage.go @@ -3,10 +3,10 @@ package handlersv1beta1 import ( "context" "fmt" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/grpc_interceptor" - "github.com/odpf/compass/core/asset" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/asset" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/structpb" diff --git a/internal/server/v1beta1/lineage_test.go b/internal/server/v1beta1/lineage_test.go index 950a7c36..3099f030 100644 --- a/internal/server/v1beta1/lineage_test.go +++ b/internal/server/v1beta1/lineage_test.go @@ -2,18 +2,18 @@ package handlersv1beta1 import ( "context" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/testing/protocmp" diff --git a/internal/server/v1beta1/mocks/asset_service.go b/internal/server/v1beta1/mocks/asset_service.go index 491cc19c..9b265b41 100644 --- a/internal/server/v1beta1/mocks/asset_service.go +++ b/internal/server/v1beta1/mocks/asset_service.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // AssetService is an autogenerated mock type for the AssetService type diff --git a/internal/server/v1beta1/mocks/discussion_service.go b/internal/server/v1beta1/mocks/discussion_service.go index 08523e57..088703ee 100644 --- a/internal/server/v1beta1/mocks/discussion_service.go +++ b/internal/server/v1beta1/mocks/discussion_service.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - discussion "github.com/odpf/compass/core/discussion" + discussion "github.com/raystack/compass/core/discussion" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // DiscussionService is an autogenerated mock type for the DiscussionService type diff --git a/internal/server/v1beta1/mocks/namespace_service.go b/internal/server/v1beta1/mocks/namespace_service.go index 6c9707e0..c2a27a75 100644 --- a/internal/server/v1beta1/mocks/namespace_service.go +++ b/internal/server/v1beta1/mocks/namespace_service.go @@ -7,7 +7,7 @@ import ( mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" uuid "github.com/google/uuid" ) diff --git a/internal/server/v1beta1/mocks/star_service.go b/internal/server/v1beta1/mocks/star_service.go index 9a3182b6..3bdd1e89 100644 --- a/internal/server/v1beta1/mocks/star_service.go +++ b/internal/server/v1beta1/mocks/star_service.go @@ -5,15 +5,15 @@ package mocks import ( context "context" - asset "github.com/odpf/compass/core/asset" + asset "github.com/raystack/compass/core/asset" mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" - star "github.com/odpf/compass/core/star" + star "github.com/raystack/compass/core/star" - user "github.com/odpf/compass/core/user" + user "github.com/raystack/compass/core/user" ) // StarService is an autogenerated mock type for the StarService type diff --git a/internal/server/v1beta1/mocks/statsd_monitor.go b/internal/server/v1beta1/mocks/statsd_monitor.go index 1ea87cf6..08ba695c 100644 --- a/internal/server/v1beta1/mocks/statsd_monitor.go +++ b/internal/server/v1beta1/mocks/statsd_monitor.go @@ -3,7 +3,7 @@ package mocks import ( - statsd "github.com/odpf/compass/pkg/statsd" + statsd "github.com/raystack/compass/pkg/statsd" mock "github.com/stretchr/testify/mock" ) diff --git a/internal/server/v1beta1/mocks/tag_service.go b/internal/server/v1beta1/mocks/tag_service.go index 71dad5b2..8a40a6eb 100644 --- a/internal/server/v1beta1/mocks/tag_service.go +++ b/internal/server/v1beta1/mocks/tag_service.go @@ -7,9 +7,9 @@ import ( mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" - tag "github.com/odpf/compass/core/tag" + tag "github.com/raystack/compass/core/tag" ) // TagService is an autogenerated mock type for the TagService type diff --git a/internal/server/v1beta1/mocks/tag_template_service.go b/internal/server/v1beta1/mocks/tag_template_service.go index 8843751c..a9eb59c4 100644 --- a/internal/server/v1beta1/mocks/tag_template_service.go +++ b/internal/server/v1beta1/mocks/tag_template_service.go @@ -7,9 +7,9 @@ import ( mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" - tag "github.com/odpf/compass/core/tag" + tag "github.com/raystack/compass/core/tag" ) // TagTemplateService is an autogenerated mock type for the TagTemplateService type diff --git a/internal/server/v1beta1/mocks/user_service.go b/internal/server/v1beta1/mocks/user_service.go index 6ce3d018..655c97cb 100644 --- a/internal/server/v1beta1/mocks/user_service.go +++ b/internal/server/v1beta1/mocks/user_service.go @@ -7,7 +7,7 @@ import ( mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" ) // UserService is an autogenerated mock type for the UserService type diff --git a/internal/server/v1beta1/namespace.go b/internal/server/v1beta1/namespace.go index f19c4bf7..54bcc3ac 100644 --- a/internal/server/v1beta1/namespace.go +++ b/internal/server/v1beta1/namespace.go @@ -5,8 +5,8 @@ package handlersv1beta1 import ( "context" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/namespace" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/structpb" diff --git a/internal/server/v1beta1/namespace_test.go b/internal/server/v1beta1/namespace_test.go index 60aa7b02..c04cc286 100644 --- a/internal/server/v1beta1/namespace_test.go +++ b/internal/server/v1beta1/namespace_test.go @@ -4,11 +4,11 @@ import ( "context" "errors" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "google.golang.org/grpc/codes" diff --git a/internal/server/v1beta1/search.go b/internal/server/v1beta1/search.go index dc503a43..36b606eb 100644 --- a/internal/server/v1beta1/search.go +++ b/internal/server/v1beta1/search.go @@ -3,11 +3,11 @@ package handlersv1beta1 import ( "context" "fmt" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/grpc_interceptor" "strings" - "github.com/odpf/compass/core/asset" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/asset" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/internal/server/v1beta1/search_test.go b/internal/server/v1beta1/search_test.go index 500fb6ba..2ee0a680 100644 --- a/internal/server/v1beta1/search_test.go +++ b/internal/server/v1beta1/search_test.go @@ -3,17 +3,17 @@ package handlersv1beta1 import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "github.com/stretchr/testify/mock" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" @@ -136,7 +136,7 @@ func TestSearch(t *testing.T) { Description: "some description", Service: "test-service", Labels: map[string]string{ - "entity": "odpf", + "entity": "raystack", "landscape": "id", }, }, @@ -152,7 +152,7 @@ func TestSearch(t *testing.T) { Service: "test-service", Type: "test", Labels: map[string]string{ - "entity": "odpf", + "entity": "raystack", "landscape": "id", }, }, @@ -191,7 +191,7 @@ func TestSearch(t *testing.T) { Service: "kafka", Labels: map[string]string{ "landscape": "id", - "entity": "odpf", + "entity": "raystack", }, } diff --git a/internal/server/v1beta1/server.go b/internal/server/v1beta1/server.go index 35e921ce..c9dfe0c1 100644 --- a/internal/server/v1beta1/server.go +++ b/internal/server/v1beta1/server.go @@ -4,13 +4,13 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "net/http" "time" - "github.com/odpf/compass/core/user" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/user" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/internal/server/v1beta1/star.go b/internal/server/v1beta1/star.go index 6d543626..20c212a3 100644 --- a/internal/server/v1beta1/star.go +++ b/internal/server/v1beta1/star.go @@ -3,11 +3,11 @@ package handlersv1beta1 //go:generate mockery --name=StarService -r --case underscore --with-expecter --structname StarService --filename star_service.go --output=./mocks import ( "context" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" ) type StarService interface { diff --git a/internal/server/v1beta1/tag.go b/internal/server/v1beta1/tag.go index 5e5dcd55..b13e3cd3 100644 --- a/internal/server/v1beta1/tag.go +++ b/internal/server/v1beta1/tag.go @@ -5,12 +5,12 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "time" - "github.com/odpf/compass/core/tag" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/tag" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/structpb" diff --git a/internal/server/v1beta1/tag_template.go b/internal/server/v1beta1/tag_template.go index 4da7bc0b..d4c95d57 100644 --- a/internal/server/v1beta1/tag_template.go +++ b/internal/server/v1beta1/tag_template.go @@ -5,12 +5,12 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "time" - "github.com/odpf/compass/core/tag" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/tag" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/internal/server/v1beta1/tag_template_test.go b/internal/server/v1beta1/tag_template_test.go index 8e3278b5..cb59931b 100644 --- a/internal/server/v1beta1/tag_template_test.go +++ b/internal/server/v1beta1/tag_template_test.go @@ -4,19 +4,19 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/testing/protocmp" diff --git a/internal/server/v1beta1/tag_test.go b/internal/server/v1beta1/tag_test.go index b79dcdbc..c1d7c3e4 100644 --- a/internal/server/v1beta1/tag_test.go +++ b/internal/server/v1beta1/tag_test.go @@ -4,19 +4,19 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/testing/protocmp" diff --git a/internal/server/v1beta1/type.go b/internal/server/v1beta1/type.go index 0521413f..ab7191eb 100644 --- a/internal/server/v1beta1/type.go +++ b/internal/server/v1beta1/type.go @@ -3,8 +3,8 @@ package handlersv1beta1 import ( "context" "fmt" - "github.com/odpf/compass/core/asset" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/asset" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/internal/server/v1beta1/type_test.go b/internal/server/v1beta1/type_test.go index a8d0c25d..a4cb9fd2 100644 --- a/internal/server/v1beta1/type_test.go +++ b/internal/server/v1beta1/type_test.go @@ -4,17 +4,17 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/testing/protocmp" diff --git a/internal/server/v1beta1/user.go b/internal/server/v1beta1/user.go index d17de223..e6acb2c9 100644 --- a/internal/server/v1beta1/user.go +++ b/internal/server/v1beta1/user.go @@ -4,16 +4,16 @@ package handlersv1beta1 import ( "context" "errors" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "strings" "time" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/core/validator" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/core/validator" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/internal/server/v1beta1/user_test.go b/internal/server/v1beta1/user_test.go index cbf1de0e..eca8d90a 100644 --- a/internal/server/v1beta1/user_test.go +++ b/internal/server/v1beta1/user_test.go @@ -4,21 +4,21 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "reflect" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/server/v1beta1/mocks" - compassv1beta1 "github.com/odpf/compass/proto/odpf/compass/v1beta1" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/server/v1beta1/mocks" + compassv1beta1 "github.com/raystack/compass/proto/raystack/compass/v1beta1" + "github.com/raystack/salt/log" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/testing/protocmp" diff --git a/internal/store/elasticsearch/discovery_repository.go b/internal/store/elasticsearch/discovery_repository.go index b26c6f68..6a6e2b2d 100644 --- a/internal/store/elasticsearch/discovery_repository.go +++ b/internal/store/elasticsearch/discovery_repository.go @@ -5,11 +5,11 @@ import ( "context" "encoding/json" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "io" "strings" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" ) // DiscoveryRepository implements discovery.Repository diff --git a/internal/store/elasticsearch/discovery_repository_test.go b/internal/store/elasticsearch/discovery_repository_test.go index 34dfe61a..f16368f2 100644 --- a/internal/store/elasticsearch/discovery_repository_test.go +++ b/internal/store/elasticsearch/discovery_repository_test.go @@ -4,14 +4,14 @@ import ( "context" "encoding/json" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" "testing" "time" - "github.com/odpf/compass/core/asset" - store "github.com/odpf/compass/internal/store/elasticsearch" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + store "github.com/raystack/compass/internal/store/elasticsearch" + "github.com/raystack/salt/log" "github.com/olivere/elastic/v7" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -83,7 +83,7 @@ func TestDiscoveryRepositoryUpsert(t *testing.T) { Description: "sample-description", Data: map[string]interface{}{ "foo": map[string]interface{}{ - "company": "odpf", + "company": "raystack", }, }, Labels: map[string]string{ diff --git a/internal/store/elasticsearch/discovery_search_repository.go b/internal/store/elasticsearch/discovery_search_repository.go index f15e5b2a..af30fd04 100644 --- a/internal/store/elasticsearch/discovery_search_repository.go +++ b/internal/store/elasticsearch/discovery_search_repository.go @@ -9,7 +9,7 @@ import ( "io" "strings" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" "github.com/olivere/elastic/v7" ) diff --git a/internal/store/elasticsearch/discovery_search_repository_test.go b/internal/store/elasticsearch/discovery_search_repository_test.go index 596ca6ce..82401c12 100644 --- a/internal/store/elasticsearch/discovery_search_repository_test.go +++ b/internal/store/elasticsearch/discovery_search_repository_test.go @@ -4,13 +4,13 @@ import ( "context" "encoding/json" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "os" "testing" - "github.com/odpf/compass/core/asset" - store "github.com/odpf/compass/internal/store/elasticsearch" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + store "github.com/raystack/compass/internal/store/elasticsearch" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) @@ -130,7 +130,7 @@ func TestSearcherSearch(t *testing.T) { Config: asset.SearchConfig{ Text: "topic", Filters: map[string][]string{ - "data.company": {"odpf"}, + "data.company": {"raystack"}, }, Namespace: ns, }, @@ -148,7 +148,7 @@ func TestSearcherSearch(t *testing.T) { Filters: map[string][]string{ "data.country": {"id"}, "data.environment": {"production"}, - "data.company": {"odpf"}, + "data.company": {"raystack"}, }, Namespace: ns, }, diff --git a/internal/store/elasticsearch/es.go b/internal/store/elasticsearch/es.go index 3891e091..09f7760e 100644 --- a/internal/store/elasticsearch/es.go +++ b/internal/store/elasticsearch/es.go @@ -10,9 +10,9 @@ import ( "github.com/elastic/go-elasticsearch/v7/esapi" "github.com/google/uuid" "github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/salt/log" "github.com/olivere/elastic/v7" "io" "strings" diff --git a/internal/store/elasticsearch/es_test.go b/internal/store/elasticsearch/es_test.go index dbc1cbc5..7e531a5b 100644 --- a/internal/store/elasticsearch/es_test.go +++ b/internal/store/elasticsearch/es_test.go @@ -11,8 +11,8 @@ import ( "github.com/elastic/go-elasticsearch/esapi" "github.com/elastic/go-elasticsearch/v7" - store "github.com/odpf/compass/internal/store/elasticsearch" - "github.com/odpf/salt/log" + store "github.com/raystack/compass/internal/store/elasticsearch" + "github.com/raystack/salt/log" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/internal/store/elasticsearch/init_test.go b/internal/store/elasticsearch/init_test.go index 431370d4..2c98f63b 100644 --- a/internal/store/elasticsearch/init_test.go +++ b/internal/store/elasticsearch/init_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/odpf/compass/internal/store/elasticsearch/testutil" + "github.com/raystack/compass/internal/store/elasticsearch/testutil" ) var ( diff --git a/internal/store/elasticsearch/testdata/search-test-fixture.json b/internal/store/elasticsearch/testdata/search-test-fixture.json index 1dd88c3b..0a923a36 100644 --- a/internal/store/elasticsearch/testdata/search-test-fixture.json +++ b/internal/store/elasticsearch/testdata/search-test-fixture.json @@ -1,437 +1,437 @@ [ - { - "assets": [ + { + "assets": [ + { + "id": "order-topic", + "urn": "order-topic", + "name": "order-topic", + "service": "kafka", + "description": "Topic for each submitted order", + "data": { + "topic_name": "order-topic", + "description": "Topic for each submitted order", + "company": "raystack", + "environment": "integration", + "country": "us", + "partition": 250 + }, + "type": "topic" + }, + { + "id": "purchase-topic", + "urn": "purchase-topic", + "name": "purchase-topic", + "service": "kafka", + "description": "Topic for each submitted purchase", + "data": { + "topic_name": "purchase-topic", + "description": "Topic for each submitted purchase", + "company": "microsoft", + "environment": "integration", + "country": "id", + "partition": 100 + }, + "type": "topic" + }, + { + "id": "consumer-topic", + "urn": "consumer-topic", + "name": "consumer-topic", + "service": "rabbitmq", + "description": "Update on every rabbitmq customer creation/update", + "data": { + "topic_name": "consumer-topic", + "description": "Update on every rabbitmq customer creation/update", + "company": "raystack", + "environment": "production", + "country": "id", + "partition": 50 + }, + "owners": [ + { + "urn": "owner::topic/1", + "role": "user", + "email": "john.doe@email.com" + } + ], + "type": "topic" + }, + { + "id": "consumer-mq-2", + "urn": "consumer-mq-2", + "name": "consumer-mq-2", + "service": "rabbitmq", + "description": "Another rabbitmq topic", + "data": { + "topic_name": "consumer-mq-2", + "description": "Another rabbitmq topic", + "company": "raystack", + "environment": "production", + "country": "id", + "partition": 50 + }, + "owners": [ + { + "urn": "owner::topic/22", + "role": "user", + "email": "mary.jane@email.com" + } + ], + "type": "topic" + }, + { + "id": "transaction", + "urn": "transaction", + "name": "transaction", + "service": "rabbitmq", + "description": "This publishes all the invoices from each of invoice storage where the invoice will be filtered and checked using invoice filterer and invoice checker", + "data": { + "topic_name": "transaction", + "description": "This publishes all the invoices from each of invoice storage where the invoice will be filtered and checked using invoice filterer and invoice checker", + "company": "raystack", + "environment": "production", + "partition": 1 + }, + "type": "topic" + } + ] + }, + { + "assets": [ + { + "id": "au2-microsoft-invoice", + "urn": "au2-microsoft-invoice", + "name": "microsoft-invoice", + "service": "postgres", + "description": "Transaction records for every microsoft purchase", + "data": { + "table_id": "au2-microsoft-invoice", + "table_name": "microsoft-invoice", + "company": "microsoft", + "environment": "integration", + "country": "us", + "description": "Transaction records for every microsoft purchase", + "total_rows": 100, + "schema": [ { - "id": "order-topic", - "urn": "order-topic", - "name": "order-topic", - "service": "kafka", - "description": "Topic for each submitted order", - "data": { - "topic_name": "order-topic", - "description": "Topic for each submitted order", - "company": "odpf", - "environment": "integration", - "country": "us", - "partition": 250 - }, - "type": "topic" + "name": "id" }, { - "id": "purchase-topic", - "urn": "purchase-topic", - "name": "purchase-topic", - "service": "kafka", - "description": "Topic for each submitted purchase", - "data": { - "topic_name": "purchase-topic", - "description": "Topic for each submitted purchase", - "company": "microsoft", - "environment": "integration", - "country": "id", - "partition": 100 - }, - "type": "topic" + "name": "username", + "description": "purchaser username" }, { - "id": "consumer-topic", - "urn": "consumer-topic", - "name": "consumer-topic", - "service": "rabbitmq", - "description": "Update on every rabbitmq customer creation/update", - "data": { - "topic_name": "consumer-topic", - "description": "Update on every rabbitmq customer creation/update", - "company": "odpf", - "environment": "production", - "country": "id", - "partition": 50 - }, - "owners": [ - { - "urn": "owner::topic/1", - "role": "user", - "email": "john.doe@email.com" - } - ], - "type": "topic" - }, - { - "id": "consumer-mq-2", - "urn": "consumer-mq-2", - "name": "consumer-mq-2", - "service": "rabbitmq", - "description": "Another rabbitmq topic", - "data": { - "topic_name": "consumer-mq-2", - "description": "Another rabbitmq topic", - "company": "odpf", - "environment": "production", - "country": "id", - "partition": 50 - }, - "owners": [ - { - "urn": "owner::topic/22", - "role": "user", - "email": "mary.jane@email.com" - } - ], - "type": "topic" - }, - { - "id": "transaction", - "urn": "transaction", - "name": "transaction", - "service": "rabbitmq", - "description": "This publishes all the invoices from each of invoice storage where the invoice will be filtered and checked using invoice filterer and invoice checker", - "data": { - "topic_name": "transaction", - "description": "This publishes all the invoices from each of invoice storage where the invoice will be filtered and checked using invoice filterer and invoice checker", - "company": "odpf", - "environment": "production", - "partition": 1 - }, - "type": "topic" + "name": "item_id", + "description": "item identifications" } - ] - }, - { - "assets": [ + ] + }, + "type": "table" + }, + { + "id": "us1-apple-invoice", + "urn": "us1-apple-invoice", + "name": "apple-invoice", + "service": "mysql", + "description": "Transaction records for every Apple purchase", + "data": { + "table_id": "us1-apple-invoice", + "table_name": "apple-invoice", + "company": "apple", + "environment": "production", + "country": "id", + "description": "Transaction records for every Apple purchase", + "total_rows": 100, + "schema": [ { - "id": "au2-microsoft-invoice", - "urn": "au2-microsoft-invoice", - "name": "microsoft-invoice", - "service": "postgres", - "description": "Transaction records for every microsoft purchase", - "data": { - "table_id": "au2-microsoft-invoice", - "table_name": "microsoft-invoice", - "company": "microsoft", - "environment": "integration", - "country": "us", - "description": "Transaction records for every microsoft purchase", - "total_rows": 100, - "schema": [ - { - "name": "id" - }, - { - "name": "username", - "description": "purchaser username" - }, - { - "name": "item_id", - "description": "item identifications" - } - ] - }, - "type": "table" + "name": "id" }, { - "id": "us1-apple-invoice", - "urn": "us1-apple-invoice", - "name": "apple-invoice", - "service": "mysql", - "description": "Transaction records for every Apple purchase", - "data": { - "table_id": "us1-apple-invoice", - "table_name": "apple-invoice", - "company": "apple", - "environment": "production", - "country": "id", - "description": "Transaction records for every Apple purchase", - "total_rows": 100, - "schema": [ - { - "name": "id" - }, - { - "name": "user_id", - "description": "purchaser user idenfitication" - }, - { - "name": "item_id", - "description": "item identifications" - } - ] - }, - "type": "table" + "name": "user_id", + "description": "purchaser user idenfitication" }, { - "id": "bigquery::gcpproject/dataset/tablename-1", - "urn": "bigquery::gcpproject/dataset/tablename-1", - "name": "tablename-1", - "service": "bigquery", - "description": "A sample of table record", - "data": { - "preview": {}, - "profile": { - "common_join": [ - { - "conditions": [ - "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" - ], - "count": 1, - "urn": "bigquery::gcpproject/dataset/tablename-mid" - } - ], - "filter_conditions": [ - "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" - ], - "usage_count": 1 - }, - "properties": { - "attributes": { - "dataset": "dataset", - "full_qualified_name": "gcpproject:dataset.tablename-1", - "partition_field": "event_timestamp", - "project": "gcpproject", - "type": "TABLE" - }, - "labels": { - "owner": "user_1" - } - }, - "schema": { - "columns": [ - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-1-column1", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-1-column2", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "BIGNUMERIC", - "is_nullable": true, - "name": "tablename-1-column3", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - } - ] - }, - "resource": { - "name": "tablename-1", - "service": "bigquery", - "urn": "bigquery::gcpproject/dataset/tablename-1" - } - }, - "owners": [ - { - "urn": "owner::bq/unique", - "name": "Mrs Unique", - "role": "user", - "email": "mrs.unique@email.com" - } + "name": "item_id", + "description": "item identifications" + } + ] + }, + "type": "table" + }, + { + "id": "bigquery::gcpproject/dataset/tablename-1", + "urn": "bigquery::gcpproject/dataset/tablename-1", + "name": "tablename-1", + "service": "bigquery", + "description": "A sample of table record", + "data": { + "preview": {}, + "profile": { + "common_join": [ + { + "conditions": [ + "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" ], - "type": "table" + "count": 1, + "urn": "bigquery::gcpproject/dataset/tablename-mid" + } + ], + "filter_conditions": [ + "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" + ], + "usage_count": 1 + }, + "properties": { + "attributes": { + "dataset": "dataset", + "full_qualified_name": "gcpproject:dataset.tablename-1", + "partition_field": "event_timestamp", + "project": "gcpproject", + "type": "TABLE" }, - { - "id": "bigquery::gcpproject/dataset/tablename-common", - "urn": "bigquery::gcpproject/dataset/tablename-common", - "name": "tablename-common", - "service": "bigquery", - "description": "A sample of table record with high usage", - "data": { - "preview": {}, - "profile": { - "common_join": [ - { - "conditions": [ - "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" - ], - "count": 1, - "urn": "bigquery::gcpproject/dataset/tablename-mid" - } - ], - "filter_conditions": [ - "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" - ], - "usage_count": 10 - }, - "properties": { - "attributes": { - "dataset": "dataset", - "full_qualified_name": "gcpproject:dataset.tablename-common", - "partition_field": "event_timestamp", - "project": "gcpproject", - "type": "TABLE" - }, - "labels": { - "owner": "user_1" - } - }, - "schema": { - "columns": [ - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-common-column1", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-common-column2", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "BIGNUMERIC", - "is_nullable": true, - "name": "tablename-common-column3", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - } - ] - }, - "resource": { - "name": "tablename-common", - "service": "bigquery", - "urn": "bigquery::gcpproject/dataset/tablename-common" - } - }, - "owners": [ - { - "urn": "owner::bq/3", - "name": "Mr.X", - "role": "admin", - "email": "mr.x@email.com" - }, - { - "urn": "owner::bq/4", - "name": "Mrs.Y", - "role": "user", - "email": "mr.y@email.com" - } + "labels": { + "owner": "user_1" + } + }, + "schema": { + "columns": [ + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-1-column1", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-1-column2", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "BIGNUMERIC", + "is_nullable": true, + "name": "tablename-1-column3", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + } + ] + }, + "resource": { + "name": "tablename-1", + "service": "bigquery", + "urn": "bigquery::gcpproject/dataset/tablename-1" + } + }, + "owners": [ + { + "urn": "owner::bq/unique", + "name": "Mrs Unique", + "role": "user", + "email": "mrs.unique@email.com" + } + ], + "type": "table" + }, + { + "id": "bigquery::gcpproject/dataset/tablename-common", + "urn": "bigquery::gcpproject/dataset/tablename-common", + "name": "tablename-common", + "service": "bigquery", + "description": "A sample of table record with high usage", + "data": { + "preview": {}, + "profile": { + "common_join": [ + { + "conditions": [ + "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" ], - "type": "table" + "count": 1, + "urn": "bigquery::gcpproject/dataset/tablename-mid" + } + ], + "filter_conditions": [ + "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" + ], + "usage_count": 10 + }, + "properties": { + "attributes": { + "dataset": "dataset", + "full_qualified_name": "gcpproject:dataset.tablename-common", + "partition_field": "event_timestamp", + "project": "gcpproject", + "type": "TABLE" }, - { - "id": "bigquery::gcpproject/dataset/tablename-mid", - "urn": "bigquery::gcpproject/dataset/tablename-mid", - "name": "tablename-mid", - "service": "bigquery", - "description": "A sample of table record with mid usage", - "data": { - "preview": {}, - "profile": { - "common_join": [ - { - "conditions": [ - "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" - ], - "count": 1, - "urn": "bigquery::gcpproject/dataset/tablename-high" - }, - { - "conditions": [ - "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" - ], - "count": 1, - "urn": "bigquery::gcpproject/dataset/tablename-1" - } - ], - "filter_conditions": [ - "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" - ], - "usage_count": 5 - }, - "properties": { - "attributes": { - "dataset": "dataset", - "full_qualified_name": "gcpproject:dataset.tablename-mid", - "partition_field": "event_timestamp", - "project": "gcpproject", - "type": "TABLE" - }, - "labels": { - "owner": "user_1" - } - }, - "schema": { - "columns": [ - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-mid-column1", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "STRING", - "is_nullable": true, - "name": "tablename-mid-column2", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - }, - { - "data_type": "BIGNUMERIC", - "is_nullable": true, - "name": "tablename-mid-column3", - "properties": { - "attributes": { - "mode": "NULLABLE" - } - } - } - ] - }, - "resource": { - "name": "tablename-mid", - "service": "bigquery", - "urn": "bigquery::gcpproject/dataset/tablename-mid" - } - }, - "owners": [ - { - "urn": "owner::bq/1", - "name": "John Smith", - "role": "user", - "email": "john.smith@email.com" - }, - { - "urn": "owner::bq/2", - "name": "Paul Smith", - "role": "user", - "email": "paul.smith@email.com" - } + "labels": { + "owner": "user_1" + } + }, + "schema": { + "columns": [ + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-common-column1", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-common-column2", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "BIGNUMERIC", + "is_nullable": true, + "name": "tablename-common-column3", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + } + ] + }, + "resource": { + "name": "tablename-common", + "service": "bigquery", + "urn": "bigquery::gcpproject/dataset/tablename-common" + } + }, + "owners": [ + { + "urn": "owner::bq/3", + "name": "Mr.X", + "role": "admin", + "email": "mr.x@email.com" + }, + { + "urn": "owner::bq/4", + "name": "Mrs.Y", + "role": "user", + "email": "mr.y@email.com" + } + ], + "type": "table" + }, + { + "id": "bigquery::gcpproject/dataset/tablename-mid", + "urn": "bigquery::gcpproject/dataset/tablename-mid", + "name": "tablename-mid", + "service": "bigquery", + "description": "A sample of table record with mid usage", + "data": { + "preview": {}, + "profile": { + "common_join": [ + { + "conditions": [ + "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" + ], + "count": 1, + "urn": "bigquery::gcpproject/dataset/tablename-high" + }, + { + "conditions": [ + "ON target.column_1 = source.column_1 and target.column_3 = source.column_3 and DATE(target.event_timestamp) = DATE(source.event_timestamp)" ], - "type": "table" + "count": 1, + "urn": "bigquery::gcpproject/dataset/tablename-1" + } + ], + "filter_conditions": [ + "WHERE t.column_5 = 'success' AND t.item_id = \"280481a2-2384-4b81-aa3e-214ac60b31db\" AND event_timestamp >= TIMESTAMP(\"2021-10-29\", \"UTC\") AND event_timestamp < TIMESTAMP(\"2021-11-22T02:01:06Z\")" + ], + "usage_count": 5 + }, + "properties": { + "attributes": { + "dataset": "dataset", + "full_qualified_name": "gcpproject:dataset.tablename-mid", + "partition_field": "event_timestamp", + "project": "gcpproject", + "type": "TABLE" + }, + "labels": { + "owner": "user_1" } - ] - } -] \ No newline at end of file + }, + "schema": { + "columns": [ + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-mid-column1", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "STRING", + "is_nullable": true, + "name": "tablename-mid-column2", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + }, + { + "data_type": "BIGNUMERIC", + "is_nullable": true, + "name": "tablename-mid-column3", + "properties": { + "attributes": { + "mode": "NULLABLE" + } + } + } + ] + }, + "resource": { + "name": "tablename-mid", + "service": "bigquery", + "urn": "bigquery::gcpproject/dataset/tablename-mid" + } + }, + "owners": [ + { + "urn": "owner::bq/1", + "name": "John Smith", + "role": "user", + "email": "john.smith@email.com" + }, + { + "urn": "owner::bq/2", + "name": "Paul Smith", + "role": "user", + "email": "paul.smith@email.com" + } + ], + "type": "table" + } + ] + } +] diff --git a/internal/store/postgres/asset_model.go b/internal/store/postgres/asset_model.go index e853804b..7bb2d1fc 100644 --- a/internal/store/postgres/asset_model.go +++ b/internal/store/postgres/asset_model.go @@ -8,8 +8,8 @@ import ( "time" "github.com/jmoiron/sqlx/types" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" "github.com/r3labs/diff/v2" ) diff --git a/internal/store/postgres/asset_model_test.go b/internal/store/postgres/asset_model_test.go index 1897032d..5f040481 100644 --- a/internal/store/postgres/asset_model_test.go +++ b/internal/store/postgres/asset_model_test.go @@ -3,7 +3,7 @@ package postgres_test import ( "testing" - "github.com/odpf/compass/internal/store/postgres" + "github.com/raystack/compass/internal/store/postgres" "github.com/stretchr/testify/assert" ) diff --git a/internal/store/postgres/asset_repository.go b/internal/store/postgres/asset_repository.go index 488edfe8..39baf48e 100644 --- a/internal/store/postgres/asset_repository.go +++ b/internal/store/postgres/asset_repository.go @@ -6,14 +6,14 @@ import ( "encoding/json" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" "time" sq "github.com/Masterminds/squirrel" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" "github.com/r3labs/diff/v2" ) diff --git a/internal/store/postgres/asset_repository_test.go b/internal/store/postgres/asset_repository_test.go index 65b2e3b2..ea99014e 100644 --- a/internal/store/postgres/asset_repository_test.go +++ b/internal/store/postgres/asset_repository_test.go @@ -10,18 +10,18 @@ import ( "testing" "time" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" _ "embed" sq "github.com/Masterminds/squirrel" "github.com/google/go-cmp/cmp" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/r3labs/diff/v2" "github.com/stretchr/testify/suite" @@ -76,22 +76,22 @@ func (r *AssetRepositoryTestSuite) createUsers(userRepo user.Repository) []user. var err error users := []user.User{} - user1 := user.User{UUID: uuid.NewString(), Email: "user-test-1@odpf.io", Provider: defaultProviderName} + user1 := user.User{UUID: uuid.NewString(), Email: "user-test-1@raystack.io", Provider: defaultProviderName} user1.ID, err = userRepo.Create(r.ctx, r.ns, &user1) r.Require().NoError(err) users = append(users, user1) - user2 := user.User{UUID: uuid.NewString(), Email: "user-test-2@odpf.io", Provider: defaultProviderName} + user2 := user.User{UUID: uuid.NewString(), Email: "user-test-2@raystack.io", Provider: defaultProviderName} user2.ID, err = userRepo.Create(r.ctx, r.ns, &user2) r.Require().NoError(err) users = append(users, user2) - user3 := user.User{UUID: uuid.NewString(), Email: "user-test-3@odpf.io", Provider: defaultProviderName} + user3 := user.User{UUID: uuid.NewString(), Email: "user-test-3@raystack.io", Provider: defaultProviderName} user3.ID, err = userRepo.Create(r.ctx, r.ns, &user3) r.Require().NoError(err) users = append(users, user3) - user4 := user.User{UUID: uuid.NewString(), Email: "user-test-4@odpf.io", Provider: defaultProviderName} + user4 := user.User{UUID: uuid.NewString(), Email: "user-test-4@raystack.io", Provider: defaultProviderName} user4.ID, err = userRepo.Create(r.ctx, r.ns, &user4) r.Require().NoError(err) users = append(users, user4) @@ -182,7 +182,7 @@ func (r *AssetRepositoryTestSuite) TestBuildFilterQuery() { description: "should return sql query with asset's data fields filter", config: asset.Filter{ Data: map[string][]string{ - "entity": {"odpf"}, + "entity": {"raystack"}, }, }, expectedQuery: `(data->>'entity' = $1)`, @@ -366,7 +366,7 @@ func (r *AssetRepositoryTestSuite) TestGetAll() { r.Run("should filter using asset's data fields", func() { results, err := r.repository.GetAll(r.ctx, asset.Filter{ Data: map[string][]string{ - "entity": {"odpf"}, + "entity": {"raystack"}, "country": {"th"}, }, }) @@ -414,7 +414,7 @@ func (r *AssetRepositoryTestSuite) TestGetAll() { results, err := r.repository.GetAll(r.ctx, asset.Filter{ Data: map[string][]string{ "properties.dependencies": {"_nonempty"}, - "entity": {"odpf"}, + "entity": {"raystack"}, "urn": {"j-xcvcx"}, "country": {"vn"}, }, @@ -499,7 +499,7 @@ func (r *AssetRepositoryTestSuite) TestGetTypes() { Description: "should filter using asset's data fields", Filter: asset.Filter{ Data: map[string][]string{ - "entity": {"odpf"}, + "entity": {"raystack"}, "country": {"th"}, }, }, @@ -537,7 +537,7 @@ func (r *AssetRepositoryTestSuite) TestGetTypes() { Filter: asset.Filter{ Data: map[string][]string{ "properties.dependencies": {"_nonempty"}, - "entity": {"odpf"}, + "entity": {"raystack"}, "urn": {"j-xcvcx"}, "country": {"vn"}, }, @@ -759,10 +759,10 @@ func (r *AssetRepositoryTestSuite) TestVersions() { // v0.3 astVersioning.Owners = []user.User{ { - Email: "user@odpf.io", + Email: "user@raystack.io", }, { - Email: "meteor@odpf.io", + Email: "meteor@raystack.io", Provider: "meteor", }, } @@ -819,8 +819,8 @@ func (r *AssetRepositoryTestSuite) TestVersions() { Service: "bigquery", Version: "0.3", Changelog: diff.Changelog{ - diff.Change{Type: "create", Path: []string{"owners", "0", "email"}, From: interface{}(nil), To: "user@odpf.io"}, - diff.Change{Type: "create", Path: []string{"owners", "1", "email"}, From: interface{}(nil), To: "meteor@odpf.io"}, + diff.Change{Type: "create", Path: []string{"owners", "0", "email"}, From: interface{}(nil), To: "user@raystack.io"}, + diff.Change{Type: "create", Path: []string{"owners", "1", "email"}, From: interface{}(nil), To: "meteor@raystack.io"}, }, UpdatedBy: r.users[1], }, @@ -905,17 +905,17 @@ func (r *AssetRepositoryTestSuite) TestVersions() { Description: "new description in v0.2", Version: "0.3", Changelog: diff.Changelog{ - diff.Change{Type: "create", Path: []string{"owners", "0", "email"}, From: interface{}(nil), To: "user@odpf.io"}, - diff.Change{Type: "create", Path: []string{"owners", "1", "email"}, From: interface{}(nil), To: "meteor@odpf.io"}, + diff.Change{Type: "create", Path: []string{"owners", "0", "email"}, From: interface{}(nil), To: "user@raystack.io"}, + diff.Change{Type: "create", Path: []string{"owners", "1", "email"}, From: interface{}(nil), To: "meteor@raystack.io"}, }, UpdatedBy: r.users[1], } expectedOwners := []user.User{ { - Email: "user@odpf.io", + Email: "user@raystack.io", }, { - Email: "meteor@odpf.io", + Email: "meteor@raystack.io", Provider: "meteor", }, } diff --git a/internal/store/postgres/discussion_comment_repository.go b/internal/store/postgres/discussion_comment_repository.go index be72a6ff..bc2d7d76 100644 --- a/internal/store/postgres/discussion_comment_repository.go +++ b/internal/store/postgres/discussion_comment_repository.go @@ -6,11 +6,11 @@ import ( "errors" "fmt" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" sq "github.com/Masterminds/squirrel" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" ) // CreateComment adds a new comment to a specific discussion diff --git a/internal/store/postgres/discussion_comment_repository_test.go b/internal/store/postgres/discussion_comment_repository_test.go index 7bab04db..34898d3d 100644 --- a/internal/store/postgres/discussion_comment_repository_test.go +++ b/internal/store/postgres/discussion_comment_repository_test.go @@ -1,7 +1,7 @@ package postgres_test import ( - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" ) func (r *DiscussionRepositoryTestSuite) TestCreateComment() { diff --git a/internal/store/postgres/discussion_model.go b/internal/store/postgres/discussion_model.go index ca41199a..f13e64fb 100644 --- a/internal/store/postgres/discussion_model.go +++ b/internal/store/postgres/discussion_model.go @@ -4,7 +4,7 @@ import ( "time" "github.com/lib/pq" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" ) type DiscussionModel struct { diff --git a/internal/store/postgres/discussion_repository.go b/internal/store/postgres/discussion_repository.go index 78190c00..fd2864d5 100644 --- a/internal/store/postgres/discussion_repository.go +++ b/internal/store/postgres/discussion_repository.go @@ -6,11 +6,11 @@ import ( "errors" "fmt" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" sq "github.com/Masterminds/squirrel" - "github.com/odpf/compass/core/discussion" + "github.com/raystack/compass/core/discussion" ) // DiscussionRepository is a type that manages discussion operation to the primary database diff --git a/internal/store/postgres/discussion_repository_test.go b/internal/store/postgres/discussion_repository_test.go index 4fd203c9..273953cb 100644 --- a/internal/store/postgres/discussion_repository_test.go +++ b/internal/store/postgres/discussion_repository_test.go @@ -4,15 +4,15 @@ import ( "context" "fmt" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/discussion" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/discussion" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) diff --git a/internal/store/postgres/lineage_model.go b/internal/store/postgres/lineage_model.go index 870bbe45..6a5d3460 100644 --- a/internal/store/postgres/lineage_model.go +++ b/internal/store/postgres/lineage_model.go @@ -1,7 +1,7 @@ package postgres import ( - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" ) type LineageGraphModel []LineageEdgeModel diff --git a/internal/store/postgres/lineage_repository.go b/internal/store/postgres/lineage_repository.go index c6ce661b..7bfb4ccd 100644 --- a/internal/store/postgres/lineage_repository.go +++ b/internal/store/postgres/lineage_repository.go @@ -4,12 +4,12 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" sq "github.com/Masterminds/squirrel" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" ) type LineageRepository struct { diff --git a/internal/store/postgres/lineage_repository_test.go b/internal/store/postgres/lineage_repository_test.go index 319ee12b..e87c5354 100644 --- a/internal/store/postgres/lineage_repository_test.go +++ b/internal/store/postgres/lineage_repository_test.go @@ -4,13 +4,13 @@ import ( "context" "fmt" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) diff --git a/internal/store/postgres/namespace_model.go b/internal/store/postgres/namespace_model.go index c22d540f..9c560284 100644 --- a/internal/store/postgres/namespace_model.go +++ b/internal/store/postgres/namespace_model.go @@ -2,7 +2,7 @@ package postgres import ( "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" ) diff --git a/internal/store/postgres/namespace_repository.go b/internal/store/postgres/namespace_repository.go index 00176450..c2af2712 100644 --- a/internal/store/postgres/namespace_repository.go +++ b/internal/store/postgres/namespace_repository.go @@ -8,7 +8,7 @@ import ( sq "github.com/Masterminds/squirrel" "github.com/google/uuid" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" ) const ( diff --git a/internal/store/postgres/namespace_repository_test.go b/internal/store/postgres/namespace_repository_test.go index 7e782024..793f2c59 100644 --- a/internal/store/postgres/namespace_repository_test.go +++ b/internal/store/postgres/namespace_repository_test.go @@ -3,9 +3,9 @@ package postgres_test import ( "context" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" "testing" diff --git a/internal/store/postgres/postgres.go b/internal/store/postgres/postgres.go index 63f423ea..b7c917f6 100644 --- a/internal/store/postgres/postgres.go +++ b/internal/store/postgres/postgres.go @@ -11,7 +11,7 @@ import ( "fmt" "github.com/golang-migrate/migrate/v4" "github.com/google/uuid" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/grpc_interceptor" "log" // Register database postgres _ "github.com/golang-migrate/migrate/v4/database/postgres" diff --git a/internal/store/postgres/postgres_test.go b/internal/store/postgres/postgres_test.go index 09d7cd18..d66fd902 100644 --- a/internal/store/postgres/postgres_test.go +++ b/internal/store/postgres/postgres_test.go @@ -3,16 +3,16 @@ package postgres_test import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strconv" "time" "github.com/google/uuid" _ "github.com/jackc/pgx/v4/stdlib" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/ory/dockertest/v3/docker" ) @@ -195,7 +195,7 @@ func getUser(email string) *user.User { func createUsers(userRepo user.Repository, ns *namespace.Namespace, num int) (users []user.User, err error) { for i := 0; i < num; i++ { - email := fmt.Sprintf("user-test-%d@odpf.io", i+1) + email := fmt.Sprintf("user-test-%d@raystack.io", i+1) user1 := user.User{UUID: uuid.NewString(), Email: email, Provider: defaultProviderName} user1.ID, err = userRepo.Create(context.Background(), ns, &user1) if err != nil { diff --git a/internal/store/postgres/star_repository.go b/internal/store/postgres/star_repository.go index 50dc8c29..e10d9f8f 100644 --- a/internal/store/postgres/star_repository.go +++ b/internal/store/postgres/star_repository.go @@ -6,11 +6,11 @@ import ( "errors" "fmt" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" - "github.com/odpf/compass/core/asset" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/asset" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/core/user" ) type StarClauses struct { diff --git a/internal/store/postgres/star_repository_test.go b/internal/store/postgres/star_repository_test.go index 98ff0bc5..8615bfb1 100644 --- a/internal/store/postgres/star_repository_test.go +++ b/internal/store/postgres/star_repository_test.go @@ -3,14 +3,14 @@ package postgres_test import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "github.com/google/uuid" - "github.com/odpf/compass/core/star" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/star" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) @@ -70,13 +70,13 @@ func (r *StarRepositoryTestSuite) TearDownSuite() { } func (r *StarRepositoryTestSuite) TestCreate() { - ownerEmail := "test-create@odpf.io" + ownerEmail := "test-create@raystack.io" r.Run("return no error if succesfully create star", func() { err := setup(r.ctx, r.client) r.NoError(err) - userID, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset, err := createAsset(r.assetRepository, r.ns, userID, ownerEmail, "asset-urn-1", "table") @@ -116,7 +116,7 @@ func (r *StarRepositoryTestSuite) TestCreate() { err := setup(r.ctx, r.client) r.NoError(err) - userID, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset, err := createAsset(r.assetRepository, r.ns, userID, ownerEmail, "asset-urn-1", "table") @@ -146,7 +146,7 @@ func (r *StarRepositoryTestSuite) TestCreate() { } func (r *StarRepositoryTestSuite) TestGetStargazers() { - ownerEmail := "test-getstargazers@odpf.io" + ownerEmail := "test-getstargazers@raystack.io" defaultCfg := star.Filter{} r.Run("return ErrEmptyAssetID if asset id is empty", func() { @@ -171,7 +171,7 @@ func (r *StarRepositoryTestSuite) TestGetStargazers() { r.Run("return list of users that star an asset if get users success", func() { err := setup(r.ctx, r.client) r.NoError(err) - userID1, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID1, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset1, err := createAsset(r.assetRepository, r.ns, userID1, ownerEmail, "asset-urn-1", "table") @@ -181,7 +181,7 @@ func (r *StarRepositoryTestSuite) TestGetStargazers() { r.NoError(err) r.NotEmpty(id) - userID2, err := createUser(r.userRepository, r.ns, "admin@odpf.io") + userID2, err := createUser(r.userRepository, r.ns, "admin@raystack.io") r.NoError(err) id, err = r.repository.Create(r.ctx, r.ns, userID2, createdAsset1.ID) @@ -208,7 +208,7 @@ func (r *StarRepositoryTestSuite) TestGetStargazers() { var assetID string for i := 1; i < 20; i++ { - userEmail := fmt.Sprintf("user%d@odpf.io", i) + userEmail := fmt.Sprintf("user%d@raystack.io", i) userID, err := createUser(r.userRepository, r.ns, userEmail) r.NoError(err) createdAsset, err := createAsset(r.assetRepository, r.ns, userID, ownerEmail, "asset-urn-1", "table") @@ -230,7 +230,7 @@ func (r *StarRepositoryTestSuite) TestGetStargazers() { } func (r *StarRepositoryTestSuite) TestGetAllAssetsByUserID() { - ownerEmail := "test-getallbyuserid@odpf.io" + ownerEmail := "test-getallbyuserid@raystack.io" defaultCfg := star.Filter{} r.Run("return invalid error if user id is empty", func() { @@ -256,7 +256,7 @@ func (r *StarRepositoryTestSuite) TestGetAllAssetsByUserID() { err := setup(r.ctx, r.client) r.NoError(err) - userID1, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID1, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset1, err := createAsset(r.assetRepository, r.ns, userID1, ownerEmail, "asset-urn-1", "table") @@ -295,7 +295,7 @@ func (r *StarRepositoryTestSuite) TestGetAllAssetsByUserID() { err := setup(r.ctx, r.client) r.NoError(err) - userID, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) for i := 1; i < 20; i++ { @@ -317,7 +317,7 @@ func (r *StarRepositoryTestSuite) TestGetAllAssetsByUserID() { } func (r *StarRepositoryTestSuite) TestGetAssetByUserID() { - ownerEmail := "test-getbyuserid@odpf.io" + ownerEmail := "test-getbyuserid@raystack.io" r.Run("return ErrEmptyUserID if user id is empty", func() { ast, err := r.repository.GetAssetByUserID(r.ctx, "", "") @@ -356,7 +356,7 @@ func (r *StarRepositoryTestSuite) TestGetAssetByUserID() { err := setup(r.ctx, r.client) r.NoError(err) - userID1, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID1, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset1, err := createAsset(r.assetRepository, r.ns, userID1, ownerEmail, "asset-urn-1", "table") @@ -385,7 +385,7 @@ func (r *StarRepositoryTestSuite) TestGetAssetByUserID() { } func (r *StarRepositoryTestSuite) TestDelete() { - ownerEmail := "test-delete@odpf.io" + ownerEmail := "test-delete@raystack.io" r.Run("return invalid error if user id is empty", func() { err := r.repository.Delete(r.ctx, "", "") @@ -419,7 +419,7 @@ func (r *StarRepositoryTestSuite) TestDelete() { err := setup(r.ctx, r.client) r.NoError(err) - userID1, err := createUser(r.userRepository, r.ns, "user@odpf.io") + userID1, err := createUser(r.userRepository, r.ns, "user@raystack.io") r.NoError(err) createdAsset1, err := createAsset(r.assetRepository, r.ns, userID1, ownerEmail, "asset-urn-1", "table") diff --git a/internal/store/postgres/tag_model.go b/internal/store/postgres/tag_model.go index f69ba659..d9982dad 100644 --- a/internal/store/postgres/tag_model.go +++ b/internal/store/postgres/tag_model.go @@ -2,11 +2,11 @@ package postgres import ( "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "strings" "time" - "github.com/odpf/compass/core/tag" + "github.com/raystack/compass/core/tag" ) // TagModel is a model for tag value in database table diff --git a/internal/store/postgres/tag_model_test.go b/internal/store/postgres/tag_model_test.go index ed805edc..adfc39de 100644 --- a/internal/store/postgres/tag_model_test.go +++ b/internal/store/postgres/tag_model_test.go @@ -1,12 +1,12 @@ package postgres import ( - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "sort" "testing" "github.com/google/uuid" - "github.com/odpf/compass/core/tag" + "github.com/raystack/compass/core/tag" "github.com/stretchr/testify/assert" ) @@ -43,7 +43,7 @@ func TestTagModel(t *testing.T) { FieldRequired: true, }, { FieldID: 2, - FieldValue: "dexter@odpf.io", + FieldValue: "dexter@raystack.io", FieldURN: "admin_email", FieldDisplayName: "Admin Email", FieldDescription: "Email of the admin of the asset.", @@ -320,7 +320,7 @@ func getTagModels() TagModels { }, { ID: 2, - Value: "dexter@odpf.io", + Value: "dexter@raystack.io", AssetID: "an-asset-id", FieldID: 2, Field: fields[1], diff --git a/internal/store/postgres/tag_repository.go b/internal/store/postgres/tag_repository.go index a09e29c9..0eb4ddab 100644 --- a/internal/store/postgres/tag_repository.go +++ b/internal/store/postgres/tag_repository.go @@ -4,11 +4,11 @@ import ( "context" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/tag" + "github.com/raystack/compass/core/tag" ) var ( diff --git a/internal/store/postgres/tag_repository_test.go b/internal/store/postgres/tag_repository_test.go index 0c8beed4..0c9b0a96 100644 --- a/internal/store/postgres/tag_repository_test.go +++ b/internal/store/postgres/tag_repository_test.go @@ -3,15 +3,15 @@ package postgres_test import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "sort" "testing" "github.com/google/uuid" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) @@ -457,7 +457,7 @@ func getDomainTag() tag.Tag { }, { FieldID: 2, - FieldValue: "dexter@odpf.io", + FieldValue: "dexter@raystack.io", FieldURN: "admin_email", FieldDisplayName: "Admin Email", FieldDescription: "Email of the admin of the asset.", diff --git a/internal/store/postgres/tag_template_repository.go b/internal/store/postgres/tag_template_repository.go index 72cf0ddf..df1e919a 100644 --- a/internal/store/postgres/tag_template_repository.go +++ b/internal/store/postgres/tag_template_repository.go @@ -5,11 +5,11 @@ import ( "database/sql" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "time" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/tag" + "github.com/raystack/compass/core/tag" ) const ( diff --git a/internal/store/postgres/tag_template_repository_test.go b/internal/store/postgres/tag_template_repository_test.go index c0145dea..21b08371 100644 --- a/internal/store/postgres/tag_template_repository_test.go +++ b/internal/store/postgres/tag_template_repository_test.go @@ -4,14 +4,14 @@ import ( "context" "encoding/json" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "time" - "github.com/odpf/compass/core/tag" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/tag" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) diff --git a/internal/store/postgres/testdata/mock-asset-data.json b/internal/store/postgres/testdata/mock-asset-data.json index a4c3fc6f..85af4edc 100644 --- a/internal/store/postgres/testdata/mock-asset-data.json +++ b/internal/store/postgres/testdata/mock-asset-data.json @@ -9,7 +9,7 @@ "urn": "c-demo-kafka", "title": "demo-kafka", "description": "first data description", - "entity": "odpf", + "entity": "raystack", "country": "id" } }, @@ -23,7 +23,7 @@ "urn": "e-test-grant2", "title": "test_grant2", "description": "second data description", - "entity": "odpf", + "entity": "raystack", "country": "th" } }, @@ -56,7 +56,7 @@ "urn": "g-jane-kafka-1a", "title": "jane-kafka-1a", "description": "fourth data description", - "entity": "odpf", + "entity": "raystack", "country": "vn" } }, @@ -73,7 +73,7 @@ "urn": "f-john-test-001", "title": "john_test_001", "description": "fifth data description", - "entity": "odpf", + "entity": "raystack", "country": "id" } }, @@ -90,7 +90,7 @@ "urn": "h-test-new-kafka-1-a-b-kafka", "title": "test-new-kafka-1-a-b", "description": "sixth data description", - "entity": "odpf", + "entity": "raystack", "country": "th" } }, @@ -107,7 +107,7 @@ "urn": "i-test-grant", "title": "compass_001", "description": "seventh data description", - "entity": "odpf", + "entity": "raystack", "country": "th" } }, @@ -126,7 +126,7 @@ "urn": "j-xcvcx", "title": "xcvcx", "description": "eighth data description", - "entity": "odpf", + "entity": "raystack", "country": "vn" } }, @@ -138,14 +138,12 @@ "description": "tableau information", "data": { "properties": { - "dependencies": [ - "test" - ] + "dependencies": ["test"] }, "urn": "j-xcvcx", "title": "xcvcx", "description": "ninth data description", - "entity": "odpf", + "entity": "raystack", "country": "vn" } }, @@ -163,7 +161,7 @@ "urn": "j-xcvcx", "title": "xcvcx", "description": "tenth data description", - "entity": "odpf", + "entity": "raystack", "country": "vn" } }, @@ -175,14 +173,12 @@ "description": "tableau information", "data": { "properties": { - "dependencies": [ - "sgrg" - ] + "dependencies": ["sgrg"] }, "urn": "j-xcvcx", "title": "xcvcx", "description": "eleventh data description", - "entity": "odpf", + "entity": "raystack", "country": "xn" } }, @@ -199,7 +195,7 @@ "urn": "j-xcvcx", "title": "xcvcx", "description": "twelfth data description", - "entity": "odpf", + "entity": "raystack", "country": "vn" } } diff --git a/internal/store/postgres/user_model.go b/internal/store/postgres/user_model.go index fe6d06a3..9f9251e6 100644 --- a/internal/store/postgres/user_model.go +++ b/internal/store/postgres/user_model.go @@ -3,7 +3,7 @@ package postgres import ( "database/sql" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) type UserModel struct { diff --git a/internal/store/postgres/user_model_test.go b/internal/store/postgres/user_model_test.go index 2d18c3a1..6a1da202 100644 --- a/internal/store/postgres/user_model_test.go +++ b/internal/store/postgres/user_model_test.go @@ -6,7 +6,7 @@ import ( "time" "github.com/google/uuid" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" "github.com/stretchr/testify/assert" ) @@ -18,7 +18,7 @@ func TestUserModel(t *testing.T) { um := UserModel{ ID: sql.NullString{String: "12", Valid: true}, UUID: sql.NullString{String: someUUID, Valid: true}, - Email: sql.NullString{String: "user@odpf.io", Valid: true}, + Email: sql.NullString{String: "user@raystack.io", Valid: true}, Provider: sql.NullString{String: "compass", Valid: true}, CreatedAt: sql.NullTime{Time: timestamp, Valid: true}, UpdatedAt: sql.NullTime{Time: timestamp, Valid: true}, @@ -41,7 +41,7 @@ func TestUserModel(t *testing.T) { ud := &user.User{ ID: "12", UUID: someUUID, - Email: "user@odpf.io", + Email: "user@raystack.io", Provider: "compass", CreatedAt: timestamp, UpdatedAt: timestamp, diff --git a/internal/store/postgres/user_repository.go b/internal/store/postgres/user_repository.go index 56b0d739..656de408 100644 --- a/internal/store/postgres/user_repository.go +++ b/internal/store/postgres/user_repository.go @@ -5,10 +5,10 @@ import ( "database/sql" "errors" "fmt" - "github.com/odpf/compass/core/namespace" + "github.com/raystack/compass/core/namespace" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" ) // UserRepository is a type that manages user operation to the primary database diff --git a/internal/store/postgres/user_repository_test.go b/internal/store/postgres/user_repository_test.go index 5c80ee58..a18d7383 100644 --- a/internal/store/postgres/user_repository_test.go +++ b/internal/store/postgres/user_repository_test.go @@ -3,15 +3,15 @@ package postgres_test import ( "context" "fmt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/pkg/grpc_interceptor" "testing" "github.com/google/uuid" "github.com/jmoiron/sqlx" - "github.com/odpf/compass/core/user" - "github.com/odpf/compass/internal/store/postgres" - "github.com/odpf/salt/log" + "github.com/raystack/compass/core/user" + "github.com/raystack/compass/internal/store/postgres" + "github.com/raystack/salt/log" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/suite" ) @@ -71,7 +71,7 @@ func (r *UserRepositoryTestSuite) insertEmail(email string) error { func (r *UserRepositoryTestSuite) TestCreate() { r.Run("return no error if succesfully create user", func() { - user := getUser("user@odpf.io") + user := getUser("user@raystack.io") id, err := r.repository.Create(r.ctx, r.ns, user) r.NotEmpty(id) r.NoError(err) @@ -87,7 +87,7 @@ func (r *UserRepositoryTestSuite) TestCreate() { err := setup(r.ctx, r.client) r.NoError(err) - ud := getUser("user@odpf.io") + ud := getUser("user@raystack.io") id, err := r.repository.Create(r.ctx, r.ns, ud) r.NoError(err) r.NotEmpty(id) @@ -100,7 +100,7 @@ func (r *UserRepositoryTestSuite) TestCreate() { func (r *UserRepositoryTestSuite) TestCreateWithTx() { validUserWithoutUUID := &user.User{ - Email: "userWithTx@odpf.io", + Email: "userWithTx@raystack.io", Provider: "compass", } validUserWithoutEmail := &user.User{ @@ -170,7 +170,7 @@ func (r *UserRepositoryTestSuite) TestGetBy() { err := setup(r.ctx, r.client) r.NoError(err) - user := getUser("use-getbyemail@odpf.io") + user := getUser("use-getbyemail@raystack.io") id, err := r.repository.Create(r.ctx, r.ns, user) r.NoError(err) r.NotEmpty(id) @@ -192,7 +192,7 @@ func (r *UserRepositoryTestSuite) TestGetBy() { err := setup(r.ctx, r.client) r.NoError(err) - user := getUser("use-getbyuuid@odpf.io") + user := getUser("use-getbyuuid@raystack.io") id, err := r.repository.Create(r.ctx, r.ns, user) r.NoError(err) r.NotEmpty(id) @@ -213,7 +213,7 @@ func (r *UserRepositoryTestSuite) TestUpsertByEmail() { }) r.Run("return ErrDuplicateRecord if record already exist", func() { - usr := &user.User{UUID: uuid.NewString(), Email: "dummy@odpf.io"} + usr := &user.User{UUID: uuid.NewString(), Email: "dummy@raystack.io"} err := r.insertEmail(usr.Email) r.NoError(err) @@ -229,7 +229,7 @@ func (r *UserRepositoryTestSuite) TestUpsertByEmail() { }) r.Run("new row is inserted with uuid and email if user not exist", func() { - usr := &user.User{UUID: uuid.NewString(), Email: "user-upsert-1@odpf.io"} + usr := &user.User{UUID: uuid.NewString(), Email: "user-upsert-1@raystack.io"} id, err := r.repository.UpsertByEmail(r.ctx, r.ns, usr) r.NoError(err) r.NotEmpty(id) @@ -253,7 +253,7 @@ func (r *UserRepositoryTestSuite) TestUpsertByEmail() { }) r.Run("upserting existing row with empty uuid is upserted with uuid and email", func() { - usr := &user.User{Email: "user-upsert-2@odpf.io"} + usr := &user.User{Email: "user-upsert-2@raystack.io"} err := r.insertEmail(usr.Email) r.NoError(err) @@ -270,7 +270,7 @@ func (r *UserRepositoryTestSuite) TestUpsertByEmail() { }) r.Run("upserting existing row with non empty uuid would return error", func() { - usr := &user.User{UUID: uuid.NewString(), Email: "user-upsert-3@odpf.io"} + usr := &user.User{UUID: uuid.NewString(), Email: "user-upsert-3@raystack.io"} id, err := r.repository.Create(r.ctx, r.ns, usr) r.NoError(err) diff --git a/main.go b/main.go index 26430aa6..4f0f4d6a 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "strings" "syscall" - "github.com/odpf/compass/cli" + "github.com/raystack/compass/cli" ) const ( diff --git a/pkg/grpc_interceptor/interceptor_test.go b/pkg/grpc_interceptor/interceptor_test.go index 7fcf1a7f..13374d9d 100644 --- a/pkg/grpc_interceptor/interceptor_test.go +++ b/pkg/grpc_interceptor/interceptor_test.go @@ -4,7 +4,7 @@ import ( "context" pb_testproto "github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/grpc_interceptor/mocks/namespace_service.go b/pkg/grpc_interceptor/mocks/namespace_service.go index 714afda6..5a8c4d14 100644 --- a/pkg/grpc_interceptor/mocks/namespace_service.go +++ b/pkg/grpc_interceptor/mocks/namespace_service.go @@ -7,7 +7,7 @@ import ( mock "github.com/stretchr/testify/mock" - namespace "github.com/odpf/compass/core/namespace" + namespace "github.com/raystack/compass/core/namespace" uuid "github.com/google/uuid" ) diff --git a/pkg/grpc_interceptor/mocks/statsd_monitor.go b/pkg/grpc_interceptor/mocks/statsd_monitor.go index 3f62935b..1d683ccc 100644 --- a/pkg/grpc_interceptor/mocks/statsd_monitor.go +++ b/pkg/grpc_interceptor/mocks/statsd_monitor.go @@ -3,7 +3,7 @@ package mocks import ( - statsd "github.com/odpf/compass/pkg/statsd" + statsd "github.com/raystack/compass/pkg/statsd" mock "github.com/stretchr/testify/mock" ) diff --git a/pkg/grpc_interceptor/namespace.go b/pkg/grpc_interceptor/namespace.go index 0cee4c0f..503a7aa0 100644 --- a/pkg/grpc_interceptor/namespace.go +++ b/pkg/grpc_interceptor/namespace.go @@ -10,8 +10,8 @@ import ( "strings" "github.com/go-jose/go-jose/v3/jwt" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/internal/client" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/internal/client" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/pkg/grpc_interceptor/namespace_test.go b/pkg/grpc_interceptor/namespace_test.go index b68b29af..a55d3aca 100644 --- a/pkg/grpc_interceptor/namespace_test.go +++ b/pkg/grpc_interceptor/namespace_test.go @@ -3,10 +3,10 @@ package grpc_interceptor_test import ( "context" "github.com/google/uuid" - "github.com/odpf/compass/core/namespace" - "github.com/odpf/compass/internal/client" - "github.com/odpf/compass/pkg/grpc_interceptor" - "github.com/odpf/compass/pkg/grpc_interceptor/mocks" + "github.com/raystack/compass/core/namespace" + "github.com/raystack/compass/internal/client" + "github.com/raystack/compass/pkg/grpc_interceptor" + "github.com/raystack/compass/pkg/grpc_interceptor/mocks" "google.golang.org/grpc/metadata" "reflect" "testing" diff --git a/pkg/grpc_interceptor/statsd.go b/pkg/grpc_interceptor/statsd.go index 7faefc0c..babbfadf 100644 --- a/pkg/grpc_interceptor/statsd.go +++ b/pkg/grpc_interceptor/statsd.go @@ -4,7 +4,7 @@ import ( "context" "time" - "github.com/odpf/compass/pkg/statsd" + "github.com/raystack/compass/pkg/statsd" "google.golang.org/grpc" "google.golang.org/grpc/status" ) diff --git a/pkg/grpc_interceptor/statsd_test.go b/pkg/grpc_interceptor/statsd_test.go index d89bc3cc..40a7b5db 100644 --- a/pkg/grpc_interceptor/statsd_test.go +++ b/pkg/grpc_interceptor/statsd_test.go @@ -7,7 +7,7 @@ import ( grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware" grpc_testing "github.com/grpc-ecosystem/go-grpc-middleware/testing" pb_testproto "github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto" - "github.com/odpf/compass/pkg/grpc_interceptor/mocks" + "github.com/raystack/compass/pkg/grpc_interceptor/mocks" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" "google.golang.org/grpc" diff --git a/pkg/grpc_interceptor/user.go b/pkg/grpc_interceptor/user.go index 503ecdcb..678f2fae 100644 --- a/pkg/grpc_interceptor/user.go +++ b/pkg/grpc_interceptor/user.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/odpf/compass/core/user" + "github.com/raystack/compass/core/user" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/pkg/statsd/metric.go b/pkg/statsd/metric.go index 2a5fa730..95cd51bf 100644 --- a/pkg/statsd/metric.go +++ b/pkg/statsd/metric.go @@ -3,7 +3,7 @@ package statsd import ( "fmt" - "github.com/odpf/salt/log" + "github.com/raystack/salt/log" ) // Metric represents a statsd metric. diff --git a/pkg/statsd/statsd.go b/pkg/statsd/statsd.go index 8b018a12..5f8fe5fe 100644 --- a/pkg/statsd/statsd.go +++ b/pkg/statsd/statsd.go @@ -4,7 +4,7 @@ import ( "time" std "github.com/DataDog/datadog-go/v5/statsd" - "github.com/odpf/salt/log" + "github.com/raystack/salt/log" ) // StatsD provides functions for reporting metrics. diff --git a/proto/compass.swagger.yaml b/proto/compass.swagger.yaml index 790dd64b..17ebf635 100644 --- a/proto/compass.swagger.yaml +++ b/proto/compass.swagger.yaml @@ -5,7 +5,7 @@ info: version: 0.3.0 license: name: Apache License 2.0 - url: https://github.com/odpf/compass/blob/main/LICENSE + url: https://github.com/raystack/compass/blob/main/LICENSE tags: - name: CompassService schemes: @@ -19,33 +19,33 @@ paths: /v1beta1/assets: get: summary: Get list of assets - description: 'Returns list of assets, optionally filtered by types, services, sorting, fields in asset.data and querying fields ' + description: "Returns list of assets, optionally filtered by types, services, sorting, fields in asset.data and querying fields " operationId: CompassService_GetAllAssets responses: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllAssetsResponse' + $ref: "#/definitions/GetAllAssetsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: q description: filter by specific query @@ -73,7 +73,7 @@ paths: required: false type: string - name: direction - description: 'sorting direction can either be asc or desc ' + description: "sorting direction can either be asc or desc " in: query required: false type: string @@ -104,33 +104,33 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpsertAssetResponse' + $ref: "#/definitions/UpsertAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body in: body required: true schema: - $ref: '#/definitions/UpsertAssetRequest' + $ref: "#/definitions/UpsertAssetRequest" tags: - Asset patch: @@ -141,33 +141,33 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpsertPatchAssetResponse' + $ref: "#/definitions/UpsertPatchAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body in: body required: true schema: - $ref: '#/definitions/UpsertPatchAssetRequest' + $ref: "#/definitions/UpsertPatchAssetRequest" tags: - Asset /v1beta1/assets/{asset_urn}/probes: @@ -179,27 +179,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateAssetProbeResponse' + $ref: "#/definitions/CreateAssetProbeResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_urn in: path @@ -209,7 +209,7 @@ paths: in: body required: true schema: - $ref: '#/definitions/CreateAssetProbeRequest.Probe' + $ref: "#/definitions/CreateAssetProbeRequest.Probe" tags: - Asset /v1beta1/assets/{id}: @@ -221,27 +221,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAssetByIDResponse' + $ref: "#/definitions/GetAssetByIDResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -257,27 +257,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/DeleteAssetResponse' + $ref: "#/definitions/DeleteAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -294,27 +294,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAssetStargazersResponse' + $ref: "#/definitions/GetAssetStargazersResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -341,27 +341,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAssetVersionHistoryResponse' + $ref: "#/definitions/GetAssetVersionHistoryResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -388,27 +388,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAssetByVersionResponse' + $ref: "#/definitions/GetAssetByVersionResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -428,27 +428,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllDiscussionsResponse' + $ref: "#/definitions/GetAllDiscussionsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: type in: query @@ -501,34 +501,34 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateDiscussionResponse' + $ref: "#/definitions/CreateDiscussionResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body description: Request to be sent to create a discussion in: body required: true schema: - $ref: '#/definitions/CreateDiscussionRequest' + $ref: "#/definitions/CreateDiscussionRequest" tags: - Discussion /v1beta1/discussions/{discussion_id}/comments: @@ -539,27 +539,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllCommentsResponse' + $ref: "#/definitions/GetAllCommentsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: discussion_id in: path @@ -593,27 +593,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateCommentResponse' + $ref: "#/definitions/CreateCommentResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: discussion_id in: path @@ -638,27 +638,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetCommentResponse' + $ref: "#/definitions/GetCommentResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: discussion_id in: path @@ -678,27 +678,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/DeleteCommentResponse' + $ref: "#/definitions/DeleteCommentResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: discussion_id in: path @@ -718,27 +718,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpdateCommentResponse' + $ref: "#/definitions/UpdateCommentResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: discussion_id in: path @@ -767,27 +767,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetDiscussionResponse' + $ref: "#/definitions/GetDiscussionResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -802,27 +802,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/PatchDiscussionResponse' + $ref: "#/definitions/PatchDiscussionResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: id in: path @@ -865,27 +865,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetGraphResponse' + $ref: "#/definitions/GetGraphResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: urn in: path @@ -913,27 +913,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetMyDiscussionsResponse' + $ref: "#/definitions/GetMyDiscussionsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: filter in: query @@ -985,27 +985,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetMyStarredAssetsResponse' + $ref: "#/definitions/GetMyStarredAssetsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: size in: query @@ -1029,27 +1029,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetMyStarredAssetResponse' + $ref: "#/definitions/GetMyStarredAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1066,27 +1066,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UnstarAssetResponse' + $ref: "#/definitions/UnstarAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1103,27 +1103,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/StarAssetResponse' + $ref: "#/definitions/StarAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1141,27 +1141,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/ListNamespacesResponse' + $ref: "#/definitions/ListNamespacesResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" tags: - Namespace post: @@ -1172,33 +1172,33 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateNamespaceResponse' + $ref: "#/definitions/CreateNamespaceResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body in: body required: true schema: - $ref: '#/definitions/CreateNamespaceRequest' + $ref: "#/definitions/CreateNamespaceRequest" tags: - Namespace /v1beta1/namespaces/{urn}: @@ -1210,27 +1210,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetNamespaceResponse' + $ref: "#/definitions/GetNamespaceResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: urn description: set either id or name @@ -1247,27 +1247,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpdateNamespaceResponse' + $ref: "#/definitions/UpdateNamespaceResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: urn description: set either id or name @@ -1296,27 +1296,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/SearchAssetsResponse' + $ref: "#/definitions/SearchAssetsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: text description: text to search for (fuzzy) @@ -1359,27 +1359,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/SuggestAssetsResponse' + $ref: "#/definitions/SuggestAssetsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: text description: text to search for suggestions @@ -1398,34 +1398,34 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateTagAssetResponse' + $ref: "#/definitions/CreateTagAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body description: Request to be sent to create a tag in: body required: true schema: - $ref: '#/definitions/CreateTagAssetRequest' + $ref: "#/definitions/CreateTagAssetRequest" tags: - Tag /v1beta1/tags/assets/{asset_id}: @@ -1437,27 +1437,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllTagsByAssetResponse' + $ref: "#/definitions/GetAllTagsByAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1474,27 +1474,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetTagByAssetAndTemplateResponse' + $ref: "#/definitions/GetTagByAssetAndTemplateResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1514,27 +1514,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/DeleteTagAssetResponse' + $ref: "#/definitions/DeleteTagAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1554,27 +1554,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpdateTagAssetResponse' + $ref: "#/definitions/UpdateTagAssetResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: asset_id in: path @@ -1593,7 +1593,7 @@ paths: tag_values: type: array items: - $ref: '#/definitions/TagValue' + $ref: "#/definitions/TagValue" template_description: type: string template_display_name: @@ -1613,27 +1613,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllTagTemplatesResponse' + $ref: "#/definitions/GetAllTagTemplatesResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: urn in: query @@ -1649,34 +1649,34 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/CreateTagTemplateResponse' + $ref: "#/definitions/CreateTagTemplateResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: body description: Request to be sent to create a tag's template in: body required: true schema: - $ref: '#/definitions/CreateTagTemplateRequest' + $ref: "#/definitions/CreateTagTemplateRequest" tags: - Tag /v1beta1/tags/templates/{template_urn}: @@ -1688,27 +1688,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetTagTemplateResponse' + $ref: "#/definitions/GetTagTemplateResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: template_urn in: path @@ -1724,27 +1724,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/DeleteTagTemplateResponse' + $ref: "#/definitions/DeleteTagTemplateResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: template_urn in: path @@ -1760,27 +1760,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/UpdateTagTemplateResponse' + $ref: "#/definitions/UpdateTagTemplateResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: template_urn in: path @@ -1799,7 +1799,7 @@ paths: fields: type: array items: - $ref: '#/definitions/TagTemplateField' + $ref: "#/definitions/TagTemplateField" description: Request to be sent to update a tag's template title: UpdateTagTemplateRequest required: @@ -1817,27 +1817,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetAllTypesResponse' + $ref: "#/definitions/GetAllTypesResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: q description: filter by specific query @@ -1870,27 +1870,27 @@ paths: "200": description: A successful response. schema: - $ref: '#/definitions/GetUserStarredAssetsResponse' + $ref: "#/definitions/GetUserStarredAssetsResponse" "400": description: Returned when the data that user input is wrong. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "404": description: Returned when the resource does not exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "409": description: Returned when the resource already exist. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" "500": description: Returned when theres is something wrong on the server side. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" default: description: An unexpected error response. schema: - $ref: '#/definitions/Status' + $ref: "#/definitions/Status" parameters: - name: user_id in: path @@ -1913,7 +1913,7 @@ definitions: Any: type: object properties: - '@type': + "@type": type: string additionalProperties: {} Change: @@ -1941,12 +1941,12 @@ definitions: id: type: string owner: - $ref: '#/definitions/User' + $ref: "#/definitions/User" updated_at: type: string format: date-time updated_by: - $ref: '#/definitions/User' + $ref: "#/definitions/User" title: Comment CreateAssetProbeRequest.Probe: type: object @@ -2030,7 +2030,7 @@ definitions: tag_values: type: array items: - $ref: '#/definitions/TagValue' + $ref: "#/definitions/TagValue" template_description: type: string template_display_name: @@ -2047,7 +2047,7 @@ definitions: type: object properties: data: - $ref: '#/definitions/v1beta1.Tag' + $ref: "#/definitions/v1beta1.Tag" CreateTagTemplateRequest: type: object properties: @@ -2058,7 +2058,7 @@ definitions: fields: type: array items: - $ref: '#/definitions/TagTemplateField' + $ref: "#/definitions/TagTemplateField" urn: type: string description: Request to be sent to create a tag's template @@ -2072,7 +2072,7 @@ definitions: type: object properties: data: - $ref: '#/definitions/TagTemplate' + $ref: "#/definitions/TagTemplate" DeleteAssetResponse: type: object DeleteCommentResponse: @@ -2104,7 +2104,7 @@ definitions: items: type: string owner: - $ref: '#/definitions/User' + $ref: "#/definitions/User" state: type: string title: @@ -2121,7 +2121,7 @@ definitions: data: type: array items: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" total: type: integer format: int64 @@ -2131,81 +2131,81 @@ definitions: data: type: array items: - $ref: '#/definitions/Comment' + $ref: "#/definitions/Comment" GetAllDiscussionsResponse: type: object properties: data: type: array items: - $ref: '#/definitions/Discussion' + $ref: "#/definitions/Discussion" GetAllTagTemplatesResponse: type: object properties: data: type: array items: - $ref: '#/definitions/TagTemplate' + $ref: "#/definitions/TagTemplate" GetAllTagsByAssetResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Tag' + $ref: "#/definitions/v1beta1.Tag" GetAllTypesResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Type' + $ref: "#/definitions/v1beta1.Type" GetAssetByIDResponse: type: object properties: data: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" GetAssetByVersionResponse: type: object properties: data: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" GetAssetStargazersResponse: type: object properties: data: type: array items: - $ref: '#/definitions/User' + $ref: "#/definitions/User" GetAssetVersionHistoryResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" GetCommentResponse: type: object properties: data: - $ref: '#/definitions/Comment' + $ref: "#/definitions/Comment" GetDiscussionResponse: type: object properties: data: - $ref: '#/definitions/Discussion' + $ref: "#/definitions/Discussion" GetGraphResponse: type: object properties: data: type: array items: - $ref: '#/definitions/LineageEdge' + $ref: "#/definitions/LineageEdge" description: Edges in the graph. node_attrs: type: object additionalProperties: - $ref: '#/definitions/NodeAttributes' + $ref: "#/definitions/NodeAttributes" description: |- Key is the asset URN. Node attributes, if present, will be returned for source and target nodes in the LineageEdge. @@ -2215,41 +2215,41 @@ definitions: data: type: array items: - $ref: '#/definitions/Discussion' + $ref: "#/definitions/Discussion" GetMyStarredAssetResponse: type: object properties: data: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" GetMyStarredAssetsResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" GetNamespaceResponse: type: object properties: namespace: - $ref: '#/definitions/Namespace' + $ref: "#/definitions/Namespace" GetTagByAssetAndTemplateResponse: type: object properties: data: - $ref: '#/definitions/v1beta1.Tag' + $ref: "#/definitions/v1beta1.Tag" GetTagTemplateResponse: type: object properties: data: - $ref: '#/definitions/TagTemplate' + $ref: "#/definitions/TagTemplate" GetUserStarredAssetsResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" LineageEdge: type: object properties: @@ -2276,7 +2276,7 @@ definitions: namespaces: type: array items: - $ref: '#/definitions/Namespace' + $ref: "#/definitions/Namespace" Namespace: type: object properties: @@ -2293,7 +2293,7 @@ definitions: type: object properties: probes: - $ref: '#/definitions/ProbesInfo' + $ref: "#/definitions/ProbesInfo" NullValue: type: string enum: @@ -2312,14 +2312,14 @@ definitions: type: object properties: latest: - $ref: '#/definitions/v1beta1.Probe' + $ref: "#/definitions/v1beta1.Probe" SearchAssetsResponse: type: object properties: data: type: array items: - $ref: '#/definitions/v1beta1.Asset' + $ref: "#/definitions/v1beta1.Asset" StarAssetResponse: type: object properties: @@ -2334,7 +2334,7 @@ definitions: details: type: array items: - $ref: '#/definitions/Any' + $ref: "#/definitions/Any" message: type: string SuggestAssetsResponse: @@ -2357,7 +2357,7 @@ definitions: fields: type: array items: - $ref: '#/definitions/TagTemplateField' + $ref: "#/definitions/TagTemplateField" updated_at: type: string format: date-time @@ -2429,25 +2429,25 @@ definitions: type: object properties: data: - $ref: '#/definitions/v1beta1.Tag' + $ref: "#/definitions/v1beta1.Tag" UpdateTagTemplateResponse: type: object properties: data: - $ref: '#/definitions/TagTemplate' + $ref: "#/definitions/TagTemplate" UpsertAssetRequest: type: object properties: asset: - $ref: '#/definitions/UpsertAssetRequest.Asset' + $ref: "#/definitions/UpsertAssetRequest.Asset" downstreams: type: array items: - $ref: '#/definitions/LineageNode' + $ref: "#/definitions/LineageNode" upstreams: type: array items: - $ref: '#/definitions/LineageNode' + $ref: "#/definitions/LineageNode" UpsertAssetRequest.Asset: type: object properties: @@ -2466,7 +2466,7 @@ definitions: owners: type: array items: - $ref: '#/definitions/User' + $ref: "#/definitions/User" description: list of owners of the asset service: type: string @@ -2485,11 +2485,11 @@ definitions: type: object properties: asset: - $ref: '#/definitions/UpsertPatchAssetRequest.Asset' + $ref: "#/definitions/UpsertPatchAssetRequest.Asset" downstreams: type: array items: - $ref: '#/definitions/LineageNode' + $ref: "#/definitions/LineageNode" overwrite_lineage: type: boolean description: |- @@ -2500,7 +2500,7 @@ definitions: upstreams: type: array items: - $ref: '#/definitions/LineageNode' + $ref: "#/definitions/LineageNode" UpsertPatchAssetRequest.Asset: type: object properties: @@ -2521,7 +2521,7 @@ definitions: owners: type: array items: - $ref: '#/definitions/User' + $ref: "#/definitions/User" description: list of owners of the asset service: type: string @@ -2560,7 +2560,7 @@ definitions: changelog: type: array items: - $ref: '#/definitions/Change' + $ref: "#/definitions/Change" created_at: type: string format: date-time @@ -2579,11 +2579,11 @@ definitions: owners: type: array items: - $ref: '#/definitions/User' + $ref: "#/definitions/User" probes: type: array items: - $ref: '#/definitions/v1beta1.Probe' + $ref: "#/definitions/v1beta1.Probe" service: type: string type: @@ -2592,7 +2592,7 @@ definitions: type: string format: date-time updated_by: - $ref: '#/definitions/User' + $ref: "#/definitions/User" url: type: string urn: @@ -2628,7 +2628,7 @@ definitions: tag_values: type: array items: - $ref: '#/definitions/TagValue' + $ref: "#/definitions/TagValue" template_description: type: string template_display_name: @@ -2646,4 +2646,4 @@ definitions: type: string externalDocs: description: More about Compass - url: https://odpf.gitbook.io/compass/ + url: https://raystack.gitbook.io/compass/ diff --git a/proto/odpf/compass/v1beta1/service.pb.go b/proto/raystack/compass/v1beta1/service.pb.go similarity index 83% rename from proto/odpf/compass/v1beta1/service.pb.go rename to proto/raystack/compass/v1beta1/service.pb.go index 4d721758..1931219b 100644 --- a/proto/odpf/compass/v1beta1/service.pb.go +++ b/proto/raystack/compass/v1beta1/service.pb.go @@ -2,7 +2,7 @@ // versions: // protoc-gen-go v1.28.1 // protoc (unknown) -// source: odpf/compass/v1beta1/service.proto +// source: raystack/compass/v1beta1/service.proto package compassv1beta1 @@ -46,7 +46,7 @@ type GetAllDiscussionsRequest struct { func (x *GetAllDiscussionsRequest) Reset() { *x = GetAllDiscussionsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[0] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -59,7 +59,7 @@ func (x *GetAllDiscussionsRequest) String() string { func (*GetAllDiscussionsRequest) ProtoMessage() {} func (x *GetAllDiscussionsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[0] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -72,7 +72,7 @@ func (x *GetAllDiscussionsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllDiscussionsRequest.ProtoReflect.Descriptor instead. func (*GetAllDiscussionsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{0} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{0} } func (x *GetAllDiscussionsRequest) GetType() string { @@ -156,7 +156,7 @@ type GetAllDiscussionsResponse struct { func (x *GetAllDiscussionsResponse) Reset() { *x = GetAllDiscussionsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[1] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -169,7 +169,7 @@ func (x *GetAllDiscussionsResponse) String() string { func (*GetAllDiscussionsResponse) ProtoMessage() {} func (x *GetAllDiscussionsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[1] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -182,7 +182,7 @@ func (x *GetAllDiscussionsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllDiscussionsResponse.ProtoReflect.Descriptor instead. func (*GetAllDiscussionsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{1} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{1} } func (x *GetAllDiscussionsResponse) GetData() []*Discussion { @@ -209,7 +209,7 @@ type CreateDiscussionRequest struct { func (x *CreateDiscussionRequest) Reset() { *x = CreateDiscussionRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[2] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -222,7 +222,7 @@ func (x *CreateDiscussionRequest) String() string { func (*CreateDiscussionRequest) ProtoMessage() {} func (x *CreateDiscussionRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[2] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -235,7 +235,7 @@ func (x *CreateDiscussionRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateDiscussionRequest.ProtoReflect.Descriptor instead. func (*CreateDiscussionRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{2} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{2} } func (x *CreateDiscussionRequest) GetTitle() string { @@ -298,7 +298,7 @@ type CreateDiscussionResponse struct { func (x *CreateDiscussionResponse) Reset() { *x = CreateDiscussionResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[3] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -311,7 +311,7 @@ func (x *CreateDiscussionResponse) String() string { func (*CreateDiscussionResponse) ProtoMessage() {} func (x *CreateDiscussionResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[3] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -324,7 +324,7 @@ func (x *CreateDiscussionResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateDiscussionResponse.ProtoReflect.Descriptor instead. func (*CreateDiscussionResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{3} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{3} } func (x *CreateDiscussionResponse) GetId() string { @@ -345,7 +345,7 @@ type GetDiscussionRequest struct { func (x *GetDiscussionRequest) Reset() { *x = GetDiscussionRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[4] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -358,7 +358,7 @@ func (x *GetDiscussionRequest) String() string { func (*GetDiscussionRequest) ProtoMessage() {} func (x *GetDiscussionRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[4] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -371,7 +371,7 @@ func (x *GetDiscussionRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetDiscussionRequest.ProtoReflect.Descriptor instead. func (*GetDiscussionRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{4} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{4} } func (x *GetDiscussionRequest) GetId() string { @@ -392,7 +392,7 @@ type GetDiscussionResponse struct { func (x *GetDiscussionResponse) Reset() { *x = GetDiscussionResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[5] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -405,7 +405,7 @@ func (x *GetDiscussionResponse) String() string { func (*GetDiscussionResponse) ProtoMessage() {} func (x *GetDiscussionResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[5] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -418,7 +418,7 @@ func (x *GetDiscussionResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetDiscussionResponse.ProtoReflect.Descriptor instead. func (*GetDiscussionResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{5} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{5} } func (x *GetDiscussionResponse) GetData() *Discussion { @@ -446,7 +446,7 @@ type PatchDiscussionRequest struct { func (x *PatchDiscussionRequest) Reset() { *x = PatchDiscussionRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[6] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -459,7 +459,7 @@ func (x *PatchDiscussionRequest) String() string { func (*PatchDiscussionRequest) ProtoMessage() {} func (x *PatchDiscussionRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[6] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -472,7 +472,7 @@ func (x *PatchDiscussionRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use PatchDiscussionRequest.ProtoReflect.Descriptor instead. func (*PatchDiscussionRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{6} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{6} } func (x *PatchDiscussionRequest) GetId() string { @@ -543,7 +543,7 @@ type CreateCommentRequest struct { func (x *CreateCommentRequest) Reset() { *x = CreateCommentRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[7] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -556,7 +556,7 @@ func (x *CreateCommentRequest) String() string { func (*CreateCommentRequest) ProtoMessage() {} func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[7] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -569,7 +569,7 @@ func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateCommentRequest.ProtoReflect.Descriptor instead. func (*CreateCommentRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{7} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{7} } func (x *CreateCommentRequest) GetDiscussionId() string { @@ -595,7 +595,7 @@ type PatchDiscussionResponse struct { func (x *PatchDiscussionResponse) Reset() { *x = PatchDiscussionResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[8] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -608,7 +608,7 @@ func (x *PatchDiscussionResponse) String() string { func (*PatchDiscussionResponse) ProtoMessage() {} func (x *PatchDiscussionResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[8] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -621,7 +621,7 @@ func (x *PatchDiscussionResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use PatchDiscussionResponse.ProtoReflect.Descriptor instead. func (*PatchDiscussionResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{8} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{8} } type CreateCommentResponse struct { @@ -635,7 +635,7 @@ type CreateCommentResponse struct { func (x *CreateCommentResponse) Reset() { *x = CreateCommentResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[9] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -648,7 +648,7 @@ func (x *CreateCommentResponse) String() string { func (*CreateCommentResponse) ProtoMessage() {} func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[9] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -661,7 +661,7 @@ func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateCommentResponse.ProtoReflect.Descriptor instead. func (*CreateCommentResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{9} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{9} } func (x *CreateCommentResponse) GetId() string { @@ -686,7 +686,7 @@ type GetAllCommentsRequest struct { func (x *GetAllCommentsRequest) Reset() { *x = GetAllCommentsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[10] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -699,7 +699,7 @@ func (x *GetAllCommentsRequest) String() string { func (*GetAllCommentsRequest) ProtoMessage() {} func (x *GetAllCommentsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[10] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -712,7 +712,7 @@ func (x *GetAllCommentsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllCommentsRequest.ProtoReflect.Descriptor instead. func (*GetAllCommentsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{10} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{10} } func (x *GetAllCommentsRequest) GetDiscussionId() string { @@ -761,7 +761,7 @@ type GetAllCommentsResponse struct { func (x *GetAllCommentsResponse) Reset() { *x = GetAllCommentsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[11] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -774,7 +774,7 @@ func (x *GetAllCommentsResponse) String() string { func (*GetAllCommentsResponse) ProtoMessage() {} func (x *GetAllCommentsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[11] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -787,7 +787,7 @@ func (x *GetAllCommentsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllCommentsResponse.ProtoReflect.Descriptor instead. func (*GetAllCommentsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{11} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{11} } func (x *GetAllCommentsResponse) GetData() []*Comment { @@ -809,7 +809,7 @@ type GetCommentRequest struct { func (x *GetCommentRequest) Reset() { *x = GetCommentRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[12] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -822,7 +822,7 @@ func (x *GetCommentRequest) String() string { func (*GetCommentRequest) ProtoMessage() {} func (x *GetCommentRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[12] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -835,7 +835,7 @@ func (x *GetCommentRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetCommentRequest.ProtoReflect.Descriptor instead. func (*GetCommentRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{12} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{12} } func (x *GetCommentRequest) GetDiscussionId() string { @@ -863,7 +863,7 @@ type GetCommentResponse struct { func (x *GetCommentResponse) Reset() { *x = GetCommentResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[13] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -876,7 +876,7 @@ func (x *GetCommentResponse) String() string { func (*GetCommentResponse) ProtoMessage() {} func (x *GetCommentResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[13] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -889,7 +889,7 @@ func (x *GetCommentResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetCommentResponse.ProtoReflect.Descriptor instead. func (*GetCommentResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{13} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{13} } func (x *GetCommentResponse) GetData() *Comment { @@ -912,7 +912,7 @@ type UpdateCommentRequest struct { func (x *UpdateCommentRequest) Reset() { *x = UpdateCommentRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[14] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -925,7 +925,7 @@ func (x *UpdateCommentRequest) String() string { func (*UpdateCommentRequest) ProtoMessage() {} func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[14] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -938,7 +938,7 @@ func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCommentRequest.ProtoReflect.Descriptor instead. func (*UpdateCommentRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{14} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{14} } func (x *UpdateCommentRequest) GetDiscussionId() string { @@ -971,7 +971,7 @@ type UpdateCommentResponse struct { func (x *UpdateCommentResponse) Reset() { *x = UpdateCommentResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[15] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -984,7 +984,7 @@ func (x *UpdateCommentResponse) String() string { func (*UpdateCommentResponse) ProtoMessage() {} func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[15] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -997,7 +997,7 @@ func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCommentResponse.ProtoReflect.Descriptor instead. func (*UpdateCommentResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{15} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{15} } type DeleteCommentRequest struct { @@ -1012,7 +1012,7 @@ type DeleteCommentRequest struct { func (x *DeleteCommentRequest) Reset() { *x = DeleteCommentRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[16] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1025,7 +1025,7 @@ func (x *DeleteCommentRequest) String() string { func (*DeleteCommentRequest) ProtoMessage() {} func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[16] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1038,7 +1038,7 @@ func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteCommentRequest.ProtoReflect.Descriptor instead. func (*DeleteCommentRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{16} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{16} } func (x *DeleteCommentRequest) GetDiscussionId() string { @@ -1064,7 +1064,7 @@ type DeleteCommentResponse struct { func (x *DeleteCommentResponse) Reset() { *x = DeleteCommentResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[17] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1077,7 +1077,7 @@ func (x *DeleteCommentResponse) String() string { func (*DeleteCommentResponse) ProtoMessage() {} func (x *DeleteCommentResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[17] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1090,7 +1090,7 @@ func (x *DeleteCommentResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteCommentResponse.ProtoReflect.Descriptor instead. func (*DeleteCommentResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{17} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{17} } type SearchAssetsRequest struct { @@ -1110,7 +1110,7 @@ type SearchAssetsRequest struct { func (x *SearchAssetsRequest) Reset() { *x = SearchAssetsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[18] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1123,7 +1123,7 @@ func (x *SearchAssetsRequest) String() string { func (*SearchAssetsRequest) ProtoMessage() {} func (x *SearchAssetsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[18] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1136,7 +1136,7 @@ func (x *SearchAssetsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use SearchAssetsRequest.ProtoReflect.Descriptor instead. func (*SearchAssetsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{18} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{18} } func (x *SearchAssetsRequest) GetText() string { @@ -1199,7 +1199,7 @@ type SearchAssetsResponse struct { func (x *SearchAssetsResponse) Reset() { *x = SearchAssetsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[19] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1212,7 +1212,7 @@ func (x *SearchAssetsResponse) String() string { func (*SearchAssetsResponse) ProtoMessage() {} func (x *SearchAssetsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[19] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1225,7 +1225,7 @@ func (x *SearchAssetsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use SearchAssetsResponse.ProtoReflect.Descriptor instead. func (*SearchAssetsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{19} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{19} } func (x *SearchAssetsResponse) GetData() []*Asset { @@ -1246,7 +1246,7 @@ type SuggestAssetsRequest struct { func (x *SuggestAssetsRequest) Reset() { *x = SuggestAssetsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[20] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1259,7 +1259,7 @@ func (x *SuggestAssetsRequest) String() string { func (*SuggestAssetsRequest) ProtoMessage() {} func (x *SuggestAssetsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[20] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1272,7 +1272,7 @@ func (x *SuggestAssetsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use SuggestAssetsRequest.ProtoReflect.Descriptor instead. func (*SuggestAssetsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{20} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{20} } func (x *SuggestAssetsRequest) GetText() string { @@ -1293,7 +1293,7 @@ type SuggestAssetsResponse struct { func (x *SuggestAssetsResponse) Reset() { *x = SuggestAssetsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[21] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1306,7 +1306,7 @@ func (x *SuggestAssetsResponse) String() string { func (*SuggestAssetsResponse) ProtoMessage() {} func (x *SuggestAssetsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[21] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1319,7 +1319,7 @@ func (x *SuggestAssetsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use SuggestAssetsResponse.ProtoReflect.Descriptor instead. func (*SuggestAssetsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{21} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{21} } func (x *SuggestAssetsResponse) GetData() []string { @@ -1342,7 +1342,7 @@ type GetGraphRequest struct { func (x *GetGraphRequest) Reset() { *x = GetGraphRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[22] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1355,7 +1355,7 @@ func (x *GetGraphRequest) String() string { func (*GetGraphRequest) ProtoMessage() {} func (x *GetGraphRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[22] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1368,7 +1368,7 @@ func (x *GetGraphRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGraphRequest.ProtoReflect.Descriptor instead. func (*GetGraphRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{22} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{22} } func (x *GetGraphRequest) GetUrn() string { @@ -1407,7 +1407,7 @@ type GetGraphResponse struct { func (x *GetGraphResponse) Reset() { *x = GetGraphResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[23] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1420,7 +1420,7 @@ func (x *GetGraphResponse) String() string { func (*GetGraphResponse) ProtoMessage() {} func (x *GetGraphResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[23] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1433,7 +1433,7 @@ func (x *GetGraphResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGraphResponse.ProtoReflect.Descriptor instead. func (*GetGraphResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{23} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{23} } func (x *GetGraphResponse) GetData() []*LineageEdge { @@ -1465,7 +1465,7 @@ type GetAllTypesRequest struct { func (x *GetAllTypesRequest) Reset() { *x = GetAllTypesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[24] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1478,7 +1478,7 @@ func (x *GetAllTypesRequest) String() string { func (*GetAllTypesRequest) ProtoMessage() {} func (x *GetAllTypesRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[24] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[24] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1491,7 +1491,7 @@ func (x *GetAllTypesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTypesRequest.ProtoReflect.Descriptor instead. func (*GetAllTypesRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{24} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{24} } func (x *GetAllTypesRequest) GetQ() string { @@ -1540,7 +1540,7 @@ type GetAllTypesResponse struct { func (x *GetAllTypesResponse) Reset() { *x = GetAllTypesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[25] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1553,7 +1553,7 @@ func (x *GetAllTypesResponse) String() string { func (*GetAllTypesResponse) ProtoMessage() {} func (x *GetAllTypesResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[25] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[25] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1566,7 +1566,7 @@ func (x *GetAllTypesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTypesResponse.ProtoReflect.Descriptor instead. func (*GetAllTypesResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{25} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{25} } func (x *GetAllTypesResponse) GetData() []*Type { @@ -1596,7 +1596,7 @@ type GetAllAssetsRequest struct { func (x *GetAllAssetsRequest) Reset() { *x = GetAllAssetsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[26] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1609,7 +1609,7 @@ func (x *GetAllAssetsRequest) String() string { func (*GetAllAssetsRequest) ProtoMessage() {} func (x *GetAllAssetsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[26] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[26] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1622,7 +1622,7 @@ func (x *GetAllAssetsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllAssetsRequest.ProtoReflect.Descriptor instead. func (*GetAllAssetsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{26} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{26} } func (x *GetAllAssetsRequest) GetQ() string { @@ -1707,7 +1707,7 @@ type GetAllAssetsResponse struct { func (x *GetAllAssetsResponse) Reset() { *x = GetAllAssetsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[27] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1720,7 +1720,7 @@ func (x *GetAllAssetsResponse) String() string { func (*GetAllAssetsResponse) ProtoMessage() {} func (x *GetAllAssetsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[27] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[27] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1733,7 +1733,7 @@ func (x *GetAllAssetsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllAssetsResponse.ProtoReflect.Descriptor instead. func (*GetAllAssetsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{27} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{27} } func (x *GetAllAssetsResponse) GetData() []*Asset { @@ -1761,7 +1761,7 @@ type GetAssetByIDRequest struct { func (x *GetAssetByIDRequest) Reset() { *x = GetAssetByIDRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[28] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1774,7 +1774,7 @@ func (x *GetAssetByIDRequest) String() string { func (*GetAssetByIDRequest) ProtoMessage() {} func (x *GetAssetByIDRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[28] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[28] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1787,7 +1787,7 @@ func (x *GetAssetByIDRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetByIDRequest.ProtoReflect.Descriptor instead. func (*GetAssetByIDRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{28} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{28} } func (x *GetAssetByIDRequest) GetId() string { @@ -1808,7 +1808,7 @@ type GetAssetByIDResponse struct { func (x *GetAssetByIDResponse) Reset() { *x = GetAssetByIDResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[29] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1821,7 +1821,7 @@ func (x *GetAssetByIDResponse) String() string { func (*GetAssetByIDResponse) ProtoMessage() {} func (x *GetAssetByIDResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[29] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[29] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1834,7 +1834,7 @@ func (x *GetAssetByIDResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetByIDResponse.ProtoReflect.Descriptor instead. func (*GetAssetByIDResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{29} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{29} } func (x *GetAssetByIDResponse) GetData() *Asset { @@ -1857,7 +1857,7 @@ type UpsertAssetRequest struct { func (x *UpsertAssetRequest) Reset() { *x = UpsertAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[30] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1870,7 +1870,7 @@ func (x *UpsertAssetRequest) String() string { func (*UpsertAssetRequest) ProtoMessage() {} func (x *UpsertAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[30] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[30] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1883,7 +1883,7 @@ func (x *UpsertAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertAssetRequest.ProtoReflect.Descriptor instead. func (*UpsertAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{30} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{30} } func (x *UpsertAssetRequest) GetAsset() *UpsertAssetRequest_Asset { @@ -1918,7 +1918,7 @@ type UpsertAssetResponse struct { func (x *UpsertAssetResponse) Reset() { *x = UpsertAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[31] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1931,7 +1931,7 @@ func (x *UpsertAssetResponse) String() string { func (*UpsertAssetResponse) ProtoMessage() {} func (x *UpsertAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[31] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[31] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1944,7 +1944,7 @@ func (x *UpsertAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertAssetResponse.ProtoReflect.Descriptor instead. func (*UpsertAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{31} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{31} } func (x *UpsertAssetResponse) GetId() string { @@ -1972,7 +1972,7 @@ type UpsertPatchAssetRequest struct { func (x *UpsertPatchAssetRequest) Reset() { *x = UpsertPatchAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[32] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1985,7 +1985,7 @@ func (x *UpsertPatchAssetRequest) String() string { func (*UpsertPatchAssetRequest) ProtoMessage() {} func (x *UpsertPatchAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[32] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[32] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1998,7 +1998,7 @@ func (x *UpsertPatchAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertPatchAssetRequest.ProtoReflect.Descriptor instead. func (*UpsertPatchAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{32} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{32} } func (x *UpsertPatchAssetRequest) GetAsset() *UpsertPatchAssetRequest_Asset { @@ -2040,7 +2040,7 @@ type UpsertPatchAssetResponse struct { func (x *UpsertPatchAssetResponse) Reset() { *x = UpsertPatchAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[33] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2053,7 +2053,7 @@ func (x *UpsertPatchAssetResponse) String() string { func (*UpsertPatchAssetResponse) ProtoMessage() {} func (x *UpsertPatchAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[33] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[33] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2066,7 +2066,7 @@ func (x *UpsertPatchAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertPatchAssetResponse.ProtoReflect.Descriptor instead. func (*UpsertPatchAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{33} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{33} } func (x *UpsertPatchAssetResponse) GetId() string { @@ -2087,7 +2087,7 @@ type DeleteAssetRequest struct { func (x *DeleteAssetRequest) Reset() { *x = DeleteAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[34] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2100,7 +2100,7 @@ func (x *DeleteAssetRequest) String() string { func (*DeleteAssetRequest) ProtoMessage() {} func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[34] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[34] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2113,7 +2113,7 @@ func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteAssetRequest.ProtoReflect.Descriptor instead. func (*DeleteAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{34} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{34} } func (x *DeleteAssetRequest) GetId() string { @@ -2132,7 +2132,7 @@ type DeleteAssetResponse struct { func (x *DeleteAssetResponse) Reset() { *x = DeleteAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[35] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2145,7 +2145,7 @@ func (x *DeleteAssetResponse) String() string { func (*DeleteAssetResponse) ProtoMessage() {} func (x *DeleteAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[35] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[35] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2158,7 +2158,7 @@ func (x *DeleteAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteAssetResponse.ProtoReflect.Descriptor instead. func (*DeleteAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{35} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{35} } type GetAssetStargazersRequest struct { @@ -2174,7 +2174,7 @@ type GetAssetStargazersRequest struct { func (x *GetAssetStargazersRequest) Reset() { *x = GetAssetStargazersRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[36] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2187,7 +2187,7 @@ func (x *GetAssetStargazersRequest) String() string { func (*GetAssetStargazersRequest) ProtoMessage() {} func (x *GetAssetStargazersRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[36] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[36] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2200,7 +2200,7 @@ func (x *GetAssetStargazersRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetStargazersRequest.ProtoReflect.Descriptor instead. func (*GetAssetStargazersRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{36} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{36} } func (x *GetAssetStargazersRequest) GetId() string { @@ -2235,7 +2235,7 @@ type GetAssetStargazersResponse struct { func (x *GetAssetStargazersResponse) Reset() { *x = GetAssetStargazersResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[37] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2248,7 +2248,7 @@ func (x *GetAssetStargazersResponse) String() string { func (*GetAssetStargazersResponse) ProtoMessage() {} func (x *GetAssetStargazersResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[37] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[37] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2261,7 +2261,7 @@ func (x *GetAssetStargazersResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetStargazersResponse.ProtoReflect.Descriptor instead. func (*GetAssetStargazersResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{37} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{37} } func (x *GetAssetStargazersResponse) GetData() []*User { @@ -2284,7 +2284,7 @@ type GetAssetVersionHistoryRequest struct { func (x *GetAssetVersionHistoryRequest) Reset() { *x = GetAssetVersionHistoryRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[38] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2297,7 +2297,7 @@ func (x *GetAssetVersionHistoryRequest) String() string { func (*GetAssetVersionHistoryRequest) ProtoMessage() {} func (x *GetAssetVersionHistoryRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[38] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[38] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2310,7 +2310,7 @@ func (x *GetAssetVersionHistoryRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetVersionHistoryRequest.ProtoReflect.Descriptor instead. func (*GetAssetVersionHistoryRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{38} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{38} } func (x *GetAssetVersionHistoryRequest) GetId() string { @@ -2345,7 +2345,7 @@ type GetAssetVersionHistoryResponse struct { func (x *GetAssetVersionHistoryResponse) Reset() { *x = GetAssetVersionHistoryResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[39] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2358,7 +2358,7 @@ func (x *GetAssetVersionHistoryResponse) String() string { func (*GetAssetVersionHistoryResponse) ProtoMessage() {} func (x *GetAssetVersionHistoryResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[39] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[39] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2371,7 +2371,7 @@ func (x *GetAssetVersionHistoryResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetVersionHistoryResponse.ProtoReflect.Descriptor instead. func (*GetAssetVersionHistoryResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{39} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{39} } func (x *GetAssetVersionHistoryResponse) GetData() []*Asset { @@ -2393,7 +2393,7 @@ type GetAssetByVersionRequest struct { func (x *GetAssetByVersionRequest) Reset() { *x = GetAssetByVersionRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[40] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2406,7 +2406,7 @@ func (x *GetAssetByVersionRequest) String() string { func (*GetAssetByVersionRequest) ProtoMessage() {} func (x *GetAssetByVersionRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[40] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[40] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2419,7 +2419,7 @@ func (x *GetAssetByVersionRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetByVersionRequest.ProtoReflect.Descriptor instead. func (*GetAssetByVersionRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{40} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{40} } func (x *GetAssetByVersionRequest) GetId() string { @@ -2447,7 +2447,7 @@ type GetAssetByVersionResponse struct { func (x *GetAssetByVersionResponse) Reset() { *x = GetAssetByVersionResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[41] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2460,7 +2460,7 @@ func (x *GetAssetByVersionResponse) String() string { func (*GetAssetByVersionResponse) ProtoMessage() {} func (x *GetAssetByVersionResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[41] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[41] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2473,7 +2473,7 @@ func (x *GetAssetByVersionResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAssetByVersionResponse.ProtoReflect.Descriptor instead. func (*GetAssetByVersionResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{41} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{41} } func (x *GetAssetByVersionResponse) GetData() *Asset { @@ -2495,7 +2495,7 @@ type CreateAssetProbeRequest struct { func (x *CreateAssetProbeRequest) Reset() { *x = CreateAssetProbeRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[42] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2508,7 +2508,7 @@ func (x *CreateAssetProbeRequest) String() string { func (*CreateAssetProbeRequest) ProtoMessage() {} func (x *CreateAssetProbeRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[42] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[42] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2521,7 +2521,7 @@ func (x *CreateAssetProbeRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateAssetProbeRequest.ProtoReflect.Descriptor instead. func (*CreateAssetProbeRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{42} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{42} } func (x *CreateAssetProbeRequest) GetAssetUrn() string { @@ -2549,7 +2549,7 @@ type CreateAssetProbeResponse struct { func (x *CreateAssetProbeResponse) Reset() { *x = CreateAssetProbeResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[43] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2562,7 +2562,7 @@ func (x *CreateAssetProbeResponse) String() string { func (*CreateAssetProbeResponse) ProtoMessage() {} func (x *CreateAssetProbeResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[43] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[43] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2575,7 +2575,7 @@ func (x *CreateAssetProbeResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateAssetProbeResponse.ProtoReflect.Descriptor instead. func (*CreateAssetProbeResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{43} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{43} } func (x *CreateAssetProbeResponse) GetId() string { @@ -2598,7 +2598,7 @@ type GetUserStarredAssetsRequest struct { func (x *GetUserStarredAssetsRequest) Reset() { *x = GetUserStarredAssetsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[44] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2611,7 +2611,7 @@ func (x *GetUserStarredAssetsRequest) String() string { func (*GetUserStarredAssetsRequest) ProtoMessage() {} func (x *GetUserStarredAssetsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[44] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[44] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2624,7 +2624,7 @@ func (x *GetUserStarredAssetsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserStarredAssetsRequest.ProtoReflect.Descriptor instead. func (*GetUserStarredAssetsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{44} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{44} } func (x *GetUserStarredAssetsRequest) GetUserId() string { @@ -2659,7 +2659,7 @@ type GetUserStarredAssetsResponse struct { func (x *GetUserStarredAssetsResponse) Reset() { *x = GetUserStarredAssetsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[45] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2672,7 +2672,7 @@ func (x *GetUserStarredAssetsResponse) String() string { func (*GetUserStarredAssetsResponse) ProtoMessage() {} func (x *GetUserStarredAssetsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[45] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[45] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2685,7 +2685,7 @@ func (x *GetUserStarredAssetsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetUserStarredAssetsResponse.ProtoReflect.Descriptor instead. func (*GetUserStarredAssetsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{45} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{45} } func (x *GetUserStarredAssetsResponse) GetData() []*Asset { @@ -2707,7 +2707,7 @@ type GetMyStarredAssetsRequest struct { func (x *GetMyStarredAssetsRequest) Reset() { *x = GetMyStarredAssetsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[46] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2720,7 +2720,7 @@ func (x *GetMyStarredAssetsRequest) String() string { func (*GetMyStarredAssetsRequest) ProtoMessage() {} func (x *GetMyStarredAssetsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[46] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[46] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2733,7 +2733,7 @@ func (x *GetMyStarredAssetsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyStarredAssetsRequest.ProtoReflect.Descriptor instead. func (*GetMyStarredAssetsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{46} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{46} } func (x *GetMyStarredAssetsRequest) GetSize() uint32 { @@ -2761,7 +2761,7 @@ type GetMyStarredAssetsResponse struct { func (x *GetMyStarredAssetsResponse) Reset() { *x = GetMyStarredAssetsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[47] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2774,7 +2774,7 @@ func (x *GetMyStarredAssetsResponse) String() string { func (*GetMyStarredAssetsResponse) ProtoMessage() {} func (x *GetMyStarredAssetsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[47] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[47] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2787,7 +2787,7 @@ func (x *GetMyStarredAssetsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyStarredAssetsResponse.ProtoReflect.Descriptor instead. func (*GetMyStarredAssetsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{47} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{47} } func (x *GetMyStarredAssetsResponse) GetData() []*Asset { @@ -2808,7 +2808,7 @@ type GetMyStarredAssetRequest struct { func (x *GetMyStarredAssetRequest) Reset() { *x = GetMyStarredAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[48] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2821,7 +2821,7 @@ func (x *GetMyStarredAssetRequest) String() string { func (*GetMyStarredAssetRequest) ProtoMessage() {} func (x *GetMyStarredAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[48] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[48] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2834,7 +2834,7 @@ func (x *GetMyStarredAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyStarredAssetRequest.ProtoReflect.Descriptor instead. func (*GetMyStarredAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{48} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{48} } func (x *GetMyStarredAssetRequest) GetAssetId() string { @@ -2855,7 +2855,7 @@ type GetMyStarredAssetResponse struct { func (x *GetMyStarredAssetResponse) Reset() { *x = GetMyStarredAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[49] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2868,7 +2868,7 @@ func (x *GetMyStarredAssetResponse) String() string { func (*GetMyStarredAssetResponse) ProtoMessage() {} func (x *GetMyStarredAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[49] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[49] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2881,7 +2881,7 @@ func (x *GetMyStarredAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyStarredAssetResponse.ProtoReflect.Descriptor instead. func (*GetMyStarredAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{49} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{49} } func (x *GetMyStarredAssetResponse) GetData() *Asset { @@ -2902,7 +2902,7 @@ type StarAssetRequest struct { func (x *StarAssetRequest) Reset() { *x = StarAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[50] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2915,7 +2915,7 @@ func (x *StarAssetRequest) String() string { func (*StarAssetRequest) ProtoMessage() {} func (x *StarAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[50] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[50] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2928,7 +2928,7 @@ func (x *StarAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use StarAssetRequest.ProtoReflect.Descriptor instead. func (*StarAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{50} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{50} } func (x *StarAssetRequest) GetAssetId() string { @@ -2949,7 +2949,7 @@ type StarAssetResponse struct { func (x *StarAssetResponse) Reset() { *x = StarAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[51] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2962,7 +2962,7 @@ func (x *StarAssetResponse) String() string { func (*StarAssetResponse) ProtoMessage() {} func (x *StarAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[51] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[51] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2975,7 +2975,7 @@ func (x *StarAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use StarAssetResponse.ProtoReflect.Descriptor instead. func (*StarAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{51} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{51} } func (x *StarAssetResponse) GetId() string { @@ -2996,7 +2996,7 @@ type UnstarAssetRequest struct { func (x *UnstarAssetRequest) Reset() { *x = UnstarAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[52] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3009,7 +3009,7 @@ func (x *UnstarAssetRequest) String() string { func (*UnstarAssetRequest) ProtoMessage() {} func (x *UnstarAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[52] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[52] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3022,7 +3022,7 @@ func (x *UnstarAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UnstarAssetRequest.ProtoReflect.Descriptor instead. func (*UnstarAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{52} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{52} } func (x *UnstarAssetRequest) GetAssetId() string { @@ -3041,7 +3041,7 @@ type UnstarAssetResponse struct { func (x *UnstarAssetResponse) Reset() { *x = UnstarAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[53] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3054,7 +3054,7 @@ func (x *UnstarAssetResponse) String() string { func (*UnstarAssetResponse) ProtoMessage() {} func (x *UnstarAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[53] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[53] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3067,7 +3067,7 @@ func (x *UnstarAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UnstarAssetResponse.ProtoReflect.Descriptor instead. func (*UnstarAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{53} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{53} } type GetMyDiscussionsRequest struct { @@ -3089,7 +3089,7 @@ type GetMyDiscussionsRequest struct { func (x *GetMyDiscussionsRequest) Reset() { *x = GetMyDiscussionsRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[54] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3102,7 +3102,7 @@ func (x *GetMyDiscussionsRequest) String() string { func (*GetMyDiscussionsRequest) ProtoMessage() {} func (x *GetMyDiscussionsRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[54] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[54] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3115,7 +3115,7 @@ func (x *GetMyDiscussionsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyDiscussionsRequest.ProtoReflect.Descriptor instead. func (*GetMyDiscussionsRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{54} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{54} } func (x *GetMyDiscussionsRequest) GetFilter() string { @@ -3192,7 +3192,7 @@ type GetMyDiscussionsResponse struct { func (x *GetMyDiscussionsResponse) Reset() { *x = GetMyDiscussionsResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[55] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3205,7 +3205,7 @@ func (x *GetMyDiscussionsResponse) String() string { func (*GetMyDiscussionsResponse) ProtoMessage() {} func (x *GetMyDiscussionsResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[55] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[55] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3218,7 +3218,7 @@ func (x *GetMyDiscussionsResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetMyDiscussionsResponse.ProtoReflect.Descriptor instead. func (*GetMyDiscussionsResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{55} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{55} } func (x *GetMyDiscussionsResponse) GetData() []*Discussion { @@ -3243,7 +3243,7 @@ type CreateTagAssetRequest struct { func (x *CreateTagAssetRequest) Reset() { *x = CreateTagAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[56] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3256,7 +3256,7 @@ func (x *CreateTagAssetRequest) String() string { func (*CreateTagAssetRequest) ProtoMessage() {} func (x *CreateTagAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[56] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[56] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3269,7 +3269,7 @@ func (x *CreateTagAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateTagAssetRequest.ProtoReflect.Descriptor instead. func (*CreateTagAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{56} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{56} } func (x *CreateTagAssetRequest) GetAssetId() string { @@ -3318,7 +3318,7 @@ type CreateTagAssetResponse struct { func (x *CreateTagAssetResponse) Reset() { *x = CreateTagAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[57] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3331,7 +3331,7 @@ func (x *CreateTagAssetResponse) String() string { func (*CreateTagAssetResponse) ProtoMessage() {} func (x *CreateTagAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[57] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[57] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3344,7 +3344,7 @@ func (x *CreateTagAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateTagAssetResponse.ProtoReflect.Descriptor instead. func (*CreateTagAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{57} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{57} } func (x *CreateTagAssetResponse) GetData() *Tag { @@ -3366,7 +3366,7 @@ type GetTagByAssetAndTemplateRequest struct { func (x *GetTagByAssetAndTemplateRequest) Reset() { *x = GetTagByAssetAndTemplateRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[58] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3379,7 +3379,7 @@ func (x *GetTagByAssetAndTemplateRequest) String() string { func (*GetTagByAssetAndTemplateRequest) ProtoMessage() {} func (x *GetTagByAssetAndTemplateRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[58] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[58] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3392,7 +3392,7 @@ func (x *GetTagByAssetAndTemplateRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTagByAssetAndTemplateRequest.ProtoReflect.Descriptor instead. func (*GetTagByAssetAndTemplateRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{58} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{58} } func (x *GetTagByAssetAndTemplateRequest) GetAssetId() string { @@ -3420,7 +3420,7 @@ type GetTagByAssetAndTemplateResponse struct { func (x *GetTagByAssetAndTemplateResponse) Reset() { *x = GetTagByAssetAndTemplateResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[59] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3433,7 +3433,7 @@ func (x *GetTagByAssetAndTemplateResponse) String() string { func (*GetTagByAssetAndTemplateResponse) ProtoMessage() {} func (x *GetTagByAssetAndTemplateResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[59] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[59] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3446,7 +3446,7 @@ func (x *GetTagByAssetAndTemplateResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTagByAssetAndTemplateResponse.ProtoReflect.Descriptor instead. func (*GetTagByAssetAndTemplateResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{59} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{59} } func (x *GetTagByAssetAndTemplateResponse) GetData() *Tag { @@ -3471,7 +3471,7 @@ type UpdateTagAssetRequest struct { func (x *UpdateTagAssetRequest) Reset() { *x = UpdateTagAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[60] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[60] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3484,7 +3484,7 @@ func (x *UpdateTagAssetRequest) String() string { func (*UpdateTagAssetRequest) ProtoMessage() {} func (x *UpdateTagAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[60] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[60] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3497,7 +3497,7 @@ func (x *UpdateTagAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateTagAssetRequest.ProtoReflect.Descriptor instead. func (*UpdateTagAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{60} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{60} } func (x *UpdateTagAssetRequest) GetAssetId() string { @@ -3546,7 +3546,7 @@ type UpdateTagAssetResponse struct { func (x *UpdateTagAssetResponse) Reset() { *x = UpdateTagAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[61] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[61] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3559,7 +3559,7 @@ func (x *UpdateTagAssetResponse) String() string { func (*UpdateTagAssetResponse) ProtoMessage() {} func (x *UpdateTagAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[61] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[61] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3572,7 +3572,7 @@ func (x *UpdateTagAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateTagAssetResponse.ProtoReflect.Descriptor instead. func (*UpdateTagAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{61} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{61} } func (x *UpdateTagAssetResponse) GetData() *Tag { @@ -3594,7 +3594,7 @@ type DeleteTagAssetRequest struct { func (x *DeleteTagAssetRequest) Reset() { *x = DeleteTagAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[62] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[62] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3607,7 +3607,7 @@ func (x *DeleteTagAssetRequest) String() string { func (*DeleteTagAssetRequest) ProtoMessage() {} func (x *DeleteTagAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[62] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[62] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3620,7 +3620,7 @@ func (x *DeleteTagAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteTagAssetRequest.ProtoReflect.Descriptor instead. func (*DeleteTagAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{62} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{62} } func (x *DeleteTagAssetRequest) GetAssetId() string { @@ -3646,7 +3646,7 @@ type DeleteTagAssetResponse struct { func (x *DeleteTagAssetResponse) Reset() { *x = DeleteTagAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[63] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[63] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3659,7 +3659,7 @@ func (x *DeleteTagAssetResponse) String() string { func (*DeleteTagAssetResponse) ProtoMessage() {} func (x *DeleteTagAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[63] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[63] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3672,7 +3672,7 @@ func (x *DeleteTagAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteTagAssetResponse.ProtoReflect.Descriptor instead. func (*DeleteTagAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{63} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{63} } type GetAllTagsByAssetRequest struct { @@ -3686,7 +3686,7 @@ type GetAllTagsByAssetRequest struct { func (x *GetAllTagsByAssetRequest) Reset() { *x = GetAllTagsByAssetRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[64] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[64] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3699,7 +3699,7 @@ func (x *GetAllTagsByAssetRequest) String() string { func (*GetAllTagsByAssetRequest) ProtoMessage() {} func (x *GetAllTagsByAssetRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[64] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[64] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3712,7 +3712,7 @@ func (x *GetAllTagsByAssetRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTagsByAssetRequest.ProtoReflect.Descriptor instead. func (*GetAllTagsByAssetRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{64} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{64} } func (x *GetAllTagsByAssetRequest) GetAssetId() string { @@ -3733,7 +3733,7 @@ type GetAllTagsByAssetResponse struct { func (x *GetAllTagsByAssetResponse) Reset() { *x = GetAllTagsByAssetResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[65] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[65] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3746,7 +3746,7 @@ func (x *GetAllTagsByAssetResponse) String() string { func (*GetAllTagsByAssetResponse) ProtoMessage() {} func (x *GetAllTagsByAssetResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[65] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[65] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3759,7 +3759,7 @@ func (x *GetAllTagsByAssetResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTagsByAssetResponse.ProtoReflect.Descriptor instead. func (*GetAllTagsByAssetResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{65} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{65} } func (x *GetAllTagsByAssetResponse) GetData() []*Tag { @@ -3780,7 +3780,7 @@ type GetAllTagTemplatesRequest struct { func (x *GetAllTagTemplatesRequest) Reset() { *x = GetAllTagTemplatesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[66] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[66] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3793,7 +3793,7 @@ func (x *GetAllTagTemplatesRequest) String() string { func (*GetAllTagTemplatesRequest) ProtoMessage() {} func (x *GetAllTagTemplatesRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[66] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[66] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3806,7 +3806,7 @@ func (x *GetAllTagTemplatesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTagTemplatesRequest.ProtoReflect.Descriptor instead. func (*GetAllTagTemplatesRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{66} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{66} } func (x *GetAllTagTemplatesRequest) GetUrn() string { @@ -3827,7 +3827,7 @@ type GetAllTagTemplatesResponse struct { func (x *GetAllTagTemplatesResponse) Reset() { *x = GetAllTagTemplatesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[67] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[67] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3840,7 +3840,7 @@ func (x *GetAllTagTemplatesResponse) String() string { func (*GetAllTagTemplatesResponse) ProtoMessage() {} func (x *GetAllTagTemplatesResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[67] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[67] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3853,7 +3853,7 @@ func (x *GetAllTagTemplatesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetAllTagTemplatesResponse.ProtoReflect.Descriptor instead. func (*GetAllTagTemplatesResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{67} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{67} } func (x *GetAllTagTemplatesResponse) GetData() []*TagTemplate { @@ -3877,7 +3877,7 @@ type CreateTagTemplateRequest struct { func (x *CreateTagTemplateRequest) Reset() { *x = CreateTagTemplateRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[68] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[68] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3890,7 +3890,7 @@ func (x *CreateTagTemplateRequest) String() string { func (*CreateTagTemplateRequest) ProtoMessage() {} func (x *CreateTagTemplateRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[68] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[68] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3903,7 +3903,7 @@ func (x *CreateTagTemplateRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateTagTemplateRequest.ProtoReflect.Descriptor instead. func (*CreateTagTemplateRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{68} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{68} } func (x *CreateTagTemplateRequest) GetUrn() string { @@ -3945,7 +3945,7 @@ type CreateTagTemplateResponse struct { func (x *CreateTagTemplateResponse) Reset() { *x = CreateTagTemplateResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[69] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[69] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3958,7 +3958,7 @@ func (x *CreateTagTemplateResponse) String() string { func (*CreateTagTemplateResponse) ProtoMessage() {} func (x *CreateTagTemplateResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[69] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[69] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3971,7 +3971,7 @@ func (x *CreateTagTemplateResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateTagTemplateResponse.ProtoReflect.Descriptor instead. func (*CreateTagTemplateResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{69} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{69} } func (x *CreateTagTemplateResponse) GetData() *TagTemplate { @@ -3992,7 +3992,7 @@ type GetTagTemplateRequest struct { func (x *GetTagTemplateRequest) Reset() { *x = GetTagTemplateRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[70] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[70] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4005,7 +4005,7 @@ func (x *GetTagTemplateRequest) String() string { func (*GetTagTemplateRequest) ProtoMessage() {} func (x *GetTagTemplateRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[70] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[70] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4018,7 +4018,7 @@ func (x *GetTagTemplateRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTagTemplateRequest.ProtoReflect.Descriptor instead. func (*GetTagTemplateRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{70} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{70} } func (x *GetTagTemplateRequest) GetTemplateUrn() string { @@ -4039,7 +4039,7 @@ type GetTagTemplateResponse struct { func (x *GetTagTemplateResponse) Reset() { *x = GetTagTemplateResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[71] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[71] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4052,7 +4052,7 @@ func (x *GetTagTemplateResponse) String() string { func (*GetTagTemplateResponse) ProtoMessage() {} func (x *GetTagTemplateResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[71] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[71] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4065,7 +4065,7 @@ func (x *GetTagTemplateResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTagTemplateResponse.ProtoReflect.Descriptor instead. func (*GetTagTemplateResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{71} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{71} } func (x *GetTagTemplateResponse) GetData() *TagTemplate { @@ -4089,7 +4089,7 @@ type UpdateTagTemplateRequest struct { func (x *UpdateTagTemplateRequest) Reset() { *x = UpdateTagTemplateRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[72] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[72] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4102,7 +4102,7 @@ func (x *UpdateTagTemplateRequest) String() string { func (*UpdateTagTemplateRequest) ProtoMessage() {} func (x *UpdateTagTemplateRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[72] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[72] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4115,7 +4115,7 @@ func (x *UpdateTagTemplateRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateTagTemplateRequest.ProtoReflect.Descriptor instead. func (*UpdateTagTemplateRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{72} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{72} } func (x *UpdateTagTemplateRequest) GetTemplateUrn() string { @@ -4157,7 +4157,7 @@ type UpdateTagTemplateResponse struct { func (x *UpdateTagTemplateResponse) Reset() { *x = UpdateTagTemplateResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[73] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[73] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4170,7 +4170,7 @@ func (x *UpdateTagTemplateResponse) String() string { func (*UpdateTagTemplateResponse) ProtoMessage() {} func (x *UpdateTagTemplateResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[73] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[73] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4183,7 +4183,7 @@ func (x *UpdateTagTemplateResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateTagTemplateResponse.ProtoReflect.Descriptor instead. func (*UpdateTagTemplateResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{73} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{73} } func (x *UpdateTagTemplateResponse) GetData() *TagTemplate { @@ -4204,7 +4204,7 @@ type DeleteTagTemplateRequest struct { func (x *DeleteTagTemplateRequest) Reset() { *x = DeleteTagTemplateRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[74] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[74] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4217,7 +4217,7 @@ func (x *DeleteTagTemplateRequest) String() string { func (*DeleteTagTemplateRequest) ProtoMessage() {} func (x *DeleteTagTemplateRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[74] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[74] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4230,7 +4230,7 @@ func (x *DeleteTagTemplateRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteTagTemplateRequest.ProtoReflect.Descriptor instead. func (*DeleteTagTemplateRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{74} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{74} } func (x *DeleteTagTemplateRequest) GetTemplateUrn() string { @@ -4249,7 +4249,7 @@ type DeleteTagTemplateResponse struct { func (x *DeleteTagTemplateResponse) Reset() { *x = DeleteTagTemplateResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[75] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[75] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4262,7 +4262,7 @@ func (x *DeleteTagTemplateResponse) String() string { func (*DeleteTagTemplateResponse) ProtoMessage() {} func (x *DeleteTagTemplateResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[75] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[75] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4275,7 +4275,7 @@ func (x *DeleteTagTemplateResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteTagTemplateResponse.ProtoReflect.Descriptor instead. func (*DeleteTagTemplateResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{75} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{75} } type CreateNamespaceRequest struct { @@ -4292,7 +4292,7 @@ type CreateNamespaceRequest struct { func (x *CreateNamespaceRequest) Reset() { *x = CreateNamespaceRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[76] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[76] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4305,7 +4305,7 @@ func (x *CreateNamespaceRequest) String() string { func (*CreateNamespaceRequest) ProtoMessage() {} func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[76] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[76] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4318,7 +4318,7 @@ func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead. func (*CreateNamespaceRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{76} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{76} } func (x *CreateNamespaceRequest) GetId() string { @@ -4360,7 +4360,7 @@ type CreateNamespaceResponse struct { func (x *CreateNamespaceResponse) Reset() { *x = CreateNamespaceResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[77] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[77] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4373,7 +4373,7 @@ func (x *CreateNamespaceResponse) String() string { func (*CreateNamespaceResponse) ProtoMessage() {} func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[77] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[77] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4386,7 +4386,7 @@ func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead. func (*CreateNamespaceResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{77} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{77} } func (x *CreateNamespaceResponse) GetId() string { @@ -4408,7 +4408,7 @@ type GetNamespaceRequest struct { func (x *GetNamespaceRequest) Reset() { *x = GetNamespaceRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[78] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[78] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4421,7 +4421,7 @@ func (x *GetNamespaceRequest) String() string { func (*GetNamespaceRequest) ProtoMessage() {} func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[78] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[78] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4434,7 +4434,7 @@ func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead. func (*GetNamespaceRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{78} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{78} } func (x *GetNamespaceRequest) GetUrn() string { @@ -4455,7 +4455,7 @@ type GetNamespaceResponse struct { func (x *GetNamespaceResponse) Reset() { *x = GetNamespaceResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[79] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[79] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4468,7 +4468,7 @@ func (x *GetNamespaceResponse) String() string { func (*GetNamespaceResponse) ProtoMessage() {} func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[79] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[79] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4481,7 +4481,7 @@ func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead. func (*GetNamespaceResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{79} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{79} } func (x *GetNamespaceResponse) GetNamespace() *Namespace { @@ -4505,7 +4505,7 @@ type UpdateNamespaceRequest struct { func (x *UpdateNamespaceRequest) Reset() { *x = UpdateNamespaceRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[80] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[80] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4518,7 +4518,7 @@ func (x *UpdateNamespaceRequest) String() string { func (*UpdateNamespaceRequest) ProtoMessage() {} func (x *UpdateNamespaceRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[80] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[80] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4531,7 +4531,7 @@ func (x *UpdateNamespaceRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateNamespaceRequest.ProtoReflect.Descriptor instead. func (*UpdateNamespaceRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{80} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{80} } func (x *UpdateNamespaceRequest) GetUrn() string { @@ -4564,7 +4564,7 @@ type UpdateNamespaceResponse struct { func (x *UpdateNamespaceResponse) Reset() { *x = UpdateNamespaceResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[81] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[81] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4577,7 +4577,7 @@ func (x *UpdateNamespaceResponse) String() string { func (*UpdateNamespaceResponse) ProtoMessage() {} func (x *UpdateNamespaceResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[81] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[81] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4590,7 +4590,7 @@ func (x *UpdateNamespaceResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateNamespaceResponse.ProtoReflect.Descriptor instead. func (*UpdateNamespaceResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{81} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{81} } type ListNamespacesRequest struct { @@ -4602,7 +4602,7 @@ type ListNamespacesRequest struct { func (x *ListNamespacesRequest) Reset() { *x = ListNamespacesRequest{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[82] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[82] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4615,7 +4615,7 @@ func (x *ListNamespacesRequest) String() string { func (*ListNamespacesRequest) ProtoMessage() {} func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[82] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[82] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4628,7 +4628,7 @@ func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead. func (*ListNamespacesRequest) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{82} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{82} } type ListNamespacesResponse struct { @@ -4642,7 +4642,7 @@ type ListNamespacesResponse struct { func (x *ListNamespacesResponse) Reset() { *x = ListNamespacesResponse{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[83] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[83] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4655,7 +4655,7 @@ func (x *ListNamespacesResponse) String() string { func (*ListNamespacesResponse) ProtoMessage() {} func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[83] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[83] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4668,7 +4668,7 @@ func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message { // Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead. func (*ListNamespacesResponse) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{83} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{83} } func (x *ListNamespacesResponse) GetNamespaces() []*Namespace { @@ -4694,7 +4694,7 @@ type User struct { func (x *User) Reset() { *x = User{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[84] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[84] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4707,7 +4707,7 @@ func (x *User) String() string { func (*User) ProtoMessage() {} func (x *User) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[84] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[84] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4720,7 +4720,7 @@ func (x *User) ProtoReflect() protoreflect.Message { // Deprecated: Use User.ProtoReflect.Descriptor instead. func (*User) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{84} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{84} } func (x *User) GetId() string { @@ -4779,7 +4779,7 @@ type Change struct { func (x *Change) Reset() { *x = Change{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[85] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[85] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4792,7 +4792,7 @@ func (x *Change) String() string { func (*Change) ProtoMessage() {} func (x *Change) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[85] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[85] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4805,7 +4805,7 @@ func (x *Change) ProtoReflect() protoreflect.Message { // Deprecated: Use Change.ProtoReflect.Descriptor instead. func (*Change) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{85} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{85} } func (x *Change) GetType() string { @@ -4862,7 +4862,7 @@ type Asset struct { func (x *Asset) Reset() { *x = Asset{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[86] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[86] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4875,7 +4875,7 @@ func (x *Asset) String() string { func (*Asset) ProtoMessage() {} func (x *Asset) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[86] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[86] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4888,7 +4888,7 @@ func (x *Asset) ProtoReflect() protoreflect.Message { // Deprecated: Use Asset.ProtoReflect.Descriptor instead. func (*Asset) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{86} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{86} } func (x *Asset) GetId() string { @@ -5020,7 +5020,7 @@ type Probe struct { func (x *Probe) Reset() { *x = Probe{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[87] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[87] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5033,7 +5033,7 @@ func (x *Probe) String() string { func (*Probe) ProtoMessage() {} func (x *Probe) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[87] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[87] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5046,7 +5046,7 @@ func (x *Probe) ProtoReflect() protoreflect.Message { // Deprecated: Use Probe.ProtoReflect.Descriptor instead. func (*Probe) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{87} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{87} } func (x *Probe) GetId() string { @@ -5119,7 +5119,7 @@ type Discussion struct { func (x *Discussion) Reset() { *x = Discussion{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[88] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[88] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5132,7 +5132,7 @@ func (x *Discussion) String() string { func (*Discussion) ProtoMessage() {} func (x *Discussion) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[88] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[88] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5145,7 +5145,7 @@ func (x *Discussion) ProtoReflect() protoreflect.Message { // Deprecated: Use Discussion.ProtoReflect.Descriptor instead. func (*Discussion) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{88} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{88} } func (x *Discussion) GetId() string { @@ -5242,7 +5242,7 @@ type Comment struct { func (x *Comment) Reset() { *x = Comment{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[89] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[89] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5255,7 +5255,7 @@ func (x *Comment) String() string { func (*Comment) ProtoMessage() {} func (x *Comment) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[89] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[89] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5268,7 +5268,7 @@ func (x *Comment) ProtoReflect() protoreflect.Message { // Deprecated: Use Comment.ProtoReflect.Descriptor instead. func (*Comment) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{89} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{89} } func (x *Comment) GetId() string { @@ -5333,7 +5333,7 @@ type LineageEdge struct { func (x *LineageEdge) Reset() { *x = LineageEdge{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[90] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[90] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5346,7 +5346,7 @@ func (x *LineageEdge) String() string { func (*LineageEdge) ProtoMessage() {} func (x *LineageEdge) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[90] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[90] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5359,7 +5359,7 @@ func (x *LineageEdge) ProtoReflect() protoreflect.Message { // Deprecated: Use LineageEdge.ProtoReflect.Descriptor instead. func (*LineageEdge) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{90} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{90} } func (x *LineageEdge) GetSource() string { @@ -5398,7 +5398,7 @@ type LineageNode struct { func (x *LineageNode) Reset() { *x = LineageNode{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[91] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[91] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5411,7 +5411,7 @@ func (x *LineageNode) String() string { func (*LineageNode) ProtoMessage() {} func (x *LineageNode) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[91] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[91] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5424,7 +5424,7 @@ func (x *LineageNode) ProtoReflect() protoreflect.Message { // Deprecated: Use LineageNode.ProtoReflect.Descriptor instead. func (*LineageNode) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{91} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{91} } func (x *LineageNode) GetUrn() string { @@ -5465,7 +5465,7 @@ type Tag struct { func (x *Tag) Reset() { *x = Tag{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[92] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[92] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5478,7 +5478,7 @@ func (x *Tag) String() string { func (*Tag) ProtoMessage() {} func (x *Tag) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[92] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[92] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5491,7 +5491,7 @@ func (x *Tag) ProtoReflect() protoreflect.Message { // Deprecated: Use Tag.ProtoReflect.Descriptor instead. func (*Tag) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{92} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{92} } func (x *Tag) GetAssetId() string { @@ -5549,7 +5549,7 @@ type TagValue struct { func (x *TagValue) Reset() { *x = TagValue{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[93] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[93] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5562,7 +5562,7 @@ func (x *TagValue) String() string { func (*TagValue) ProtoMessage() {} func (x *TagValue) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[93] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[93] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5575,7 +5575,7 @@ func (x *TagValue) ProtoReflect() protoreflect.Message { // Deprecated: Use TagValue.ProtoReflect.Descriptor instead. func (*TagValue) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{93} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{93} } func (x *TagValue) GetFieldId() uint32 { @@ -5664,7 +5664,7 @@ type TagTemplate struct { func (x *TagTemplate) Reset() { *x = TagTemplate{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[94] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[94] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5677,7 +5677,7 @@ func (x *TagTemplate) String() string { func (*TagTemplate) ProtoMessage() {} func (x *TagTemplate) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[94] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[94] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5690,7 +5690,7 @@ func (x *TagTemplate) ProtoReflect() protoreflect.Message { // Deprecated: Use TagTemplate.ProtoReflect.Descriptor instead. func (*TagTemplate) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{94} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{94} } func (x *TagTemplate) GetUrn() string { @@ -5754,7 +5754,7 @@ type TagTemplateField struct { func (x *TagTemplateField) Reset() { *x = TagTemplateField{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[95] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[95] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5767,7 +5767,7 @@ func (x *TagTemplateField) String() string { func (*TagTemplateField) ProtoMessage() {} func (x *TagTemplateField) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[95] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[95] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5780,7 +5780,7 @@ func (x *TagTemplateField) ProtoReflect() protoreflect.Message { // Deprecated: Use TagTemplateField.ProtoReflect.Descriptor instead. func (*TagTemplateField) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{95} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{95} } func (x *TagTemplateField) GetId() uint32 { @@ -5858,7 +5858,7 @@ type Type struct { func (x *Type) Reset() { *x = Type{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[96] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[96] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5871,7 +5871,7 @@ func (x *Type) String() string { func (*Type) ProtoMessage() {} func (x *Type) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[96] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[96] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5884,7 +5884,7 @@ func (x *Type) ProtoReflect() protoreflect.Message { // Deprecated: Use Type.ProtoReflect.Descriptor instead. func (*Type) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{96} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{96} } func (x *Type) GetName() string { @@ -5915,7 +5915,7 @@ type Namespace struct { func (x *Namespace) Reset() { *x = Namespace{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[97] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[97] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5928,7 +5928,7 @@ func (x *Namespace) String() string { func (*Namespace) ProtoMessage() {} func (x *Namespace) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[97] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[97] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5941,7 +5941,7 @@ func (x *Namespace) ProtoReflect() protoreflect.Message { // Deprecated: Use Namespace.ProtoReflect.Descriptor instead. func (*Namespace) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{97} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{97} } func (x *Namespace) GetId() string { @@ -5983,7 +5983,7 @@ type GetGraphResponse_ProbesInfo struct { func (x *GetGraphResponse_ProbesInfo) Reset() { *x = GetGraphResponse_ProbesInfo{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[100] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[100] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5996,7 +5996,7 @@ func (x *GetGraphResponse_ProbesInfo) String() string { func (*GetGraphResponse_ProbesInfo) ProtoMessage() {} func (x *GetGraphResponse_ProbesInfo) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[100] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[100] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6009,7 +6009,7 @@ func (x *GetGraphResponse_ProbesInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGraphResponse_ProbesInfo.ProtoReflect.Descriptor instead. func (*GetGraphResponse_ProbesInfo) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{23, 0} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{23, 0} } func (x *GetGraphResponse_ProbesInfo) GetLatest() *Probe { @@ -6030,7 +6030,7 @@ type GetGraphResponse_NodeAttributes struct { func (x *GetGraphResponse_NodeAttributes) Reset() { *x = GetGraphResponse_NodeAttributes{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[101] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[101] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6043,7 +6043,7 @@ func (x *GetGraphResponse_NodeAttributes) String() string { func (*GetGraphResponse_NodeAttributes) ProtoMessage() {} func (x *GetGraphResponse_NodeAttributes) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[101] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[101] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6056,7 +6056,7 @@ func (x *GetGraphResponse_NodeAttributes) ProtoReflect() protoreflect.Message { // Deprecated: Use GetGraphResponse_NodeAttributes.ProtoReflect.Descriptor instead. func (*GetGraphResponse_NodeAttributes) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{23, 1} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{23, 1} } func (x *GetGraphResponse_NodeAttributes) GetProbes() *GetGraphResponse_ProbesInfo { @@ -6085,7 +6085,7 @@ type UpsertAssetRequest_Asset struct { func (x *UpsertAssetRequest_Asset) Reset() { *x = UpsertAssetRequest_Asset{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[105] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[105] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6098,7 +6098,7 @@ func (x *UpsertAssetRequest_Asset) String() string { func (*UpsertAssetRequest_Asset) ProtoMessage() {} func (x *UpsertAssetRequest_Asset) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[105] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[105] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6111,7 +6111,7 @@ func (x *UpsertAssetRequest_Asset) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertAssetRequest_Asset.ProtoReflect.Descriptor instead. func (*UpsertAssetRequest_Asset) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{30, 0} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{30, 0} } func (x *UpsertAssetRequest_Asset) GetUrn() string { @@ -6196,7 +6196,7 @@ type UpsertPatchAssetRequest_Asset struct { func (x *UpsertPatchAssetRequest_Asset) Reset() { *x = UpsertPatchAssetRequest_Asset{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[107] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[107] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6209,7 +6209,7 @@ func (x *UpsertPatchAssetRequest_Asset) String() string { func (*UpsertPatchAssetRequest_Asset) ProtoMessage() {} func (x *UpsertPatchAssetRequest_Asset) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[107] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[107] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6222,7 +6222,7 @@ func (x *UpsertPatchAssetRequest_Asset) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertPatchAssetRequest_Asset.ProtoReflect.Descriptor instead. func (*UpsertPatchAssetRequest_Asset) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{32, 0} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{32, 0} } func (x *UpsertPatchAssetRequest_Asset) GetUrn() string { @@ -6302,7 +6302,7 @@ type CreateAssetProbeRequest_Probe struct { func (x *CreateAssetProbeRequest_Probe) Reset() { *x = CreateAssetProbeRequest_Probe{} if protoimpl.UnsafeEnabled { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[109] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[109] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6315,7 +6315,7 @@ func (x *CreateAssetProbeRequest_Probe) String() string { func (*CreateAssetProbeRequest_Probe) ProtoMessage() {} func (x *CreateAssetProbeRequest_Probe) ProtoReflect() protoreflect.Message { - mi := &file_odpf_compass_v1beta1_service_proto_msgTypes[109] + mi := &file_raystack_compass_v1beta1_service_proto_msgTypes[109] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6328,7 +6328,7 @@ func (x *CreateAssetProbeRequest_Probe) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateAssetProbeRequest_Probe.ProtoReflect.Descriptor instead. func (*CreateAssetProbeRequest_Probe) Descriptor() ([]byte, []int) { - return file_odpf_compass_v1beta1_service_proto_rawDescGZIP(), []int{42, 0} + return file_raystack_compass_v1beta1_service_proto_rawDescGZIP(), []int{42, 0} } func (x *CreateAssetProbeRequest_Probe) GetStatus() string { @@ -6359,9 +6359,9 @@ func (x *CreateAssetProbeRequest_Probe) GetTimestamp() *timestamppb.Timestamp { return nil } -var File_odpf_compass_v1beta1_service_proto protoreflect.FileDescriptor +var File_raystack_compass_v1beta1_service_proto protoreflect.FileDescriptor -var file_odpf_compass_v1beta1_service_proto_rawDesc = []byte{ +var file_raystack_compass_v1beta1_service_proto_rawDesc = []byte{ 0x0a, 0x22, 0x6f, 0x64, 0x70, 0x66, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x73, 0x73, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x6f, 0x64, 0x70, 0x66, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x61, @@ -8104,310 +8104,310 @@ var file_odpf_compass_v1beta1_service_proto_rawDesc = []byte{ } var ( - file_odpf_compass_v1beta1_service_proto_rawDescOnce sync.Once - file_odpf_compass_v1beta1_service_proto_rawDescData = file_odpf_compass_v1beta1_service_proto_rawDesc + file_raystack_compass_v1beta1_service_proto_rawDescOnce sync.Once + file_raystack_compass_v1beta1_service_proto_rawDescData = file_raystack_compass_v1beta1_service_proto_rawDesc ) -func file_odpf_compass_v1beta1_service_proto_rawDescGZIP() []byte { - file_odpf_compass_v1beta1_service_proto_rawDescOnce.Do(func() { - file_odpf_compass_v1beta1_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_odpf_compass_v1beta1_service_proto_rawDescData) +func file_raystack_compass_v1beta1_service_proto_rawDescGZIP() []byte { + file_raystack_compass_v1beta1_service_proto_rawDescOnce.Do(func() { + file_raystack_compass_v1beta1_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_raystack_compass_v1beta1_service_proto_rawDescData) }) - return file_odpf_compass_v1beta1_service_proto_rawDescData -} - -var file_odpf_compass_v1beta1_service_proto_msgTypes = make([]protoimpl.MessageInfo, 111) -var file_odpf_compass_v1beta1_service_proto_goTypes = []interface{}{ - (*GetAllDiscussionsRequest)(nil), // 0: odpf.compass.v1beta1.GetAllDiscussionsRequest - (*GetAllDiscussionsResponse)(nil), // 1: odpf.compass.v1beta1.GetAllDiscussionsResponse - (*CreateDiscussionRequest)(nil), // 2: odpf.compass.v1beta1.CreateDiscussionRequest - (*CreateDiscussionResponse)(nil), // 3: odpf.compass.v1beta1.CreateDiscussionResponse - (*GetDiscussionRequest)(nil), // 4: odpf.compass.v1beta1.GetDiscussionRequest - (*GetDiscussionResponse)(nil), // 5: odpf.compass.v1beta1.GetDiscussionResponse - (*PatchDiscussionRequest)(nil), // 6: odpf.compass.v1beta1.PatchDiscussionRequest - (*CreateCommentRequest)(nil), // 7: odpf.compass.v1beta1.CreateCommentRequest - (*PatchDiscussionResponse)(nil), // 8: odpf.compass.v1beta1.PatchDiscussionResponse - (*CreateCommentResponse)(nil), // 9: odpf.compass.v1beta1.CreateCommentResponse - (*GetAllCommentsRequest)(nil), // 10: odpf.compass.v1beta1.GetAllCommentsRequest - (*GetAllCommentsResponse)(nil), // 11: odpf.compass.v1beta1.GetAllCommentsResponse - (*GetCommentRequest)(nil), // 12: odpf.compass.v1beta1.GetCommentRequest - (*GetCommentResponse)(nil), // 13: odpf.compass.v1beta1.GetCommentResponse - (*UpdateCommentRequest)(nil), // 14: odpf.compass.v1beta1.UpdateCommentRequest - (*UpdateCommentResponse)(nil), // 15: odpf.compass.v1beta1.UpdateCommentResponse - (*DeleteCommentRequest)(nil), // 16: odpf.compass.v1beta1.DeleteCommentRequest - (*DeleteCommentResponse)(nil), // 17: odpf.compass.v1beta1.DeleteCommentResponse - (*SearchAssetsRequest)(nil), // 18: odpf.compass.v1beta1.SearchAssetsRequest - (*SearchAssetsResponse)(nil), // 19: odpf.compass.v1beta1.SearchAssetsResponse - (*SuggestAssetsRequest)(nil), // 20: odpf.compass.v1beta1.SuggestAssetsRequest - (*SuggestAssetsResponse)(nil), // 21: odpf.compass.v1beta1.SuggestAssetsResponse - (*GetGraphRequest)(nil), // 22: odpf.compass.v1beta1.GetGraphRequest - (*GetGraphResponse)(nil), // 23: odpf.compass.v1beta1.GetGraphResponse - (*GetAllTypesRequest)(nil), // 24: odpf.compass.v1beta1.GetAllTypesRequest - (*GetAllTypesResponse)(nil), // 25: odpf.compass.v1beta1.GetAllTypesResponse - (*GetAllAssetsRequest)(nil), // 26: odpf.compass.v1beta1.GetAllAssetsRequest - (*GetAllAssetsResponse)(nil), // 27: odpf.compass.v1beta1.GetAllAssetsResponse - (*GetAssetByIDRequest)(nil), // 28: odpf.compass.v1beta1.GetAssetByIDRequest - (*GetAssetByIDResponse)(nil), // 29: odpf.compass.v1beta1.GetAssetByIDResponse - (*UpsertAssetRequest)(nil), // 30: odpf.compass.v1beta1.UpsertAssetRequest - (*UpsertAssetResponse)(nil), // 31: odpf.compass.v1beta1.UpsertAssetResponse - (*UpsertPatchAssetRequest)(nil), // 32: odpf.compass.v1beta1.UpsertPatchAssetRequest - (*UpsertPatchAssetResponse)(nil), // 33: odpf.compass.v1beta1.UpsertPatchAssetResponse - (*DeleteAssetRequest)(nil), // 34: odpf.compass.v1beta1.DeleteAssetRequest - (*DeleteAssetResponse)(nil), // 35: odpf.compass.v1beta1.DeleteAssetResponse - (*GetAssetStargazersRequest)(nil), // 36: odpf.compass.v1beta1.GetAssetStargazersRequest - (*GetAssetStargazersResponse)(nil), // 37: odpf.compass.v1beta1.GetAssetStargazersResponse - (*GetAssetVersionHistoryRequest)(nil), // 38: odpf.compass.v1beta1.GetAssetVersionHistoryRequest - (*GetAssetVersionHistoryResponse)(nil), // 39: odpf.compass.v1beta1.GetAssetVersionHistoryResponse - (*GetAssetByVersionRequest)(nil), // 40: odpf.compass.v1beta1.GetAssetByVersionRequest - (*GetAssetByVersionResponse)(nil), // 41: odpf.compass.v1beta1.GetAssetByVersionResponse - (*CreateAssetProbeRequest)(nil), // 42: odpf.compass.v1beta1.CreateAssetProbeRequest - (*CreateAssetProbeResponse)(nil), // 43: odpf.compass.v1beta1.CreateAssetProbeResponse - (*GetUserStarredAssetsRequest)(nil), // 44: odpf.compass.v1beta1.GetUserStarredAssetsRequest - (*GetUserStarredAssetsResponse)(nil), // 45: odpf.compass.v1beta1.GetUserStarredAssetsResponse - (*GetMyStarredAssetsRequest)(nil), // 46: odpf.compass.v1beta1.GetMyStarredAssetsRequest - (*GetMyStarredAssetsResponse)(nil), // 47: odpf.compass.v1beta1.GetMyStarredAssetsResponse - (*GetMyStarredAssetRequest)(nil), // 48: odpf.compass.v1beta1.GetMyStarredAssetRequest - (*GetMyStarredAssetResponse)(nil), // 49: odpf.compass.v1beta1.GetMyStarredAssetResponse - (*StarAssetRequest)(nil), // 50: odpf.compass.v1beta1.StarAssetRequest - (*StarAssetResponse)(nil), // 51: odpf.compass.v1beta1.StarAssetResponse - (*UnstarAssetRequest)(nil), // 52: odpf.compass.v1beta1.UnstarAssetRequest - (*UnstarAssetResponse)(nil), // 53: odpf.compass.v1beta1.UnstarAssetResponse - (*GetMyDiscussionsRequest)(nil), // 54: odpf.compass.v1beta1.GetMyDiscussionsRequest - (*GetMyDiscussionsResponse)(nil), // 55: odpf.compass.v1beta1.GetMyDiscussionsResponse - (*CreateTagAssetRequest)(nil), // 56: odpf.compass.v1beta1.CreateTagAssetRequest - (*CreateTagAssetResponse)(nil), // 57: odpf.compass.v1beta1.CreateTagAssetResponse - (*GetTagByAssetAndTemplateRequest)(nil), // 58: odpf.compass.v1beta1.GetTagByAssetAndTemplateRequest - (*GetTagByAssetAndTemplateResponse)(nil), // 59: odpf.compass.v1beta1.GetTagByAssetAndTemplateResponse - (*UpdateTagAssetRequest)(nil), // 60: odpf.compass.v1beta1.UpdateTagAssetRequest - (*UpdateTagAssetResponse)(nil), // 61: odpf.compass.v1beta1.UpdateTagAssetResponse - (*DeleteTagAssetRequest)(nil), // 62: odpf.compass.v1beta1.DeleteTagAssetRequest - (*DeleteTagAssetResponse)(nil), // 63: odpf.compass.v1beta1.DeleteTagAssetResponse - (*GetAllTagsByAssetRequest)(nil), // 64: odpf.compass.v1beta1.GetAllTagsByAssetRequest - (*GetAllTagsByAssetResponse)(nil), // 65: odpf.compass.v1beta1.GetAllTagsByAssetResponse - (*GetAllTagTemplatesRequest)(nil), // 66: odpf.compass.v1beta1.GetAllTagTemplatesRequest - (*GetAllTagTemplatesResponse)(nil), // 67: odpf.compass.v1beta1.GetAllTagTemplatesResponse - (*CreateTagTemplateRequest)(nil), // 68: odpf.compass.v1beta1.CreateTagTemplateRequest - (*CreateTagTemplateResponse)(nil), // 69: odpf.compass.v1beta1.CreateTagTemplateResponse - (*GetTagTemplateRequest)(nil), // 70: odpf.compass.v1beta1.GetTagTemplateRequest - (*GetTagTemplateResponse)(nil), // 71: odpf.compass.v1beta1.GetTagTemplateResponse - (*UpdateTagTemplateRequest)(nil), // 72: odpf.compass.v1beta1.UpdateTagTemplateRequest - (*UpdateTagTemplateResponse)(nil), // 73: odpf.compass.v1beta1.UpdateTagTemplateResponse - (*DeleteTagTemplateRequest)(nil), // 74: odpf.compass.v1beta1.DeleteTagTemplateRequest - (*DeleteTagTemplateResponse)(nil), // 75: odpf.compass.v1beta1.DeleteTagTemplateResponse - (*CreateNamespaceRequest)(nil), // 76: odpf.compass.v1beta1.CreateNamespaceRequest - (*CreateNamespaceResponse)(nil), // 77: odpf.compass.v1beta1.CreateNamespaceResponse - (*GetNamespaceRequest)(nil), // 78: odpf.compass.v1beta1.GetNamespaceRequest - (*GetNamespaceResponse)(nil), // 79: odpf.compass.v1beta1.GetNamespaceResponse - (*UpdateNamespaceRequest)(nil), // 80: odpf.compass.v1beta1.UpdateNamespaceRequest - (*UpdateNamespaceResponse)(nil), // 81: odpf.compass.v1beta1.UpdateNamespaceResponse - (*ListNamespacesRequest)(nil), // 82: odpf.compass.v1beta1.ListNamespacesRequest - (*ListNamespacesResponse)(nil), // 83: odpf.compass.v1beta1.ListNamespacesResponse - (*User)(nil), // 84: odpf.compass.v1beta1.User - (*Change)(nil), // 85: odpf.compass.v1beta1.Change - (*Asset)(nil), // 86: odpf.compass.v1beta1.Asset - (*Probe)(nil), // 87: odpf.compass.v1beta1.Probe - (*Discussion)(nil), // 88: odpf.compass.v1beta1.Discussion - (*Comment)(nil), // 89: odpf.compass.v1beta1.Comment - (*LineageEdge)(nil), // 90: odpf.compass.v1beta1.LineageEdge - (*LineageNode)(nil), // 91: odpf.compass.v1beta1.LineageNode - (*Tag)(nil), // 92: odpf.compass.v1beta1.Tag - (*TagValue)(nil), // 93: odpf.compass.v1beta1.TagValue - (*TagTemplate)(nil), // 94: odpf.compass.v1beta1.TagTemplate - (*TagTemplateField)(nil), // 95: odpf.compass.v1beta1.TagTemplateField - (*Type)(nil), // 96: odpf.compass.v1beta1.Type - (*Namespace)(nil), // 97: odpf.compass.v1beta1.Namespace - nil, // 98: odpf.compass.v1beta1.SearchAssetsRequest.FilterEntry - nil, // 99: odpf.compass.v1beta1.SearchAssetsRequest.QueryEntry - (*GetGraphResponse_ProbesInfo)(nil), // 100: odpf.compass.v1beta1.GetGraphResponse.ProbesInfo - (*GetGraphResponse_NodeAttributes)(nil), // 101: odpf.compass.v1beta1.GetGraphResponse.NodeAttributes - nil, // 102: odpf.compass.v1beta1.GetGraphResponse.NodeAttrsEntry - nil, // 103: odpf.compass.v1beta1.GetAllTypesRequest.DataEntry - nil, // 104: odpf.compass.v1beta1.GetAllAssetsRequest.DataEntry - (*UpsertAssetRequest_Asset)(nil), // 105: odpf.compass.v1beta1.UpsertAssetRequest.Asset - nil, // 106: odpf.compass.v1beta1.UpsertAssetRequest.Asset.LabelsEntry - (*UpsertPatchAssetRequest_Asset)(nil), // 107: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset - nil, // 108: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.LabelsEntry - (*CreateAssetProbeRequest_Probe)(nil), // 109: odpf.compass.v1beta1.CreateAssetProbeRequest.Probe - nil, // 110: odpf.compass.v1beta1.Asset.LabelsEntry + return file_raystack_compass_v1beta1_service_proto_rawDescData +} + +var file_raystack_compass_v1beta1_service_proto_msgTypes = make([]protoimpl.MessageInfo, 111) +var file_raystack_compass_v1beta1_service_proto_goTypes = []interface{}{ + (*GetAllDiscussionsRequest)(nil), // 0: raystack.compass.v1beta1.GetAllDiscussionsRequest + (*GetAllDiscussionsResponse)(nil), // 1: raystack.compass.v1beta1.GetAllDiscussionsResponse + (*CreateDiscussionRequest)(nil), // 2: raystack.compass.v1beta1.CreateDiscussionRequest + (*CreateDiscussionResponse)(nil), // 3: raystack.compass.v1beta1.CreateDiscussionResponse + (*GetDiscussionRequest)(nil), // 4: raystack.compass.v1beta1.GetDiscussionRequest + (*GetDiscussionResponse)(nil), // 5: raystack.compass.v1beta1.GetDiscussionResponse + (*PatchDiscussionRequest)(nil), // 6: raystack.compass.v1beta1.PatchDiscussionRequest + (*CreateCommentRequest)(nil), // 7: raystack.compass.v1beta1.CreateCommentRequest + (*PatchDiscussionResponse)(nil), // 8: raystack.compass.v1beta1.PatchDiscussionResponse + (*CreateCommentResponse)(nil), // 9: raystack.compass.v1beta1.CreateCommentResponse + (*GetAllCommentsRequest)(nil), // 10: raystack.compass.v1beta1.GetAllCommentsRequest + (*GetAllCommentsResponse)(nil), // 11: raystack.compass.v1beta1.GetAllCommentsResponse + (*GetCommentRequest)(nil), // 12: raystack.compass.v1beta1.GetCommentRequest + (*GetCommentResponse)(nil), // 13: raystack.compass.v1beta1.GetCommentResponse + (*UpdateCommentRequest)(nil), // 14: raystack.compass.v1beta1.UpdateCommentRequest + (*UpdateCommentResponse)(nil), // 15: raystack.compass.v1beta1.UpdateCommentResponse + (*DeleteCommentRequest)(nil), // 16: raystack.compass.v1beta1.DeleteCommentRequest + (*DeleteCommentResponse)(nil), // 17: raystack.compass.v1beta1.DeleteCommentResponse + (*SearchAssetsRequest)(nil), // 18: raystack.compass.v1beta1.SearchAssetsRequest + (*SearchAssetsResponse)(nil), // 19: raystack.compass.v1beta1.SearchAssetsResponse + (*SuggestAssetsRequest)(nil), // 20: raystack.compass.v1beta1.SuggestAssetsRequest + (*SuggestAssetsResponse)(nil), // 21: raystack.compass.v1beta1.SuggestAssetsResponse + (*GetGraphRequest)(nil), // 22: raystack.compass.v1beta1.GetGraphRequest + (*GetGraphResponse)(nil), // 23: raystack.compass.v1beta1.GetGraphResponse + (*GetAllTypesRequest)(nil), // 24: raystack.compass.v1beta1.GetAllTypesRequest + (*GetAllTypesResponse)(nil), // 25: raystack.compass.v1beta1.GetAllTypesResponse + (*GetAllAssetsRequest)(nil), // 26: raystack.compass.v1beta1.GetAllAssetsRequest + (*GetAllAssetsResponse)(nil), // 27: raystack.compass.v1beta1.GetAllAssetsResponse + (*GetAssetByIDRequest)(nil), // 28: raystack.compass.v1beta1.GetAssetByIDRequest + (*GetAssetByIDResponse)(nil), // 29: raystack.compass.v1beta1.GetAssetByIDResponse + (*UpsertAssetRequest)(nil), // 30: raystack.compass.v1beta1.UpsertAssetRequest + (*UpsertAssetResponse)(nil), // 31: raystack.compass.v1beta1.UpsertAssetResponse + (*UpsertPatchAssetRequest)(nil), // 32: raystack.compass.v1beta1.UpsertPatchAssetRequest + (*UpsertPatchAssetResponse)(nil), // 33: raystack.compass.v1beta1.UpsertPatchAssetResponse + (*DeleteAssetRequest)(nil), // 34: raystack.compass.v1beta1.DeleteAssetRequest + (*DeleteAssetResponse)(nil), // 35: raystack.compass.v1beta1.DeleteAssetResponse + (*GetAssetStargazersRequest)(nil), // 36: raystack.compass.v1beta1.GetAssetStargazersRequest + (*GetAssetStargazersResponse)(nil), // 37: raystack.compass.v1beta1.GetAssetStargazersResponse + (*GetAssetVersionHistoryRequest)(nil), // 38: raystack.compass.v1beta1.GetAssetVersionHistoryRequest + (*GetAssetVersionHistoryResponse)(nil), // 39: raystack.compass.v1beta1.GetAssetVersionHistoryResponse + (*GetAssetByVersionRequest)(nil), // 40: raystack.compass.v1beta1.GetAssetByVersionRequest + (*GetAssetByVersionResponse)(nil), // 41: raystack.compass.v1beta1.GetAssetByVersionResponse + (*CreateAssetProbeRequest)(nil), // 42: raystack.compass.v1beta1.CreateAssetProbeRequest + (*CreateAssetProbeResponse)(nil), // 43: raystack.compass.v1beta1.CreateAssetProbeResponse + (*GetUserStarredAssetsRequest)(nil), // 44: raystack.compass.v1beta1.GetUserStarredAssetsRequest + (*GetUserStarredAssetsResponse)(nil), // 45: raystack.compass.v1beta1.GetUserStarredAssetsResponse + (*GetMyStarredAssetsRequest)(nil), // 46: raystack.compass.v1beta1.GetMyStarredAssetsRequest + (*GetMyStarredAssetsResponse)(nil), // 47: raystack.compass.v1beta1.GetMyStarredAssetsResponse + (*GetMyStarredAssetRequest)(nil), // 48: raystack.compass.v1beta1.GetMyStarredAssetRequest + (*GetMyStarredAssetResponse)(nil), // 49: raystack.compass.v1beta1.GetMyStarredAssetResponse + (*StarAssetRequest)(nil), // 50: raystack.compass.v1beta1.StarAssetRequest + (*StarAssetResponse)(nil), // 51: raystack.compass.v1beta1.StarAssetResponse + (*UnstarAssetRequest)(nil), // 52: raystack.compass.v1beta1.UnstarAssetRequest + (*UnstarAssetResponse)(nil), // 53: raystack.compass.v1beta1.UnstarAssetResponse + (*GetMyDiscussionsRequest)(nil), // 54: raystack.compass.v1beta1.GetMyDiscussionsRequest + (*GetMyDiscussionsResponse)(nil), // 55: raystack.compass.v1beta1.GetMyDiscussionsResponse + (*CreateTagAssetRequest)(nil), // 56: raystack.compass.v1beta1.CreateTagAssetRequest + (*CreateTagAssetResponse)(nil), // 57: raystack.compass.v1beta1.CreateTagAssetResponse + (*GetTagByAssetAndTemplateRequest)(nil), // 58: raystack.compass.v1beta1.GetTagByAssetAndTemplateRequest + (*GetTagByAssetAndTemplateResponse)(nil), // 59: raystack.compass.v1beta1.GetTagByAssetAndTemplateResponse + (*UpdateTagAssetRequest)(nil), // 60: raystack.compass.v1beta1.UpdateTagAssetRequest + (*UpdateTagAssetResponse)(nil), // 61: raystack.compass.v1beta1.UpdateTagAssetResponse + (*DeleteTagAssetRequest)(nil), // 62: raystack.compass.v1beta1.DeleteTagAssetRequest + (*DeleteTagAssetResponse)(nil), // 63: raystack.compass.v1beta1.DeleteTagAssetResponse + (*GetAllTagsByAssetRequest)(nil), // 64: raystack.compass.v1beta1.GetAllTagsByAssetRequest + (*GetAllTagsByAssetResponse)(nil), // 65: raystack.compass.v1beta1.GetAllTagsByAssetResponse + (*GetAllTagTemplatesRequest)(nil), // 66: raystack.compass.v1beta1.GetAllTagTemplatesRequest + (*GetAllTagTemplatesResponse)(nil), // 67: raystack.compass.v1beta1.GetAllTagTemplatesResponse + (*CreateTagTemplateRequest)(nil), // 68: raystack.compass.v1beta1.CreateTagTemplateRequest + (*CreateTagTemplateResponse)(nil), // 69: raystack.compass.v1beta1.CreateTagTemplateResponse + (*GetTagTemplateRequest)(nil), // 70: raystack.compass.v1beta1.GetTagTemplateRequest + (*GetTagTemplateResponse)(nil), // 71: raystack.compass.v1beta1.GetTagTemplateResponse + (*UpdateTagTemplateRequest)(nil), // 72: raystack.compass.v1beta1.UpdateTagTemplateRequest + (*UpdateTagTemplateResponse)(nil), // 73: raystack.compass.v1beta1.UpdateTagTemplateResponse + (*DeleteTagTemplateRequest)(nil), // 74: raystack.compass.v1beta1.DeleteTagTemplateRequest + (*DeleteTagTemplateResponse)(nil), // 75: raystack.compass.v1beta1.DeleteTagTemplateResponse + (*CreateNamespaceRequest)(nil), // 76: raystack.compass.v1beta1.CreateNamespaceRequest + (*CreateNamespaceResponse)(nil), // 77: raystack.compass.v1beta1.CreateNamespaceResponse + (*GetNamespaceRequest)(nil), // 78: raystack.compass.v1beta1.GetNamespaceRequest + (*GetNamespaceResponse)(nil), // 79: raystack.compass.v1beta1.GetNamespaceResponse + (*UpdateNamespaceRequest)(nil), // 80: raystack.compass.v1beta1.UpdateNamespaceRequest + (*UpdateNamespaceResponse)(nil), // 81: raystack.compass.v1beta1.UpdateNamespaceResponse + (*ListNamespacesRequest)(nil), // 82: raystack.compass.v1beta1.ListNamespacesRequest + (*ListNamespacesResponse)(nil), // 83: raystack.compass.v1beta1.ListNamespacesResponse + (*User)(nil), // 84: raystack.compass.v1beta1.User + (*Change)(nil), // 85: raystack.compass.v1beta1.Change + (*Asset)(nil), // 86: raystack.compass.v1beta1.Asset + (*Probe)(nil), // 87: raystack.compass.v1beta1.Probe + (*Discussion)(nil), // 88: raystack.compass.v1beta1.Discussion + (*Comment)(nil), // 89: raystack.compass.v1beta1.Comment + (*LineageEdge)(nil), // 90: raystack.compass.v1beta1.LineageEdge + (*LineageNode)(nil), // 91: raystack.compass.v1beta1.LineageNode + (*Tag)(nil), // 92: raystack.compass.v1beta1.Tag + (*TagValue)(nil), // 93: raystack.compass.v1beta1.TagValue + (*TagTemplate)(nil), // 94: raystack.compass.v1beta1.TagTemplate + (*TagTemplateField)(nil), // 95: raystack.compass.v1beta1.TagTemplateField + (*Type)(nil), // 96: raystack.compass.v1beta1.Type + (*Namespace)(nil), // 97: raystack.compass.v1beta1.Namespace + nil, // 98: raystack.compass.v1beta1.SearchAssetsRequest.FilterEntry + nil, // 99: raystack.compass.v1beta1.SearchAssetsRequest.QueryEntry + (*GetGraphResponse_ProbesInfo)(nil), // 100: raystack.compass.v1beta1.GetGraphResponse.ProbesInfo + (*GetGraphResponse_NodeAttributes)(nil), // 101: raystack.compass.v1beta1.GetGraphResponse.NodeAttributes + nil, // 102: raystack.compass.v1beta1.GetGraphResponse.NodeAttrsEntry + nil, // 103: raystack.compass.v1beta1.GetAllTypesRequest.DataEntry + nil, // 104: raystack.compass.v1beta1.GetAllAssetsRequest.DataEntry + (*UpsertAssetRequest_Asset)(nil), // 105: raystack.compass.v1beta1.UpsertAssetRequest.Asset + nil, // 106: raystack.compass.v1beta1.UpsertAssetRequest.Asset.LabelsEntry + (*UpsertPatchAssetRequest_Asset)(nil), // 107: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset + nil, // 108: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.LabelsEntry + (*CreateAssetProbeRequest_Probe)(nil), // 109: raystack.compass.v1beta1.CreateAssetProbeRequest.Probe + nil, // 110: raystack.compass.v1beta1.Asset.LabelsEntry (*structpb.Struct)(nil), // 111: google.protobuf.Struct (*timestamppb.Timestamp)(nil), // 112: google.protobuf.Timestamp (*structpb.Value)(nil), // 113: google.protobuf.Value (*wrapperspb.StringValue)(nil), // 114: google.protobuf.StringValue } -var file_odpf_compass_v1beta1_service_proto_depIdxs = []int32{ - 88, // 0: odpf.compass.v1beta1.GetAllDiscussionsResponse.data:type_name -> odpf.compass.v1beta1.Discussion - 88, // 1: odpf.compass.v1beta1.GetDiscussionResponse.data:type_name -> odpf.compass.v1beta1.Discussion - 89, // 2: odpf.compass.v1beta1.GetAllCommentsResponse.data:type_name -> odpf.compass.v1beta1.Comment - 89, // 3: odpf.compass.v1beta1.GetCommentResponse.data:type_name -> odpf.compass.v1beta1.Comment - 98, // 4: odpf.compass.v1beta1.SearchAssetsRequest.filter:type_name -> odpf.compass.v1beta1.SearchAssetsRequest.FilterEntry - 99, // 5: odpf.compass.v1beta1.SearchAssetsRequest.query:type_name -> odpf.compass.v1beta1.SearchAssetsRequest.QueryEntry - 86, // 6: odpf.compass.v1beta1.SearchAssetsResponse.data:type_name -> odpf.compass.v1beta1.Asset - 90, // 7: odpf.compass.v1beta1.GetGraphResponse.data:type_name -> odpf.compass.v1beta1.LineageEdge - 102, // 8: odpf.compass.v1beta1.GetGraphResponse.node_attrs:type_name -> odpf.compass.v1beta1.GetGraphResponse.NodeAttrsEntry - 103, // 9: odpf.compass.v1beta1.GetAllTypesRequest.data:type_name -> odpf.compass.v1beta1.GetAllTypesRequest.DataEntry - 96, // 10: odpf.compass.v1beta1.GetAllTypesResponse.data:type_name -> odpf.compass.v1beta1.Type - 104, // 11: odpf.compass.v1beta1.GetAllAssetsRequest.data:type_name -> odpf.compass.v1beta1.GetAllAssetsRequest.DataEntry - 86, // 12: odpf.compass.v1beta1.GetAllAssetsResponse.data:type_name -> odpf.compass.v1beta1.Asset - 86, // 13: odpf.compass.v1beta1.GetAssetByIDResponse.data:type_name -> odpf.compass.v1beta1.Asset - 105, // 14: odpf.compass.v1beta1.UpsertAssetRequest.asset:type_name -> odpf.compass.v1beta1.UpsertAssetRequest.Asset - 91, // 15: odpf.compass.v1beta1.UpsertAssetRequest.upstreams:type_name -> odpf.compass.v1beta1.LineageNode - 91, // 16: odpf.compass.v1beta1.UpsertAssetRequest.downstreams:type_name -> odpf.compass.v1beta1.LineageNode - 107, // 17: odpf.compass.v1beta1.UpsertPatchAssetRequest.asset:type_name -> odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset - 91, // 18: odpf.compass.v1beta1.UpsertPatchAssetRequest.upstreams:type_name -> odpf.compass.v1beta1.LineageNode - 91, // 19: odpf.compass.v1beta1.UpsertPatchAssetRequest.downstreams:type_name -> odpf.compass.v1beta1.LineageNode - 84, // 20: odpf.compass.v1beta1.GetAssetStargazersResponse.data:type_name -> odpf.compass.v1beta1.User - 86, // 21: odpf.compass.v1beta1.GetAssetVersionHistoryResponse.data:type_name -> odpf.compass.v1beta1.Asset - 86, // 22: odpf.compass.v1beta1.GetAssetByVersionResponse.data:type_name -> odpf.compass.v1beta1.Asset - 109, // 23: odpf.compass.v1beta1.CreateAssetProbeRequest.probe:type_name -> odpf.compass.v1beta1.CreateAssetProbeRequest.Probe - 86, // 24: odpf.compass.v1beta1.GetUserStarredAssetsResponse.data:type_name -> odpf.compass.v1beta1.Asset - 86, // 25: odpf.compass.v1beta1.GetMyStarredAssetsResponse.data:type_name -> odpf.compass.v1beta1.Asset - 86, // 26: odpf.compass.v1beta1.GetMyStarredAssetResponse.data:type_name -> odpf.compass.v1beta1.Asset - 88, // 27: odpf.compass.v1beta1.GetMyDiscussionsResponse.data:type_name -> odpf.compass.v1beta1.Discussion - 93, // 28: odpf.compass.v1beta1.CreateTagAssetRequest.tag_values:type_name -> odpf.compass.v1beta1.TagValue - 92, // 29: odpf.compass.v1beta1.CreateTagAssetResponse.data:type_name -> odpf.compass.v1beta1.Tag - 92, // 30: odpf.compass.v1beta1.GetTagByAssetAndTemplateResponse.data:type_name -> odpf.compass.v1beta1.Tag - 93, // 31: odpf.compass.v1beta1.UpdateTagAssetRequest.tag_values:type_name -> odpf.compass.v1beta1.TagValue - 92, // 32: odpf.compass.v1beta1.UpdateTagAssetResponse.data:type_name -> odpf.compass.v1beta1.Tag - 92, // 33: odpf.compass.v1beta1.GetAllTagsByAssetResponse.data:type_name -> odpf.compass.v1beta1.Tag - 94, // 34: odpf.compass.v1beta1.GetAllTagTemplatesResponse.data:type_name -> odpf.compass.v1beta1.TagTemplate - 95, // 35: odpf.compass.v1beta1.CreateTagTemplateRequest.fields:type_name -> odpf.compass.v1beta1.TagTemplateField - 94, // 36: odpf.compass.v1beta1.CreateTagTemplateResponse.data:type_name -> odpf.compass.v1beta1.TagTemplate - 94, // 37: odpf.compass.v1beta1.GetTagTemplateResponse.data:type_name -> odpf.compass.v1beta1.TagTemplate - 95, // 38: odpf.compass.v1beta1.UpdateTagTemplateRequest.fields:type_name -> odpf.compass.v1beta1.TagTemplateField - 94, // 39: odpf.compass.v1beta1.UpdateTagTemplateResponse.data:type_name -> odpf.compass.v1beta1.TagTemplate - 111, // 40: odpf.compass.v1beta1.CreateNamespaceRequest.metadata:type_name -> google.protobuf.Struct - 97, // 41: odpf.compass.v1beta1.GetNamespaceResponse.namespace:type_name -> odpf.compass.v1beta1.Namespace - 111, // 42: odpf.compass.v1beta1.UpdateNamespaceRequest.metadata:type_name -> google.protobuf.Struct - 97, // 43: odpf.compass.v1beta1.ListNamespacesResponse.namespaces:type_name -> odpf.compass.v1beta1.Namespace - 112, // 44: odpf.compass.v1beta1.User.created_at:type_name -> google.protobuf.Timestamp - 112, // 45: odpf.compass.v1beta1.User.updated_at:type_name -> google.protobuf.Timestamp - 113, // 46: odpf.compass.v1beta1.Change.from:type_name -> google.protobuf.Value - 113, // 47: odpf.compass.v1beta1.Change.to:type_name -> google.protobuf.Value - 111, // 48: odpf.compass.v1beta1.Asset.data:type_name -> google.protobuf.Struct - 110, // 49: odpf.compass.v1beta1.Asset.labels:type_name -> odpf.compass.v1beta1.Asset.LabelsEntry - 84, // 50: odpf.compass.v1beta1.Asset.owners:type_name -> odpf.compass.v1beta1.User - 84, // 51: odpf.compass.v1beta1.Asset.updated_by:type_name -> odpf.compass.v1beta1.User - 85, // 52: odpf.compass.v1beta1.Asset.changelog:type_name -> odpf.compass.v1beta1.Change - 112, // 53: odpf.compass.v1beta1.Asset.created_at:type_name -> google.protobuf.Timestamp - 112, // 54: odpf.compass.v1beta1.Asset.updated_at:type_name -> google.protobuf.Timestamp - 87, // 55: odpf.compass.v1beta1.Asset.probes:type_name -> odpf.compass.v1beta1.Probe - 111, // 56: odpf.compass.v1beta1.Probe.metadata:type_name -> google.protobuf.Struct - 112, // 57: odpf.compass.v1beta1.Probe.timestamp:type_name -> google.protobuf.Timestamp - 112, // 58: odpf.compass.v1beta1.Probe.created_at:type_name -> google.protobuf.Timestamp - 84, // 59: odpf.compass.v1beta1.Discussion.owner:type_name -> odpf.compass.v1beta1.User - 112, // 60: odpf.compass.v1beta1.Discussion.created_at:type_name -> google.protobuf.Timestamp - 112, // 61: odpf.compass.v1beta1.Discussion.updated_at:type_name -> google.protobuf.Timestamp - 84, // 62: odpf.compass.v1beta1.Comment.owner:type_name -> odpf.compass.v1beta1.User - 84, // 63: odpf.compass.v1beta1.Comment.updated_by:type_name -> odpf.compass.v1beta1.User - 112, // 64: odpf.compass.v1beta1.Comment.created_at:type_name -> google.protobuf.Timestamp - 112, // 65: odpf.compass.v1beta1.Comment.updated_at:type_name -> google.protobuf.Timestamp - 111, // 66: odpf.compass.v1beta1.LineageEdge.prop:type_name -> google.protobuf.Struct - 93, // 67: odpf.compass.v1beta1.Tag.tag_values:type_name -> odpf.compass.v1beta1.TagValue - 113, // 68: odpf.compass.v1beta1.TagValue.field_value:type_name -> google.protobuf.Value - 112, // 69: odpf.compass.v1beta1.TagValue.created_at:type_name -> google.protobuf.Timestamp - 112, // 70: odpf.compass.v1beta1.TagValue.updated_at:type_name -> google.protobuf.Timestamp - 95, // 71: odpf.compass.v1beta1.TagTemplate.fields:type_name -> odpf.compass.v1beta1.TagTemplateField - 112, // 72: odpf.compass.v1beta1.TagTemplate.created_at:type_name -> google.protobuf.Timestamp - 112, // 73: odpf.compass.v1beta1.TagTemplate.updated_at:type_name -> google.protobuf.Timestamp - 112, // 74: odpf.compass.v1beta1.TagTemplateField.created_at:type_name -> google.protobuf.Timestamp - 112, // 75: odpf.compass.v1beta1.TagTemplateField.updated_at:type_name -> google.protobuf.Timestamp - 111, // 76: odpf.compass.v1beta1.Namespace.metadata:type_name -> google.protobuf.Struct - 87, // 77: odpf.compass.v1beta1.GetGraphResponse.ProbesInfo.latest:type_name -> odpf.compass.v1beta1.Probe - 100, // 78: odpf.compass.v1beta1.GetGraphResponse.NodeAttributes.probes:type_name -> odpf.compass.v1beta1.GetGraphResponse.ProbesInfo - 101, // 79: odpf.compass.v1beta1.GetGraphResponse.NodeAttrsEntry.value:type_name -> odpf.compass.v1beta1.GetGraphResponse.NodeAttributes - 111, // 80: odpf.compass.v1beta1.UpsertAssetRequest.Asset.data:type_name -> google.protobuf.Struct - 106, // 81: odpf.compass.v1beta1.UpsertAssetRequest.Asset.labels:type_name -> odpf.compass.v1beta1.UpsertAssetRequest.Asset.LabelsEntry - 84, // 82: odpf.compass.v1beta1.UpsertAssetRequest.Asset.owners:type_name -> odpf.compass.v1beta1.User - 114, // 83: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.name:type_name -> google.protobuf.StringValue - 114, // 84: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.description:type_name -> google.protobuf.StringValue - 111, // 85: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.data:type_name -> google.protobuf.Struct - 108, // 86: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.labels:type_name -> odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.LabelsEntry - 84, // 87: odpf.compass.v1beta1.UpsertPatchAssetRequest.Asset.owners:type_name -> odpf.compass.v1beta1.User - 111, // 88: odpf.compass.v1beta1.CreateAssetProbeRequest.Probe.metadata:type_name -> google.protobuf.Struct - 112, // 89: odpf.compass.v1beta1.CreateAssetProbeRequest.Probe.timestamp:type_name -> google.protobuf.Timestamp - 0, // 90: odpf.compass.v1beta1.CompassService.GetAllDiscussions:input_type -> odpf.compass.v1beta1.GetAllDiscussionsRequest - 2, // 91: odpf.compass.v1beta1.CompassService.CreateDiscussion:input_type -> odpf.compass.v1beta1.CreateDiscussionRequest - 4, // 92: odpf.compass.v1beta1.CompassService.GetDiscussion:input_type -> odpf.compass.v1beta1.GetDiscussionRequest - 6, // 93: odpf.compass.v1beta1.CompassService.PatchDiscussion:input_type -> odpf.compass.v1beta1.PatchDiscussionRequest - 7, // 94: odpf.compass.v1beta1.CompassService.CreateComment:input_type -> odpf.compass.v1beta1.CreateCommentRequest - 10, // 95: odpf.compass.v1beta1.CompassService.GetAllComments:input_type -> odpf.compass.v1beta1.GetAllCommentsRequest - 12, // 96: odpf.compass.v1beta1.CompassService.GetComment:input_type -> odpf.compass.v1beta1.GetCommentRequest - 14, // 97: odpf.compass.v1beta1.CompassService.UpdateComment:input_type -> odpf.compass.v1beta1.UpdateCommentRequest - 16, // 98: odpf.compass.v1beta1.CompassService.DeleteComment:input_type -> odpf.compass.v1beta1.DeleteCommentRequest - 18, // 99: odpf.compass.v1beta1.CompassService.SearchAssets:input_type -> odpf.compass.v1beta1.SearchAssetsRequest - 20, // 100: odpf.compass.v1beta1.CompassService.SuggestAssets:input_type -> odpf.compass.v1beta1.SuggestAssetsRequest - 22, // 101: odpf.compass.v1beta1.CompassService.GetGraph:input_type -> odpf.compass.v1beta1.GetGraphRequest - 24, // 102: odpf.compass.v1beta1.CompassService.GetAllTypes:input_type -> odpf.compass.v1beta1.GetAllTypesRequest - 26, // 103: odpf.compass.v1beta1.CompassService.GetAllAssets:input_type -> odpf.compass.v1beta1.GetAllAssetsRequest - 28, // 104: odpf.compass.v1beta1.CompassService.GetAssetByID:input_type -> odpf.compass.v1beta1.GetAssetByIDRequest - 30, // 105: odpf.compass.v1beta1.CompassService.UpsertAsset:input_type -> odpf.compass.v1beta1.UpsertAssetRequest - 32, // 106: odpf.compass.v1beta1.CompassService.UpsertPatchAsset:input_type -> odpf.compass.v1beta1.UpsertPatchAssetRequest - 34, // 107: odpf.compass.v1beta1.CompassService.DeleteAsset:input_type -> odpf.compass.v1beta1.DeleteAssetRequest - 36, // 108: odpf.compass.v1beta1.CompassService.GetAssetStargazers:input_type -> odpf.compass.v1beta1.GetAssetStargazersRequest - 38, // 109: odpf.compass.v1beta1.CompassService.GetAssetVersionHistory:input_type -> odpf.compass.v1beta1.GetAssetVersionHistoryRequest - 40, // 110: odpf.compass.v1beta1.CompassService.GetAssetByVersion:input_type -> odpf.compass.v1beta1.GetAssetByVersionRequest - 42, // 111: odpf.compass.v1beta1.CompassService.CreateAssetProbe:input_type -> odpf.compass.v1beta1.CreateAssetProbeRequest - 44, // 112: odpf.compass.v1beta1.CompassService.GetUserStarredAssets:input_type -> odpf.compass.v1beta1.GetUserStarredAssetsRequest - 46, // 113: odpf.compass.v1beta1.CompassService.GetMyStarredAssets:input_type -> odpf.compass.v1beta1.GetMyStarredAssetsRequest - 48, // 114: odpf.compass.v1beta1.CompassService.GetMyStarredAsset:input_type -> odpf.compass.v1beta1.GetMyStarredAssetRequest - 50, // 115: odpf.compass.v1beta1.CompassService.StarAsset:input_type -> odpf.compass.v1beta1.StarAssetRequest - 52, // 116: odpf.compass.v1beta1.CompassService.UnstarAsset:input_type -> odpf.compass.v1beta1.UnstarAssetRequest - 54, // 117: odpf.compass.v1beta1.CompassService.GetMyDiscussions:input_type -> odpf.compass.v1beta1.GetMyDiscussionsRequest - 56, // 118: odpf.compass.v1beta1.CompassService.CreateTagAsset:input_type -> odpf.compass.v1beta1.CreateTagAssetRequest - 58, // 119: odpf.compass.v1beta1.CompassService.GetTagByAssetAndTemplate:input_type -> odpf.compass.v1beta1.GetTagByAssetAndTemplateRequest - 60, // 120: odpf.compass.v1beta1.CompassService.UpdateTagAsset:input_type -> odpf.compass.v1beta1.UpdateTagAssetRequest - 62, // 121: odpf.compass.v1beta1.CompassService.DeleteTagAsset:input_type -> odpf.compass.v1beta1.DeleteTagAssetRequest - 64, // 122: odpf.compass.v1beta1.CompassService.GetAllTagsByAsset:input_type -> odpf.compass.v1beta1.GetAllTagsByAssetRequest - 66, // 123: odpf.compass.v1beta1.CompassService.GetAllTagTemplates:input_type -> odpf.compass.v1beta1.GetAllTagTemplatesRequest - 68, // 124: odpf.compass.v1beta1.CompassService.CreateTagTemplate:input_type -> odpf.compass.v1beta1.CreateTagTemplateRequest - 70, // 125: odpf.compass.v1beta1.CompassService.GetTagTemplate:input_type -> odpf.compass.v1beta1.GetTagTemplateRequest - 72, // 126: odpf.compass.v1beta1.CompassService.UpdateTagTemplate:input_type -> odpf.compass.v1beta1.UpdateTagTemplateRequest - 74, // 127: odpf.compass.v1beta1.CompassService.DeleteTagTemplate:input_type -> odpf.compass.v1beta1.DeleteTagTemplateRequest - 76, // 128: odpf.compass.v1beta1.CompassService.CreateNamespace:input_type -> odpf.compass.v1beta1.CreateNamespaceRequest - 78, // 129: odpf.compass.v1beta1.CompassService.GetNamespace:input_type -> odpf.compass.v1beta1.GetNamespaceRequest - 80, // 130: odpf.compass.v1beta1.CompassService.UpdateNamespace:input_type -> odpf.compass.v1beta1.UpdateNamespaceRequest - 82, // 131: odpf.compass.v1beta1.CompassService.ListNamespaces:input_type -> odpf.compass.v1beta1.ListNamespacesRequest - 1, // 132: odpf.compass.v1beta1.CompassService.GetAllDiscussions:output_type -> odpf.compass.v1beta1.GetAllDiscussionsResponse - 3, // 133: odpf.compass.v1beta1.CompassService.CreateDiscussion:output_type -> odpf.compass.v1beta1.CreateDiscussionResponse - 5, // 134: odpf.compass.v1beta1.CompassService.GetDiscussion:output_type -> odpf.compass.v1beta1.GetDiscussionResponse - 8, // 135: odpf.compass.v1beta1.CompassService.PatchDiscussion:output_type -> odpf.compass.v1beta1.PatchDiscussionResponse - 9, // 136: odpf.compass.v1beta1.CompassService.CreateComment:output_type -> odpf.compass.v1beta1.CreateCommentResponse - 11, // 137: odpf.compass.v1beta1.CompassService.GetAllComments:output_type -> odpf.compass.v1beta1.GetAllCommentsResponse - 13, // 138: odpf.compass.v1beta1.CompassService.GetComment:output_type -> odpf.compass.v1beta1.GetCommentResponse - 15, // 139: odpf.compass.v1beta1.CompassService.UpdateComment:output_type -> odpf.compass.v1beta1.UpdateCommentResponse - 17, // 140: odpf.compass.v1beta1.CompassService.DeleteComment:output_type -> odpf.compass.v1beta1.DeleteCommentResponse - 19, // 141: odpf.compass.v1beta1.CompassService.SearchAssets:output_type -> odpf.compass.v1beta1.SearchAssetsResponse - 21, // 142: odpf.compass.v1beta1.CompassService.SuggestAssets:output_type -> odpf.compass.v1beta1.SuggestAssetsResponse - 23, // 143: odpf.compass.v1beta1.CompassService.GetGraph:output_type -> odpf.compass.v1beta1.GetGraphResponse - 25, // 144: odpf.compass.v1beta1.CompassService.GetAllTypes:output_type -> odpf.compass.v1beta1.GetAllTypesResponse - 27, // 145: odpf.compass.v1beta1.CompassService.GetAllAssets:output_type -> odpf.compass.v1beta1.GetAllAssetsResponse - 29, // 146: odpf.compass.v1beta1.CompassService.GetAssetByID:output_type -> odpf.compass.v1beta1.GetAssetByIDResponse - 31, // 147: odpf.compass.v1beta1.CompassService.UpsertAsset:output_type -> odpf.compass.v1beta1.UpsertAssetResponse - 33, // 148: odpf.compass.v1beta1.CompassService.UpsertPatchAsset:output_type -> odpf.compass.v1beta1.UpsertPatchAssetResponse - 35, // 149: odpf.compass.v1beta1.CompassService.DeleteAsset:output_type -> odpf.compass.v1beta1.DeleteAssetResponse - 37, // 150: odpf.compass.v1beta1.CompassService.GetAssetStargazers:output_type -> odpf.compass.v1beta1.GetAssetStargazersResponse - 39, // 151: odpf.compass.v1beta1.CompassService.GetAssetVersionHistory:output_type -> odpf.compass.v1beta1.GetAssetVersionHistoryResponse - 41, // 152: odpf.compass.v1beta1.CompassService.GetAssetByVersion:output_type -> odpf.compass.v1beta1.GetAssetByVersionResponse - 43, // 153: odpf.compass.v1beta1.CompassService.CreateAssetProbe:output_type -> odpf.compass.v1beta1.CreateAssetProbeResponse - 45, // 154: odpf.compass.v1beta1.CompassService.GetUserStarredAssets:output_type -> odpf.compass.v1beta1.GetUserStarredAssetsResponse - 47, // 155: odpf.compass.v1beta1.CompassService.GetMyStarredAssets:output_type -> odpf.compass.v1beta1.GetMyStarredAssetsResponse - 49, // 156: odpf.compass.v1beta1.CompassService.GetMyStarredAsset:output_type -> odpf.compass.v1beta1.GetMyStarredAssetResponse - 51, // 157: odpf.compass.v1beta1.CompassService.StarAsset:output_type -> odpf.compass.v1beta1.StarAssetResponse - 53, // 158: odpf.compass.v1beta1.CompassService.UnstarAsset:output_type -> odpf.compass.v1beta1.UnstarAssetResponse - 55, // 159: odpf.compass.v1beta1.CompassService.GetMyDiscussions:output_type -> odpf.compass.v1beta1.GetMyDiscussionsResponse - 57, // 160: odpf.compass.v1beta1.CompassService.CreateTagAsset:output_type -> odpf.compass.v1beta1.CreateTagAssetResponse - 59, // 161: odpf.compass.v1beta1.CompassService.GetTagByAssetAndTemplate:output_type -> odpf.compass.v1beta1.GetTagByAssetAndTemplateResponse - 61, // 162: odpf.compass.v1beta1.CompassService.UpdateTagAsset:output_type -> odpf.compass.v1beta1.UpdateTagAssetResponse - 63, // 163: odpf.compass.v1beta1.CompassService.DeleteTagAsset:output_type -> odpf.compass.v1beta1.DeleteTagAssetResponse - 65, // 164: odpf.compass.v1beta1.CompassService.GetAllTagsByAsset:output_type -> odpf.compass.v1beta1.GetAllTagsByAssetResponse - 67, // 165: odpf.compass.v1beta1.CompassService.GetAllTagTemplates:output_type -> odpf.compass.v1beta1.GetAllTagTemplatesResponse - 69, // 166: odpf.compass.v1beta1.CompassService.CreateTagTemplate:output_type -> odpf.compass.v1beta1.CreateTagTemplateResponse - 71, // 167: odpf.compass.v1beta1.CompassService.GetTagTemplate:output_type -> odpf.compass.v1beta1.GetTagTemplateResponse - 73, // 168: odpf.compass.v1beta1.CompassService.UpdateTagTemplate:output_type -> odpf.compass.v1beta1.UpdateTagTemplateResponse - 75, // 169: odpf.compass.v1beta1.CompassService.DeleteTagTemplate:output_type -> odpf.compass.v1beta1.DeleteTagTemplateResponse - 77, // 170: odpf.compass.v1beta1.CompassService.CreateNamespace:output_type -> odpf.compass.v1beta1.CreateNamespaceResponse - 79, // 171: odpf.compass.v1beta1.CompassService.GetNamespace:output_type -> odpf.compass.v1beta1.GetNamespaceResponse - 81, // 172: odpf.compass.v1beta1.CompassService.UpdateNamespace:output_type -> odpf.compass.v1beta1.UpdateNamespaceResponse - 83, // 173: odpf.compass.v1beta1.CompassService.ListNamespaces:output_type -> odpf.compass.v1beta1.ListNamespacesResponse +var file_raystack_compass_v1beta1_service_proto_depIdxs = []int32{ + 88, // 0: raystack.compass.v1beta1.GetAllDiscussionsResponse.data:type_name -> raystack.compass.v1beta1.Discussion + 88, // 1: raystack.compass.v1beta1.GetDiscussionResponse.data:type_name -> raystack.compass.v1beta1.Discussion + 89, // 2: raystack.compass.v1beta1.GetAllCommentsResponse.data:type_name -> raystack.compass.v1beta1.Comment + 89, // 3: raystack.compass.v1beta1.GetCommentResponse.data:type_name -> raystack.compass.v1beta1.Comment + 98, // 4: raystack.compass.v1beta1.SearchAssetsRequest.filter:type_name -> raystack.compass.v1beta1.SearchAssetsRequest.FilterEntry + 99, // 5: raystack.compass.v1beta1.SearchAssetsRequest.query:type_name -> raystack.compass.v1beta1.SearchAssetsRequest.QueryEntry + 86, // 6: raystack.compass.v1beta1.SearchAssetsResponse.data:type_name -> raystack.compass.v1beta1.Asset + 90, // 7: raystack.compass.v1beta1.GetGraphResponse.data:type_name -> raystack.compass.v1beta1.LineageEdge + 102, // 8: raystack.compass.v1beta1.GetGraphResponse.node_attrs:type_name -> raystack.compass.v1beta1.GetGraphResponse.NodeAttrsEntry + 103, // 9: raystack.compass.v1beta1.GetAllTypesRequest.data:type_name -> raystack.compass.v1beta1.GetAllTypesRequest.DataEntry + 96, // 10: raystack.compass.v1beta1.GetAllTypesResponse.data:type_name -> raystack.compass.v1beta1.Type + 104, // 11: raystack.compass.v1beta1.GetAllAssetsRequest.data:type_name -> raystack.compass.v1beta1.GetAllAssetsRequest.DataEntry + 86, // 12: raystack.compass.v1beta1.GetAllAssetsResponse.data:type_name -> raystack.compass.v1beta1.Asset + 86, // 13: raystack.compass.v1beta1.GetAssetByIDResponse.data:type_name -> raystack.compass.v1beta1.Asset + 105, // 14: raystack.compass.v1beta1.UpsertAssetRequest.asset:type_name -> raystack.compass.v1beta1.UpsertAssetRequest.Asset + 91, // 15: raystack.compass.v1beta1.UpsertAssetRequest.upstreams:type_name -> raystack.compass.v1beta1.LineageNode + 91, // 16: raystack.compass.v1beta1.UpsertAssetRequest.downstreams:type_name -> raystack.compass.v1beta1.LineageNode + 107, // 17: raystack.compass.v1beta1.UpsertPatchAssetRequest.asset:type_name -> raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset + 91, // 18: raystack.compass.v1beta1.UpsertPatchAssetRequest.upstreams:type_name -> raystack.compass.v1beta1.LineageNode + 91, // 19: raystack.compass.v1beta1.UpsertPatchAssetRequest.downstreams:type_name -> raystack.compass.v1beta1.LineageNode + 84, // 20: raystack.compass.v1beta1.GetAssetStargazersResponse.data:type_name -> raystack.compass.v1beta1.User + 86, // 21: raystack.compass.v1beta1.GetAssetVersionHistoryResponse.data:type_name -> raystack.compass.v1beta1.Asset + 86, // 22: raystack.compass.v1beta1.GetAssetByVersionResponse.data:type_name -> raystack.compass.v1beta1.Asset + 109, // 23: raystack.compass.v1beta1.CreateAssetProbeRequest.probe:type_name -> raystack.compass.v1beta1.CreateAssetProbeRequest.Probe + 86, // 24: raystack.compass.v1beta1.GetUserStarredAssetsResponse.data:type_name -> raystack.compass.v1beta1.Asset + 86, // 25: raystack.compass.v1beta1.GetMyStarredAssetsResponse.data:type_name -> raystack.compass.v1beta1.Asset + 86, // 26: raystack.compass.v1beta1.GetMyStarredAssetResponse.data:type_name -> raystack.compass.v1beta1.Asset + 88, // 27: raystack.compass.v1beta1.GetMyDiscussionsResponse.data:type_name -> raystack.compass.v1beta1.Discussion + 93, // 28: raystack.compass.v1beta1.CreateTagAssetRequest.tag_values:type_name -> raystack.compass.v1beta1.TagValue + 92, // 29: raystack.compass.v1beta1.CreateTagAssetResponse.data:type_name -> raystack.compass.v1beta1.Tag + 92, // 30: raystack.compass.v1beta1.GetTagByAssetAndTemplateResponse.data:type_name -> raystack.compass.v1beta1.Tag + 93, // 31: raystack.compass.v1beta1.UpdateTagAssetRequest.tag_values:type_name -> raystack.compass.v1beta1.TagValue + 92, // 32: raystack.compass.v1beta1.UpdateTagAssetResponse.data:type_name -> raystack.compass.v1beta1.Tag + 92, // 33: raystack.compass.v1beta1.GetAllTagsByAssetResponse.data:type_name -> raystack.compass.v1beta1.Tag + 94, // 34: raystack.compass.v1beta1.GetAllTagTemplatesResponse.data:type_name -> raystack.compass.v1beta1.TagTemplate + 95, // 35: raystack.compass.v1beta1.CreateTagTemplateRequest.fields:type_name -> raystack.compass.v1beta1.TagTemplateField + 94, // 36: raystack.compass.v1beta1.CreateTagTemplateResponse.data:type_name -> raystack.compass.v1beta1.TagTemplate + 94, // 37: raystack.compass.v1beta1.GetTagTemplateResponse.data:type_name -> raystack.compass.v1beta1.TagTemplate + 95, // 38: raystack.compass.v1beta1.UpdateTagTemplateRequest.fields:type_name -> raystack.compass.v1beta1.TagTemplateField + 94, // 39: raystack.compass.v1beta1.UpdateTagTemplateResponse.data:type_name -> raystack.compass.v1beta1.TagTemplate + 111, // 40: raystack.compass.v1beta1.CreateNamespaceRequest.metadata:type_name -> google.protobuf.Struct + 97, // 41: raystack.compass.v1beta1.GetNamespaceResponse.namespace:type_name -> raystack.compass.v1beta1.Namespace + 111, // 42: raystack.compass.v1beta1.UpdateNamespaceRequest.metadata:type_name -> google.protobuf.Struct + 97, // 43: raystack.compass.v1beta1.ListNamespacesResponse.namespaces:type_name -> raystack.compass.v1beta1.Namespace + 112, // 44: raystack.compass.v1beta1.User.created_at:type_name -> google.protobuf.Timestamp + 112, // 45: raystack.compass.v1beta1.User.updated_at:type_name -> google.protobuf.Timestamp + 113, // 46: raystack.compass.v1beta1.Change.from:type_name -> google.protobuf.Value + 113, // 47: raystack.compass.v1beta1.Change.to:type_name -> google.protobuf.Value + 111, // 48: raystack.compass.v1beta1.Asset.data:type_name -> google.protobuf.Struct + 110, // 49: raystack.compass.v1beta1.Asset.labels:type_name -> raystack.compass.v1beta1.Asset.LabelsEntry + 84, // 50: raystack.compass.v1beta1.Asset.owners:type_name -> raystack.compass.v1beta1.User + 84, // 51: raystack.compass.v1beta1.Asset.updated_by:type_name -> raystack.compass.v1beta1.User + 85, // 52: raystack.compass.v1beta1.Asset.changelog:type_name -> raystack.compass.v1beta1.Change + 112, // 53: raystack.compass.v1beta1.Asset.created_at:type_name -> google.protobuf.Timestamp + 112, // 54: raystack.compass.v1beta1.Asset.updated_at:type_name -> google.protobuf.Timestamp + 87, // 55: raystack.compass.v1beta1.Asset.probes:type_name -> raystack.compass.v1beta1.Probe + 111, // 56: raystack.compass.v1beta1.Probe.metadata:type_name -> google.protobuf.Struct + 112, // 57: raystack.compass.v1beta1.Probe.timestamp:type_name -> google.protobuf.Timestamp + 112, // 58: raystack.compass.v1beta1.Probe.created_at:type_name -> google.protobuf.Timestamp + 84, // 59: raystack.compass.v1beta1.Discussion.owner:type_name -> raystack.compass.v1beta1.User + 112, // 60: raystack.compass.v1beta1.Discussion.created_at:type_name -> google.protobuf.Timestamp + 112, // 61: raystack.compass.v1beta1.Discussion.updated_at:type_name -> google.protobuf.Timestamp + 84, // 62: raystack.compass.v1beta1.Comment.owner:type_name -> raystack.compass.v1beta1.User + 84, // 63: raystack.compass.v1beta1.Comment.updated_by:type_name -> raystack.compass.v1beta1.User + 112, // 64: raystack.compass.v1beta1.Comment.created_at:type_name -> google.protobuf.Timestamp + 112, // 65: raystack.compass.v1beta1.Comment.updated_at:type_name -> google.protobuf.Timestamp + 111, // 66: raystack.compass.v1beta1.LineageEdge.prop:type_name -> google.protobuf.Struct + 93, // 67: raystack.compass.v1beta1.Tag.tag_values:type_name -> raystack.compass.v1beta1.TagValue + 113, // 68: raystack.compass.v1beta1.TagValue.field_value:type_name -> google.protobuf.Value + 112, // 69: raystack.compass.v1beta1.TagValue.created_at:type_name -> google.protobuf.Timestamp + 112, // 70: raystack.compass.v1beta1.TagValue.updated_at:type_name -> google.protobuf.Timestamp + 95, // 71: raystack.compass.v1beta1.TagTemplate.fields:type_name -> raystack.compass.v1beta1.TagTemplateField + 112, // 72: raystack.compass.v1beta1.TagTemplate.created_at:type_name -> google.protobuf.Timestamp + 112, // 73: raystack.compass.v1beta1.TagTemplate.updated_at:type_name -> google.protobuf.Timestamp + 112, // 74: raystack.compass.v1beta1.TagTemplateField.created_at:type_name -> google.protobuf.Timestamp + 112, // 75: raystack.compass.v1beta1.TagTemplateField.updated_at:type_name -> google.protobuf.Timestamp + 111, // 76: raystack.compass.v1beta1.Namespace.metadata:type_name -> google.protobuf.Struct + 87, // 77: raystack.compass.v1beta1.GetGraphResponse.ProbesInfo.latest:type_name -> raystack.compass.v1beta1.Probe + 100, // 78: raystack.compass.v1beta1.GetGraphResponse.NodeAttributes.probes:type_name -> raystack.compass.v1beta1.GetGraphResponse.ProbesInfo + 101, // 79: raystack.compass.v1beta1.GetGraphResponse.NodeAttrsEntry.value:type_name -> raystack.compass.v1beta1.GetGraphResponse.NodeAttributes + 111, // 80: raystack.compass.v1beta1.UpsertAssetRequest.Asset.data:type_name -> google.protobuf.Struct + 106, // 81: raystack.compass.v1beta1.UpsertAssetRequest.Asset.labels:type_name -> raystack.compass.v1beta1.UpsertAssetRequest.Asset.LabelsEntry + 84, // 82: raystack.compass.v1beta1.UpsertAssetRequest.Asset.owners:type_name -> raystack.compass.v1beta1.User + 114, // 83: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.name:type_name -> google.protobuf.StringValue + 114, // 84: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.description:type_name -> google.protobuf.StringValue + 111, // 85: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.data:type_name -> google.protobuf.Struct + 108, // 86: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.labels:type_name -> raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.LabelsEntry + 84, // 87: raystack.compass.v1beta1.UpsertPatchAssetRequest.Asset.owners:type_name -> raystack.compass.v1beta1.User + 111, // 88: raystack.compass.v1beta1.CreateAssetProbeRequest.Probe.metadata:type_name -> google.protobuf.Struct + 112, // 89: raystack.compass.v1beta1.CreateAssetProbeRequest.Probe.timestamp:type_name -> google.protobuf.Timestamp + 0, // 90: raystack.compass.v1beta1.CompassService.GetAllDiscussions:input_type -> raystack.compass.v1beta1.GetAllDiscussionsRequest + 2, // 91: raystack.compass.v1beta1.CompassService.CreateDiscussion:input_type -> raystack.compass.v1beta1.CreateDiscussionRequest + 4, // 92: raystack.compass.v1beta1.CompassService.GetDiscussion:input_type -> raystack.compass.v1beta1.GetDiscussionRequest + 6, // 93: raystack.compass.v1beta1.CompassService.PatchDiscussion:input_type -> raystack.compass.v1beta1.PatchDiscussionRequest + 7, // 94: raystack.compass.v1beta1.CompassService.CreateComment:input_type -> raystack.compass.v1beta1.CreateCommentRequest + 10, // 95: raystack.compass.v1beta1.CompassService.GetAllComments:input_type -> raystack.compass.v1beta1.GetAllCommentsRequest + 12, // 96: raystack.compass.v1beta1.CompassService.GetComment:input_type -> raystack.compass.v1beta1.GetCommentRequest + 14, // 97: raystack.compass.v1beta1.CompassService.UpdateComment:input_type -> raystack.compass.v1beta1.UpdateCommentRequest + 16, // 98: raystack.compass.v1beta1.CompassService.DeleteComment:input_type -> raystack.compass.v1beta1.DeleteCommentRequest + 18, // 99: raystack.compass.v1beta1.CompassService.SearchAssets:input_type -> raystack.compass.v1beta1.SearchAssetsRequest + 20, // 100: raystack.compass.v1beta1.CompassService.SuggestAssets:input_type -> raystack.compass.v1beta1.SuggestAssetsRequest + 22, // 101: raystack.compass.v1beta1.CompassService.GetGraph:input_type -> raystack.compass.v1beta1.GetGraphRequest + 24, // 102: raystack.compass.v1beta1.CompassService.GetAllTypes:input_type -> raystack.compass.v1beta1.GetAllTypesRequest + 26, // 103: raystack.compass.v1beta1.CompassService.GetAllAssets:input_type -> raystack.compass.v1beta1.GetAllAssetsRequest + 28, // 104: raystack.compass.v1beta1.CompassService.GetAssetByID:input_type -> raystack.compass.v1beta1.GetAssetByIDRequest + 30, // 105: raystack.compass.v1beta1.CompassService.UpsertAsset:input_type -> raystack.compass.v1beta1.UpsertAssetRequest + 32, // 106: raystack.compass.v1beta1.CompassService.UpsertPatchAsset:input_type -> raystack.compass.v1beta1.UpsertPatchAssetRequest + 34, // 107: raystack.compass.v1beta1.CompassService.DeleteAsset:input_type -> raystack.compass.v1beta1.DeleteAssetRequest + 36, // 108: raystack.compass.v1beta1.CompassService.GetAssetStargazers:input_type -> raystack.compass.v1beta1.GetAssetStargazersRequest + 38, // 109: raystack.compass.v1beta1.CompassService.GetAssetVersionHistory:input_type -> raystack.compass.v1beta1.GetAssetVersionHistoryRequest + 40, // 110: raystack.compass.v1beta1.CompassService.GetAssetByVersion:input_type -> raystack.compass.v1beta1.GetAssetByVersionRequest + 42, // 111: raystack.compass.v1beta1.CompassService.CreateAssetProbe:input_type -> raystack.compass.v1beta1.CreateAssetProbeRequest + 44, // 112: raystack.compass.v1beta1.CompassService.GetUserStarredAssets:input_type -> raystack.compass.v1beta1.GetUserStarredAssetsRequest + 46, // 113: raystack.compass.v1beta1.CompassService.GetMyStarredAssets:input_type -> raystack.compass.v1beta1.GetMyStarredAssetsRequest + 48, // 114: raystack.compass.v1beta1.CompassService.GetMyStarredAsset:input_type -> raystack.compass.v1beta1.GetMyStarredAssetRequest + 50, // 115: raystack.compass.v1beta1.CompassService.StarAsset:input_type -> raystack.compass.v1beta1.StarAssetRequest + 52, // 116: raystack.compass.v1beta1.CompassService.UnstarAsset:input_type -> raystack.compass.v1beta1.UnstarAssetRequest + 54, // 117: raystack.compass.v1beta1.CompassService.GetMyDiscussions:input_type -> raystack.compass.v1beta1.GetMyDiscussionsRequest + 56, // 118: raystack.compass.v1beta1.CompassService.CreateTagAsset:input_type -> raystack.compass.v1beta1.CreateTagAssetRequest + 58, // 119: raystack.compass.v1beta1.CompassService.GetTagByAssetAndTemplate:input_type -> raystack.compass.v1beta1.GetTagByAssetAndTemplateRequest + 60, // 120: raystack.compass.v1beta1.CompassService.UpdateTagAsset:input_type -> raystack.compass.v1beta1.UpdateTagAssetRequest + 62, // 121: raystack.compass.v1beta1.CompassService.DeleteTagAsset:input_type -> raystack.compass.v1beta1.DeleteTagAssetRequest + 64, // 122: raystack.compass.v1beta1.CompassService.GetAllTagsByAsset:input_type -> raystack.compass.v1beta1.GetAllTagsByAssetRequest + 66, // 123: raystack.compass.v1beta1.CompassService.GetAllTagTemplates:input_type -> raystack.compass.v1beta1.GetAllTagTemplatesRequest + 68, // 124: raystack.compass.v1beta1.CompassService.CreateTagTemplate:input_type -> raystack.compass.v1beta1.CreateTagTemplateRequest + 70, // 125: raystack.compass.v1beta1.CompassService.GetTagTemplate:input_type -> raystack.compass.v1beta1.GetTagTemplateRequest + 72, // 126: raystack.compass.v1beta1.CompassService.UpdateTagTemplate:input_type -> raystack.compass.v1beta1.UpdateTagTemplateRequest + 74, // 127: raystack.compass.v1beta1.CompassService.DeleteTagTemplate:input_type -> raystack.compass.v1beta1.DeleteTagTemplateRequest + 76, // 128: raystack.compass.v1beta1.CompassService.CreateNamespace:input_type -> raystack.compass.v1beta1.CreateNamespaceRequest + 78, // 129: raystack.compass.v1beta1.CompassService.GetNamespace:input_type -> raystack.compass.v1beta1.GetNamespaceRequest + 80, // 130: raystack.compass.v1beta1.CompassService.UpdateNamespace:input_type -> raystack.compass.v1beta1.UpdateNamespaceRequest + 82, // 131: raystack.compass.v1beta1.CompassService.ListNamespaces:input_type -> raystack.compass.v1beta1.ListNamespacesRequest + 1, // 132: raystack.compass.v1beta1.CompassService.GetAllDiscussions:output_type -> raystack.compass.v1beta1.GetAllDiscussionsResponse + 3, // 133: raystack.compass.v1beta1.CompassService.CreateDiscussion:output_type -> raystack.compass.v1beta1.CreateDiscussionResponse + 5, // 134: raystack.compass.v1beta1.CompassService.GetDiscussion:output_type -> raystack.compass.v1beta1.GetDiscussionResponse + 8, // 135: raystack.compass.v1beta1.CompassService.PatchDiscussion:output_type -> raystack.compass.v1beta1.PatchDiscussionResponse + 9, // 136: raystack.compass.v1beta1.CompassService.CreateComment:output_type -> raystack.compass.v1beta1.CreateCommentResponse + 11, // 137: raystack.compass.v1beta1.CompassService.GetAllComments:output_type -> raystack.compass.v1beta1.GetAllCommentsResponse + 13, // 138: raystack.compass.v1beta1.CompassService.GetComment:output_type -> raystack.compass.v1beta1.GetCommentResponse + 15, // 139: raystack.compass.v1beta1.CompassService.UpdateComment:output_type -> raystack.compass.v1beta1.UpdateCommentResponse + 17, // 140: raystack.compass.v1beta1.CompassService.DeleteComment:output_type -> raystack.compass.v1beta1.DeleteCommentResponse + 19, // 141: raystack.compass.v1beta1.CompassService.SearchAssets:output_type -> raystack.compass.v1beta1.SearchAssetsResponse + 21, // 142: raystack.compass.v1beta1.CompassService.SuggestAssets:output_type -> raystack.compass.v1beta1.SuggestAssetsResponse + 23, // 143: raystack.compass.v1beta1.CompassService.GetGraph:output_type -> raystack.compass.v1beta1.GetGraphResponse + 25, // 144: raystack.compass.v1beta1.CompassService.GetAllTypes:output_type -> raystack.compass.v1beta1.GetAllTypesResponse + 27, // 145: raystack.compass.v1beta1.CompassService.GetAllAssets:output_type -> raystack.compass.v1beta1.GetAllAssetsResponse + 29, // 146: raystack.compass.v1beta1.CompassService.GetAssetByID:output_type -> raystack.compass.v1beta1.GetAssetByIDResponse + 31, // 147: raystack.compass.v1beta1.CompassService.UpsertAsset:output_type -> raystack.compass.v1beta1.UpsertAssetResponse + 33, // 148: raystack.compass.v1beta1.CompassService.UpsertPatchAsset:output_type -> raystack.compass.v1beta1.UpsertPatchAssetResponse + 35, // 149: raystack.compass.v1beta1.CompassService.DeleteAsset:output_type -> raystack.compass.v1beta1.DeleteAssetResponse + 37, // 150: raystack.compass.v1beta1.CompassService.GetAssetStargazers:output_type -> raystack.compass.v1beta1.GetAssetStargazersResponse + 39, // 151: raystack.compass.v1beta1.CompassService.GetAssetVersionHistory:output_type -> raystack.compass.v1beta1.GetAssetVersionHistoryResponse + 41, // 152: raystack.compass.v1beta1.CompassService.GetAssetByVersion:output_type -> raystack.compass.v1beta1.GetAssetByVersionResponse + 43, // 153: raystack.compass.v1beta1.CompassService.CreateAssetProbe:output_type -> raystack.compass.v1beta1.CreateAssetProbeResponse + 45, // 154: raystack.compass.v1beta1.CompassService.GetUserStarredAssets:output_type -> raystack.compass.v1beta1.GetUserStarredAssetsResponse + 47, // 155: raystack.compass.v1beta1.CompassService.GetMyStarredAssets:output_type -> raystack.compass.v1beta1.GetMyStarredAssetsResponse + 49, // 156: raystack.compass.v1beta1.CompassService.GetMyStarredAsset:output_type -> raystack.compass.v1beta1.GetMyStarredAssetResponse + 51, // 157: raystack.compass.v1beta1.CompassService.StarAsset:output_type -> raystack.compass.v1beta1.StarAssetResponse + 53, // 158: raystack.compass.v1beta1.CompassService.UnstarAsset:output_type -> raystack.compass.v1beta1.UnstarAssetResponse + 55, // 159: raystack.compass.v1beta1.CompassService.GetMyDiscussions:output_type -> raystack.compass.v1beta1.GetMyDiscussionsResponse + 57, // 160: raystack.compass.v1beta1.CompassService.CreateTagAsset:output_type -> raystack.compass.v1beta1.CreateTagAssetResponse + 59, // 161: raystack.compass.v1beta1.CompassService.GetTagByAssetAndTemplate:output_type -> raystack.compass.v1beta1.GetTagByAssetAndTemplateResponse + 61, // 162: raystack.compass.v1beta1.CompassService.UpdateTagAsset:output_type -> raystack.compass.v1beta1.UpdateTagAssetResponse + 63, // 163: raystack.compass.v1beta1.CompassService.DeleteTagAsset:output_type -> raystack.compass.v1beta1.DeleteTagAssetResponse + 65, // 164: raystack.compass.v1beta1.CompassService.GetAllTagsByAsset:output_type -> raystack.compass.v1beta1.GetAllTagsByAssetResponse + 67, // 165: raystack.compass.v1beta1.CompassService.GetAllTagTemplates:output_type -> raystack.compass.v1beta1.GetAllTagTemplatesResponse + 69, // 166: raystack.compass.v1beta1.CompassService.CreateTagTemplate:output_type -> raystack.compass.v1beta1.CreateTagTemplateResponse + 71, // 167: raystack.compass.v1beta1.CompassService.GetTagTemplate:output_type -> raystack.compass.v1beta1.GetTagTemplateResponse + 73, // 168: raystack.compass.v1beta1.CompassService.UpdateTagTemplate:output_type -> raystack.compass.v1beta1.UpdateTagTemplateResponse + 75, // 169: raystack.compass.v1beta1.CompassService.DeleteTagTemplate:output_type -> raystack.compass.v1beta1.DeleteTagTemplateResponse + 77, // 170: raystack.compass.v1beta1.CompassService.CreateNamespace:output_type -> raystack.compass.v1beta1.CreateNamespaceResponse + 79, // 171: raystack.compass.v1beta1.CompassService.GetNamespace:output_type -> raystack.compass.v1beta1.GetNamespaceResponse + 81, // 172: raystack.compass.v1beta1.CompassService.UpdateNamespace:output_type -> raystack.compass.v1beta1.UpdateNamespaceResponse + 83, // 173: raystack.compass.v1beta1.CompassService.ListNamespaces:output_type -> raystack.compass.v1beta1.ListNamespacesResponse 132, // [132:174] is the sub-list for method output_type 90, // [90:132] is the sub-list for method input_type 90, // [90:90] is the sub-list for extension type_name @@ -8415,13 +8415,13 @@ var file_odpf_compass_v1beta1_service_proto_depIdxs = []int32{ 0, // [0:90] is the sub-list for field type_name } -func init() { file_odpf_compass_v1beta1_service_proto_init() } -func file_odpf_compass_v1beta1_service_proto_init() { - if File_odpf_compass_v1beta1_service_proto != nil { +func init() { file_raystack_compass_v1beta1_service_proto_init() } +func file_raystack_compass_v1beta1_service_proto_init() { + if File_raystack_compass_v1beta1_service_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_odpf_compass_v1beta1_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllDiscussionsRequest); i { case 0: return &v.state @@ -8433,7 +8433,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllDiscussionsResponse); i { case 0: return &v.state @@ -8445,7 +8445,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDiscussionRequest); i { case 0: return &v.state @@ -8457,7 +8457,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateDiscussionResponse); i { case 0: return &v.state @@ -8469,7 +8469,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDiscussionRequest); i { case 0: return &v.state @@ -8481,7 +8481,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetDiscussionResponse); i { case 0: return &v.state @@ -8493,7 +8493,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PatchDiscussionRequest); i { case 0: return &v.state @@ -8505,7 +8505,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateCommentRequest); i { case 0: return &v.state @@ -8517,7 +8517,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PatchDiscussionResponse); i { case 0: return &v.state @@ -8529,7 +8529,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateCommentResponse); i { case 0: return &v.state @@ -8541,7 +8541,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllCommentsRequest); i { case 0: return &v.state @@ -8553,7 +8553,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllCommentsResponse); i { case 0: return &v.state @@ -8565,7 +8565,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCommentRequest); i { case 0: return &v.state @@ -8577,7 +8577,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetCommentResponse); i { case 0: return &v.state @@ -8589,7 +8589,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateCommentRequest); i { case 0: return &v.state @@ -8601,7 +8601,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateCommentResponse); i { case 0: return &v.state @@ -8613,7 +8613,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteCommentRequest); i { case 0: return &v.state @@ -8625,7 +8625,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteCommentResponse); i { case 0: return &v.state @@ -8637,7 +8637,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SearchAssetsRequest); i { case 0: return &v.state @@ -8649,7 +8649,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SearchAssetsResponse); i { case 0: return &v.state @@ -8661,7 +8661,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SuggestAssetsRequest); i { case 0: return &v.state @@ -8673,7 +8673,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SuggestAssetsResponse); i { case 0: return &v.state @@ -8685,7 +8685,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetGraphRequest); i { case 0: return &v.state @@ -8697,7 +8697,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetGraphResponse); i { case 0: return &v.state @@ -8709,7 +8709,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTypesRequest); i { case 0: return &v.state @@ -8721,7 +8721,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTypesResponse); i { case 0: return &v.state @@ -8733,7 +8733,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllAssetsRequest); i { case 0: return &v.state @@ -8745,7 +8745,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllAssetsResponse); i { case 0: return &v.state @@ -8757,7 +8757,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetByIDRequest); i { case 0: return &v.state @@ -8769,7 +8769,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetByIDResponse); i { case 0: return &v.state @@ -8781,7 +8781,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertAssetRequest); i { case 0: return &v.state @@ -8793,7 +8793,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertAssetResponse); i { case 0: return &v.state @@ -8805,7 +8805,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertPatchAssetRequest); i { case 0: return &v.state @@ -8817,7 +8817,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertPatchAssetResponse); i { case 0: return &v.state @@ -8829,7 +8829,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteAssetRequest); i { case 0: return &v.state @@ -8841,7 +8841,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteAssetResponse); i { case 0: return &v.state @@ -8853,7 +8853,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetStargazersRequest); i { case 0: return &v.state @@ -8865,7 +8865,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetStargazersResponse); i { case 0: return &v.state @@ -8877,7 +8877,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetVersionHistoryRequest); i { case 0: return &v.state @@ -8889,7 +8889,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetVersionHistoryResponse); i { case 0: return &v.state @@ -8901,7 +8901,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetByVersionRequest); i { case 0: return &v.state @@ -8913,7 +8913,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAssetByVersionResponse); i { case 0: return &v.state @@ -8925,7 +8925,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateAssetProbeRequest); i { case 0: return &v.state @@ -8937,7 +8937,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateAssetProbeResponse); i { case 0: return &v.state @@ -8949,7 +8949,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserStarredAssetsRequest); i { case 0: return &v.state @@ -8961,7 +8961,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetUserStarredAssetsResponse); i { case 0: return &v.state @@ -8973,7 +8973,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyStarredAssetsRequest); i { case 0: return &v.state @@ -8985,7 +8985,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyStarredAssetsResponse); i { case 0: return &v.state @@ -8997,7 +8997,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyStarredAssetRequest); i { case 0: return &v.state @@ -9009,7 +9009,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyStarredAssetResponse); i { case 0: return &v.state @@ -9021,7 +9021,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StarAssetRequest); i { case 0: return &v.state @@ -9033,7 +9033,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StarAssetResponse); i { case 0: return &v.state @@ -9045,7 +9045,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UnstarAssetRequest); i { case 0: return &v.state @@ -9057,7 +9057,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UnstarAssetResponse); i { case 0: return &v.state @@ -9069,7 +9069,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyDiscussionsRequest); i { case 0: return &v.state @@ -9081,7 +9081,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMyDiscussionsResponse); i { case 0: return &v.state @@ -9093,7 +9093,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTagAssetRequest); i { case 0: return &v.state @@ -9105,7 +9105,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTagAssetResponse); i { case 0: return &v.state @@ -9117,7 +9117,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTagByAssetAndTemplateRequest); i { case 0: return &v.state @@ -9129,7 +9129,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTagByAssetAndTemplateResponse); i { case 0: return &v.state @@ -9141,7 +9141,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTagAssetRequest); i { case 0: return &v.state @@ -9153,7 +9153,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTagAssetResponse); i { case 0: return &v.state @@ -9165,7 +9165,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTagAssetRequest); i { case 0: return &v.state @@ -9177,7 +9177,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTagAssetResponse); i { case 0: return &v.state @@ -9189,7 +9189,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTagsByAssetRequest); i { case 0: return &v.state @@ -9201,7 +9201,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTagsByAssetResponse); i { case 0: return &v.state @@ -9213,7 +9213,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTagTemplatesRequest); i { case 0: return &v.state @@ -9225,7 +9225,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetAllTagTemplatesResponse); i { case 0: return &v.state @@ -9237,7 +9237,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTagTemplateRequest); i { case 0: return &v.state @@ -9249,7 +9249,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateTagTemplateResponse); i { case 0: return &v.state @@ -9261,7 +9261,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTagTemplateRequest); i { case 0: return &v.state @@ -9273,7 +9273,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetTagTemplateResponse); i { case 0: return &v.state @@ -9285,7 +9285,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTagTemplateRequest); i { case 0: return &v.state @@ -9297,7 +9297,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateTagTemplateResponse); i { case 0: return &v.state @@ -9309,7 +9309,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTagTemplateRequest); i { case 0: return &v.state @@ -9321,7 +9321,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteTagTemplateResponse); i { case 0: return &v.state @@ -9333,7 +9333,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateNamespaceRequest); i { case 0: return &v.state @@ -9345,7 +9345,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateNamespaceResponse); i { case 0: return &v.state @@ -9357,7 +9357,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNamespaceRequest); i { case 0: return &v.state @@ -9369,7 +9369,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetNamespaceResponse); i { case 0: return &v.state @@ -9381,7 +9381,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNamespaceRequest); i { case 0: return &v.state @@ -9393,7 +9393,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateNamespaceResponse); i { case 0: return &v.state @@ -9405,7 +9405,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListNamespacesRequest); i { case 0: return &v.state @@ -9417,7 +9417,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ListNamespacesResponse); i { case 0: return &v.state @@ -9429,7 +9429,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state @@ -9441,7 +9441,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Change); i { case 0: return &v.state @@ -9453,7 +9453,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Asset); i { case 0: return &v.state @@ -9465,7 +9465,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Probe); i { case 0: return &v.state @@ -9477,7 +9477,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Discussion); i { case 0: return &v.state @@ -9489,7 +9489,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Comment); i { case 0: return &v.state @@ -9501,7 +9501,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LineageEdge); i { case 0: return &v.state @@ -9513,7 +9513,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LineageNode); i { case 0: return &v.state @@ -9525,7 +9525,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Tag); i { case 0: return &v.state @@ -9537,7 +9537,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TagValue); i { case 0: return &v.state @@ -9549,7 +9549,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TagTemplate); i { case 0: return &v.state @@ -9561,7 +9561,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TagTemplateField); i { case 0: return &v.state @@ -9573,7 +9573,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Type); i { case 0: return &v.state @@ -9585,7 +9585,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Namespace); i { case 0: return &v.state @@ -9597,7 +9597,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetGraphResponse_ProbesInfo); i { case 0: return &v.state @@ -9609,7 +9609,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetGraphResponse_NodeAttributes); i { case 0: return &v.state @@ -9621,7 +9621,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertAssetRequest_Asset); i { case 0: return &v.state @@ -9633,7 +9633,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpsertPatchAssetRequest_Asset); i { case 0: return &v.state @@ -9645,7 +9645,7 @@ func file_odpf_compass_v1beta1_service_proto_init() { return nil } } - file_odpf_compass_v1beta1_service_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { + file_raystack_compass_v1beta1_service_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateAssetProbeRequest_Probe); i { case 0: return &v.state @@ -9662,18 +9662,18 @@ func file_odpf_compass_v1beta1_service_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_odpf_compass_v1beta1_service_proto_rawDesc, + RawDescriptor: file_raystack_compass_v1beta1_service_proto_rawDesc, NumEnums: 0, NumMessages: 111, NumExtensions: 0, NumServices: 1, }, - GoTypes: file_odpf_compass_v1beta1_service_proto_goTypes, - DependencyIndexes: file_odpf_compass_v1beta1_service_proto_depIdxs, - MessageInfos: file_odpf_compass_v1beta1_service_proto_msgTypes, + GoTypes: file_raystack_compass_v1beta1_service_proto_goTypes, + DependencyIndexes: file_raystack_compass_v1beta1_service_proto_depIdxs, + MessageInfos: file_raystack_compass_v1beta1_service_proto_msgTypes, }.Build() - File_odpf_compass_v1beta1_service_proto = out.File - file_odpf_compass_v1beta1_service_proto_rawDesc = nil - file_odpf_compass_v1beta1_service_proto_goTypes = nil - file_odpf_compass_v1beta1_service_proto_depIdxs = nil + File_raystack_compass_v1beta1_service_proto = out.File + file_raystack_compass_v1beta1_service_proto_rawDesc = nil + file_raystack_compass_v1beta1_service_proto_goTypes = nil + file_raystack_compass_v1beta1_service_proto_depIdxs = nil } diff --git a/proto/odpf/compass/v1beta1/service.pb.gw.go b/proto/raystack/compass/v1beta1/service.pb.gw.go similarity index 94% rename from proto/odpf/compass/v1beta1/service.pb.gw.go rename to proto/raystack/compass/v1beta1/service.pb.gw.go index 6a681e75..718748f2 100644 --- a/proto/odpf/compass/v1beta1/service.pb.gw.go +++ b/proto/raystack/compass/v1beta1/service.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: odpf/compass/v1beta1/service.proto +// source: raystack/compass/v1beta1/service.proto /* Package compassv1beta1 is a reverse proxy. @@ -2301,7 +2301,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllDiscussions", runtime.WithHTTPPathPattern("/v1beta1/discussions")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllDiscussions", runtime.WithHTTPPathPattern("/v1beta1/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2326,7 +2326,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2351,7 +2351,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2376,7 +2376,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/PatchDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/PatchDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2401,7 +2401,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2426,7 +2426,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllComments", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllComments", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2451,7 +2451,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2476,7 +2476,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2501,7 +2501,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2526,7 +2526,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/SearchAssets", runtime.WithHTTPPathPattern("/v1beta1/search")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/SearchAssets", runtime.WithHTTPPathPattern("/v1beta1/search")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2551,7 +2551,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/SuggestAssets", runtime.WithHTTPPathPattern("/v1beta1/search/suggest")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/SuggestAssets", runtime.WithHTTPPathPattern("/v1beta1/search/suggest")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2576,7 +2576,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetGraph", runtime.WithHTTPPathPattern("/v1beta1/lineage/{urn=**}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetGraph", runtime.WithHTTPPathPattern("/v1beta1/lineage/{urn=**}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2601,7 +2601,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTypes", runtime.WithHTTPPathPattern("/v1beta1/types")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTypes", runtime.WithHTTPPathPattern("/v1beta1/types")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2626,7 +2626,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllAssets", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllAssets", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2651,7 +2651,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetByID", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetByID", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2676,7 +2676,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpsertAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpsertAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2701,7 +2701,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpsertPatchAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpsertPatchAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2726,7 +2726,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteAsset", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteAsset", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2751,7 +2751,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetStargazers", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/stargazers")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetStargazers", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/stargazers")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2776,7 +2776,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetVersionHistory", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetVersionHistory", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2801,7 +2801,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetByVersion", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions/{version}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetByVersion", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions/{version}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2826,7 +2826,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateAssetProbe", runtime.WithHTTPPathPattern("/v1beta1/assets/{asset_urn}/probes")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateAssetProbe", runtime.WithHTTPPathPattern("/v1beta1/assets/{asset_urn}/probes")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2851,7 +2851,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetUserStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/users/{user_id}/starred")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetUserStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/users/{user_id}/starred")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2876,7 +2876,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/me/starred")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/me/starred")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2901,7 +2901,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyStarredAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyStarredAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2926,7 +2926,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/StarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/StarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2951,7 +2951,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UnstarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UnstarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -2976,7 +2976,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyDiscussions", runtime.WithHTTPPathPattern("/v1beta1/me/discussions")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyDiscussions", runtime.WithHTTPPathPattern("/v1beta1/me/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3001,7 +3001,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3026,7 +3026,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3051,7 +3051,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3076,7 +3076,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3101,7 +3101,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTagsByAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTagsByAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3126,7 +3126,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTagTemplates", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTagTemplates", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3151,7 +3151,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3176,7 +3176,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3201,7 +3201,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3226,7 +3226,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3251,7 +3251,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3276,7 +3276,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3301,7 +3301,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3326,7 +3326,7 @@ func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/ListNamespaces", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) + annotatedContext, err = runtime.AnnotateIncomingContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/ListNamespaces", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3390,7 +3390,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllDiscussions", runtime.WithHTTPPathPattern("/v1beta1/discussions")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllDiscussions", runtime.WithHTTPPathPattern("/v1beta1/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3412,7 +3412,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3434,7 +3434,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3456,7 +3456,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/PatchDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/PatchDiscussion", runtime.WithHTTPPathPattern("/v1beta1/discussions/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3478,7 +3478,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3500,7 +3500,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllComments", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllComments", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3522,7 +3522,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3544,7 +3544,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3566,7 +3566,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteComment", runtime.WithHTTPPathPattern("/v1beta1/discussions/{discussion_id}/comments/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3588,7 +3588,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/SearchAssets", runtime.WithHTTPPathPattern("/v1beta1/search")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/SearchAssets", runtime.WithHTTPPathPattern("/v1beta1/search")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3610,7 +3610,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/SuggestAssets", runtime.WithHTTPPathPattern("/v1beta1/search/suggest")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/SuggestAssets", runtime.WithHTTPPathPattern("/v1beta1/search/suggest")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3632,7 +3632,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetGraph", runtime.WithHTTPPathPattern("/v1beta1/lineage/{urn=**}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetGraph", runtime.WithHTTPPathPattern("/v1beta1/lineage/{urn=**}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3654,7 +3654,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTypes", runtime.WithHTTPPathPattern("/v1beta1/types")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTypes", runtime.WithHTTPPathPattern("/v1beta1/types")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3676,7 +3676,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllAssets", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllAssets", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3698,7 +3698,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetByID", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetByID", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3720,7 +3720,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpsertAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpsertAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3742,7 +3742,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpsertPatchAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpsertPatchAsset", runtime.WithHTTPPathPattern("/v1beta1/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3764,7 +3764,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteAsset", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteAsset", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3786,7 +3786,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetStargazers", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/stargazers")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetStargazers", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/stargazers")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3808,7 +3808,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetVersionHistory", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetVersionHistory", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3830,7 +3830,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAssetByVersion", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions/{version}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAssetByVersion", runtime.WithHTTPPathPattern("/v1beta1/assets/{id}/versions/{version}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3852,7 +3852,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateAssetProbe", runtime.WithHTTPPathPattern("/v1beta1/assets/{asset_urn}/probes")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateAssetProbe", runtime.WithHTTPPathPattern("/v1beta1/assets/{asset_urn}/probes")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3874,7 +3874,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetUserStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/users/{user_id}/starred")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetUserStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/users/{user_id}/starred")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3896,7 +3896,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/me/starred")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyStarredAssets", runtime.WithHTTPPathPattern("/v1beta1/me/starred")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3918,7 +3918,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyStarredAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyStarredAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3940,7 +3940,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/StarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/StarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3962,7 +3962,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UnstarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UnstarAsset", runtime.WithHTTPPathPattern("/v1beta1/me/starred/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -3984,7 +3984,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetMyDiscussions", runtime.WithHTTPPathPattern("/v1beta1/me/discussions")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetMyDiscussions", runtime.WithHTTPPathPattern("/v1beta1/me/discussions")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4006,7 +4006,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4028,7 +4028,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4050,7 +4050,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4072,7 +4072,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteTagAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4094,7 +4094,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTagsByAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTagsByAsset", runtime.WithHTTPPathPattern("/v1beta1/tags/assets/{asset_id}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4116,7 +4116,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetAllTagTemplates", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetAllTagTemplates", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4138,7 +4138,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4160,7 +4160,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4182,7 +4182,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4204,7 +4204,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/DeleteTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/DeleteTagTemplate", runtime.WithHTTPPathPattern("/v1beta1/tags/templates/{template_urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4226,7 +4226,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/CreateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/CreateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4248,7 +4248,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/GetNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/GetNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4270,7 +4270,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/UpdateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/UpdateNamespace", runtime.WithHTTPPathPattern("/v1beta1/namespaces/{urn}")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return @@ -4292,7 +4292,7 @@ func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.Serve inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) var err error var annotatedContext context.Context - annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/odpf.compass.v1beta1.CompassService/ListNamespaces", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) + annotatedContext, err = runtime.AnnotateContext(ctx, mux, req, "/raystack.compass.v1beta1.CompassService/ListNamespaces", runtime.WithHTTPPathPattern("/v1beta1/namespaces")) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) return diff --git a/proto/odpf/compass/v1beta1/service.pb.validate.go b/proto/raystack/compass/v1beta1/service.pb.validate.go similarity index 99% rename from proto/odpf/compass/v1beta1/service.pb.validate.go rename to proto/raystack/compass/v1beta1/service.pb.validate.go index 07b60dbc..210e9433 100644 --- a/proto/odpf/compass/v1beta1/service.pb.validate.go +++ b/proto/raystack/compass/v1beta1/service.pb.validate.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-validate. DO NOT EDIT. -// source: odpf/compass/v1beta1/service.proto +// source: raystack/compass/v1beta1/service.proto package compassv1beta1 diff --git a/proto/odpf/compass/v1beta1/service_grpc.pb.go b/proto/raystack/compass/v1beta1/service_grpc.pb.go similarity index 89% rename from proto/odpf/compass/v1beta1/service_grpc.pb.go rename to proto/raystack/compass/v1beta1/service_grpc.pb.go index decde1a2..f590e1ee 100644 --- a/proto/odpf/compass/v1beta1/service_grpc.pb.go +++ b/proto/raystack/compass/v1beta1/service_grpc.pb.go @@ -2,7 +2,7 @@ // versions: // - protoc-gen-go-grpc v1.2.0 // - protoc (unknown) -// source: odpf/compass/v1beta1/service.proto +// source: raystack/compass/v1beta1/service.proto package compassv1beta1 @@ -81,7 +81,7 @@ func NewCompassServiceClient(cc grpc.ClientConnInterface) CompassServiceClient { func (c *compassServiceClient) GetAllDiscussions(ctx context.Context, in *GetAllDiscussionsRequest, opts ...grpc.CallOption) (*GetAllDiscussionsResponse, error) { out := new(GetAllDiscussionsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllDiscussions", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllDiscussions", in, out, opts...) if err != nil { return nil, err } @@ -90,7 +90,7 @@ func (c *compassServiceClient) GetAllDiscussions(ctx context.Context, in *GetAll func (c *compassServiceClient) CreateDiscussion(ctx context.Context, in *CreateDiscussionRequest, opts ...grpc.CallOption) (*CreateDiscussionResponse, error) { out := new(CreateDiscussionResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateDiscussion", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateDiscussion", in, out, opts...) if err != nil { return nil, err } @@ -99,7 +99,7 @@ func (c *compassServiceClient) CreateDiscussion(ctx context.Context, in *CreateD func (c *compassServiceClient) GetDiscussion(ctx context.Context, in *GetDiscussionRequest, opts ...grpc.CallOption) (*GetDiscussionResponse, error) { out := new(GetDiscussionResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetDiscussion", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetDiscussion", in, out, opts...) if err != nil { return nil, err } @@ -108,7 +108,7 @@ func (c *compassServiceClient) GetDiscussion(ctx context.Context, in *GetDiscuss func (c *compassServiceClient) PatchDiscussion(ctx context.Context, in *PatchDiscussionRequest, opts ...grpc.CallOption) (*PatchDiscussionResponse, error) { out := new(PatchDiscussionResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/PatchDiscussion", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/PatchDiscussion", in, out, opts...) if err != nil { return nil, err } @@ -117,7 +117,7 @@ func (c *compassServiceClient) PatchDiscussion(ctx context.Context, in *PatchDis func (c *compassServiceClient) CreateComment(ctx context.Context, in *CreateCommentRequest, opts ...grpc.CallOption) (*CreateCommentResponse, error) { out := new(CreateCommentResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateComment", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateComment", in, out, opts...) if err != nil { return nil, err } @@ -126,7 +126,7 @@ func (c *compassServiceClient) CreateComment(ctx context.Context, in *CreateComm func (c *compassServiceClient) GetAllComments(ctx context.Context, in *GetAllCommentsRequest, opts ...grpc.CallOption) (*GetAllCommentsResponse, error) { out := new(GetAllCommentsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllComments", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllComments", in, out, opts...) if err != nil { return nil, err } @@ -135,7 +135,7 @@ func (c *compassServiceClient) GetAllComments(ctx context.Context, in *GetAllCom func (c *compassServiceClient) GetComment(ctx context.Context, in *GetCommentRequest, opts ...grpc.CallOption) (*GetCommentResponse, error) { out := new(GetCommentResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetComment", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetComment", in, out, opts...) if err != nil { return nil, err } @@ -144,7 +144,7 @@ func (c *compassServiceClient) GetComment(ctx context.Context, in *GetCommentReq func (c *compassServiceClient) UpdateComment(ctx context.Context, in *UpdateCommentRequest, opts ...grpc.CallOption) (*UpdateCommentResponse, error) { out := new(UpdateCommentResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpdateComment", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpdateComment", in, out, opts...) if err != nil { return nil, err } @@ -153,7 +153,7 @@ func (c *compassServiceClient) UpdateComment(ctx context.Context, in *UpdateComm func (c *compassServiceClient) DeleteComment(ctx context.Context, in *DeleteCommentRequest, opts ...grpc.CallOption) (*DeleteCommentResponse, error) { out := new(DeleteCommentResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/DeleteComment", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/DeleteComment", in, out, opts...) if err != nil { return nil, err } @@ -162,7 +162,7 @@ func (c *compassServiceClient) DeleteComment(ctx context.Context, in *DeleteComm func (c *compassServiceClient) SearchAssets(ctx context.Context, in *SearchAssetsRequest, opts ...grpc.CallOption) (*SearchAssetsResponse, error) { out := new(SearchAssetsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/SearchAssets", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/SearchAssets", in, out, opts...) if err != nil { return nil, err } @@ -171,7 +171,7 @@ func (c *compassServiceClient) SearchAssets(ctx context.Context, in *SearchAsset func (c *compassServiceClient) SuggestAssets(ctx context.Context, in *SuggestAssetsRequest, opts ...grpc.CallOption) (*SuggestAssetsResponse, error) { out := new(SuggestAssetsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/SuggestAssets", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/SuggestAssets", in, out, opts...) if err != nil { return nil, err } @@ -180,7 +180,7 @@ func (c *compassServiceClient) SuggestAssets(ctx context.Context, in *SuggestAss func (c *compassServiceClient) GetGraph(ctx context.Context, in *GetGraphRequest, opts ...grpc.CallOption) (*GetGraphResponse, error) { out := new(GetGraphResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetGraph", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetGraph", in, out, opts...) if err != nil { return nil, err } @@ -189,7 +189,7 @@ func (c *compassServiceClient) GetGraph(ctx context.Context, in *GetGraphRequest func (c *compassServiceClient) GetAllTypes(ctx context.Context, in *GetAllTypesRequest, opts ...grpc.CallOption) (*GetAllTypesResponse, error) { out := new(GetAllTypesResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllTypes", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllTypes", in, out, opts...) if err != nil { return nil, err } @@ -198,7 +198,7 @@ func (c *compassServiceClient) GetAllTypes(ctx context.Context, in *GetAllTypesR func (c *compassServiceClient) GetAllAssets(ctx context.Context, in *GetAllAssetsRequest, opts ...grpc.CallOption) (*GetAllAssetsResponse, error) { out := new(GetAllAssetsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllAssets", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllAssets", in, out, opts...) if err != nil { return nil, err } @@ -207,7 +207,7 @@ func (c *compassServiceClient) GetAllAssets(ctx context.Context, in *GetAllAsset func (c *compassServiceClient) GetAssetByID(ctx context.Context, in *GetAssetByIDRequest, opts ...grpc.CallOption) (*GetAssetByIDResponse, error) { out := new(GetAssetByIDResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAssetByID", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAssetByID", in, out, opts...) if err != nil { return nil, err } @@ -216,7 +216,7 @@ func (c *compassServiceClient) GetAssetByID(ctx context.Context, in *GetAssetByI func (c *compassServiceClient) UpsertAsset(ctx context.Context, in *UpsertAssetRequest, opts ...grpc.CallOption) (*UpsertAssetResponse, error) { out := new(UpsertAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpsertAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpsertAsset", in, out, opts...) if err != nil { return nil, err } @@ -225,7 +225,7 @@ func (c *compassServiceClient) UpsertAsset(ctx context.Context, in *UpsertAssetR func (c *compassServiceClient) UpsertPatchAsset(ctx context.Context, in *UpsertPatchAssetRequest, opts ...grpc.CallOption) (*UpsertPatchAssetResponse, error) { out := new(UpsertPatchAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpsertPatchAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpsertPatchAsset", in, out, opts...) if err != nil { return nil, err } @@ -234,7 +234,7 @@ func (c *compassServiceClient) UpsertPatchAsset(ctx context.Context, in *UpsertP func (c *compassServiceClient) DeleteAsset(ctx context.Context, in *DeleteAssetRequest, opts ...grpc.CallOption) (*DeleteAssetResponse, error) { out := new(DeleteAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/DeleteAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/DeleteAsset", in, out, opts...) if err != nil { return nil, err } @@ -243,7 +243,7 @@ func (c *compassServiceClient) DeleteAsset(ctx context.Context, in *DeleteAssetR func (c *compassServiceClient) GetAssetStargazers(ctx context.Context, in *GetAssetStargazersRequest, opts ...grpc.CallOption) (*GetAssetStargazersResponse, error) { out := new(GetAssetStargazersResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAssetStargazers", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAssetStargazers", in, out, opts...) if err != nil { return nil, err } @@ -252,7 +252,7 @@ func (c *compassServiceClient) GetAssetStargazers(ctx context.Context, in *GetAs func (c *compassServiceClient) GetAssetVersionHistory(ctx context.Context, in *GetAssetVersionHistoryRequest, opts ...grpc.CallOption) (*GetAssetVersionHistoryResponse, error) { out := new(GetAssetVersionHistoryResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAssetVersionHistory", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAssetVersionHistory", in, out, opts...) if err != nil { return nil, err } @@ -261,7 +261,7 @@ func (c *compassServiceClient) GetAssetVersionHistory(ctx context.Context, in *G func (c *compassServiceClient) GetAssetByVersion(ctx context.Context, in *GetAssetByVersionRequest, opts ...grpc.CallOption) (*GetAssetByVersionResponse, error) { out := new(GetAssetByVersionResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAssetByVersion", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAssetByVersion", in, out, opts...) if err != nil { return nil, err } @@ -270,7 +270,7 @@ func (c *compassServiceClient) GetAssetByVersion(ctx context.Context, in *GetAss func (c *compassServiceClient) CreateAssetProbe(ctx context.Context, in *CreateAssetProbeRequest, opts ...grpc.CallOption) (*CreateAssetProbeResponse, error) { out := new(CreateAssetProbeResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateAssetProbe", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateAssetProbe", in, out, opts...) if err != nil { return nil, err } @@ -279,7 +279,7 @@ func (c *compassServiceClient) CreateAssetProbe(ctx context.Context, in *CreateA func (c *compassServiceClient) GetUserStarredAssets(ctx context.Context, in *GetUserStarredAssetsRequest, opts ...grpc.CallOption) (*GetUserStarredAssetsResponse, error) { out := new(GetUserStarredAssetsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetUserStarredAssets", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetUserStarredAssets", in, out, opts...) if err != nil { return nil, err } @@ -288,7 +288,7 @@ func (c *compassServiceClient) GetUserStarredAssets(ctx context.Context, in *Get func (c *compassServiceClient) GetMyStarredAssets(ctx context.Context, in *GetMyStarredAssetsRequest, opts ...grpc.CallOption) (*GetMyStarredAssetsResponse, error) { out := new(GetMyStarredAssetsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetMyStarredAssets", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetMyStarredAssets", in, out, opts...) if err != nil { return nil, err } @@ -297,7 +297,7 @@ func (c *compassServiceClient) GetMyStarredAssets(ctx context.Context, in *GetMy func (c *compassServiceClient) GetMyStarredAsset(ctx context.Context, in *GetMyStarredAssetRequest, opts ...grpc.CallOption) (*GetMyStarredAssetResponse, error) { out := new(GetMyStarredAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetMyStarredAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetMyStarredAsset", in, out, opts...) if err != nil { return nil, err } @@ -306,7 +306,7 @@ func (c *compassServiceClient) GetMyStarredAsset(ctx context.Context, in *GetMyS func (c *compassServiceClient) StarAsset(ctx context.Context, in *StarAssetRequest, opts ...grpc.CallOption) (*StarAssetResponse, error) { out := new(StarAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/StarAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/StarAsset", in, out, opts...) if err != nil { return nil, err } @@ -315,7 +315,7 @@ func (c *compassServiceClient) StarAsset(ctx context.Context, in *StarAssetReque func (c *compassServiceClient) UnstarAsset(ctx context.Context, in *UnstarAssetRequest, opts ...grpc.CallOption) (*UnstarAssetResponse, error) { out := new(UnstarAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UnstarAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UnstarAsset", in, out, opts...) if err != nil { return nil, err } @@ -324,7 +324,7 @@ func (c *compassServiceClient) UnstarAsset(ctx context.Context, in *UnstarAssetR func (c *compassServiceClient) GetMyDiscussions(ctx context.Context, in *GetMyDiscussionsRequest, opts ...grpc.CallOption) (*GetMyDiscussionsResponse, error) { out := new(GetMyDiscussionsResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetMyDiscussions", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetMyDiscussions", in, out, opts...) if err != nil { return nil, err } @@ -333,7 +333,7 @@ func (c *compassServiceClient) GetMyDiscussions(ctx context.Context, in *GetMyDi func (c *compassServiceClient) CreateTagAsset(ctx context.Context, in *CreateTagAssetRequest, opts ...grpc.CallOption) (*CreateTagAssetResponse, error) { out := new(CreateTagAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateTagAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateTagAsset", in, out, opts...) if err != nil { return nil, err } @@ -342,7 +342,7 @@ func (c *compassServiceClient) CreateTagAsset(ctx context.Context, in *CreateTag func (c *compassServiceClient) GetTagByAssetAndTemplate(ctx context.Context, in *GetTagByAssetAndTemplateRequest, opts ...grpc.CallOption) (*GetTagByAssetAndTemplateResponse, error) { out := new(GetTagByAssetAndTemplateResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", in, out, opts...) if err != nil { return nil, err } @@ -351,7 +351,7 @@ func (c *compassServiceClient) GetTagByAssetAndTemplate(ctx context.Context, in func (c *compassServiceClient) UpdateTagAsset(ctx context.Context, in *UpdateTagAssetRequest, opts ...grpc.CallOption) (*UpdateTagAssetResponse, error) { out := new(UpdateTagAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpdateTagAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpdateTagAsset", in, out, opts...) if err != nil { return nil, err } @@ -360,7 +360,7 @@ func (c *compassServiceClient) UpdateTagAsset(ctx context.Context, in *UpdateTag func (c *compassServiceClient) DeleteTagAsset(ctx context.Context, in *DeleteTagAssetRequest, opts ...grpc.CallOption) (*DeleteTagAssetResponse, error) { out := new(DeleteTagAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/DeleteTagAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/DeleteTagAsset", in, out, opts...) if err != nil { return nil, err } @@ -369,7 +369,7 @@ func (c *compassServiceClient) DeleteTagAsset(ctx context.Context, in *DeleteTag func (c *compassServiceClient) GetAllTagsByAsset(ctx context.Context, in *GetAllTagsByAssetRequest, opts ...grpc.CallOption) (*GetAllTagsByAssetResponse, error) { out := new(GetAllTagsByAssetResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllTagsByAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllTagsByAsset", in, out, opts...) if err != nil { return nil, err } @@ -378,7 +378,7 @@ func (c *compassServiceClient) GetAllTagsByAsset(ctx context.Context, in *GetAll func (c *compassServiceClient) GetAllTagTemplates(ctx context.Context, in *GetAllTagTemplatesRequest, opts ...grpc.CallOption) (*GetAllTagTemplatesResponse, error) { out := new(GetAllTagTemplatesResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetAllTagTemplates", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetAllTagTemplates", in, out, opts...) if err != nil { return nil, err } @@ -387,7 +387,7 @@ func (c *compassServiceClient) GetAllTagTemplates(ctx context.Context, in *GetAl func (c *compassServiceClient) CreateTagTemplate(ctx context.Context, in *CreateTagTemplateRequest, opts ...grpc.CallOption) (*CreateTagTemplateResponse, error) { out := new(CreateTagTemplateResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateTagTemplate", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateTagTemplate", in, out, opts...) if err != nil { return nil, err } @@ -396,7 +396,7 @@ func (c *compassServiceClient) CreateTagTemplate(ctx context.Context, in *Create func (c *compassServiceClient) GetTagTemplate(ctx context.Context, in *GetTagTemplateRequest, opts ...grpc.CallOption) (*GetTagTemplateResponse, error) { out := new(GetTagTemplateResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetTagTemplate", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetTagTemplate", in, out, opts...) if err != nil { return nil, err } @@ -405,7 +405,7 @@ func (c *compassServiceClient) GetTagTemplate(ctx context.Context, in *GetTagTem func (c *compassServiceClient) UpdateTagTemplate(ctx context.Context, in *UpdateTagTemplateRequest, opts ...grpc.CallOption) (*UpdateTagTemplateResponse, error) { out := new(UpdateTagTemplateResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpdateTagTemplate", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpdateTagTemplate", in, out, opts...) if err != nil { return nil, err } @@ -414,7 +414,7 @@ func (c *compassServiceClient) UpdateTagTemplate(ctx context.Context, in *Update func (c *compassServiceClient) DeleteTagTemplate(ctx context.Context, in *DeleteTagTemplateRequest, opts ...grpc.CallOption) (*DeleteTagTemplateResponse, error) { out := new(DeleteTagTemplateResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/DeleteTagTemplate", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/DeleteTagTemplate", in, out, opts...) if err != nil { return nil, err } @@ -423,7 +423,7 @@ func (c *compassServiceClient) DeleteTagTemplate(ctx context.Context, in *Delete func (c *compassServiceClient) CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error) { out := new(CreateNamespaceResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/CreateNamespace", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/CreateNamespace", in, out, opts...) if err != nil { return nil, err } @@ -432,7 +432,7 @@ func (c *compassServiceClient) CreateNamespace(ctx context.Context, in *CreateNa func (c *compassServiceClient) GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error) { out := new(GetNamespaceResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/GetNamespace", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/GetNamespace", in, out, opts...) if err != nil { return nil, err } @@ -441,7 +441,7 @@ func (c *compassServiceClient) GetNamespace(ctx context.Context, in *GetNamespac func (c *compassServiceClient) UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*UpdateNamespaceResponse, error) { out := new(UpdateNamespaceResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/UpdateNamespace", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/UpdateNamespace", in, out, opts...) if err != nil { return nil, err } @@ -450,7 +450,7 @@ func (c *compassServiceClient) UpdateNamespace(ctx context.Context, in *UpdateNa func (c *compassServiceClient) ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error) { out := new(ListNamespacesResponse) - err := c.cc.Invoke(ctx, "/odpf.compass.v1beta1.CompassService/ListNamespaces", in, out, opts...) + err := c.cc.Invoke(ctx, "/raystack.compass.v1beta1.CompassService/ListNamespaces", in, out, opts...) if err != nil { return nil, err } @@ -664,7 +664,7 @@ func _CompassService_GetAllDiscussions_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllDiscussions", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllDiscussions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllDiscussions(ctx, req.(*GetAllDiscussionsRequest)) @@ -682,7 +682,7 @@ func _CompassService_CreateDiscussion_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateDiscussion", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateDiscussion", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateDiscussion(ctx, req.(*CreateDiscussionRequest)) @@ -700,7 +700,7 @@ func _CompassService_GetDiscussion_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetDiscussion", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetDiscussion", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetDiscussion(ctx, req.(*GetDiscussionRequest)) @@ -718,7 +718,7 @@ func _CompassService_PatchDiscussion_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/PatchDiscussion", + FullMethod: "/raystack.compass.v1beta1.CompassService/PatchDiscussion", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).PatchDiscussion(ctx, req.(*PatchDiscussionRequest)) @@ -736,7 +736,7 @@ func _CompassService_CreateComment_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateComment", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateComment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateComment(ctx, req.(*CreateCommentRequest)) @@ -754,7 +754,7 @@ func _CompassService_GetAllComments_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllComments", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllComments", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllComments(ctx, req.(*GetAllCommentsRequest)) @@ -772,7 +772,7 @@ func _CompassService_GetComment_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetComment", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetComment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetComment(ctx, req.(*GetCommentRequest)) @@ -790,7 +790,7 @@ func _CompassService_UpdateComment_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpdateComment", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpdateComment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpdateComment(ctx, req.(*UpdateCommentRequest)) @@ -808,7 +808,7 @@ func _CompassService_DeleteComment_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/DeleteComment", + FullMethod: "/raystack.compass.v1beta1.CompassService/DeleteComment", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).DeleteComment(ctx, req.(*DeleteCommentRequest)) @@ -826,7 +826,7 @@ func _CompassService_SearchAssets_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/SearchAssets", + FullMethod: "/raystack.compass.v1beta1.CompassService/SearchAssets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).SearchAssets(ctx, req.(*SearchAssetsRequest)) @@ -844,7 +844,7 @@ func _CompassService_SuggestAssets_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/SuggestAssets", + FullMethod: "/raystack.compass.v1beta1.CompassService/SuggestAssets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).SuggestAssets(ctx, req.(*SuggestAssetsRequest)) @@ -862,7 +862,7 @@ func _CompassService_GetGraph_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetGraph", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetGraph", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetGraph(ctx, req.(*GetGraphRequest)) @@ -880,7 +880,7 @@ func _CompassService_GetAllTypes_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllTypes", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllTypes", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllTypes(ctx, req.(*GetAllTypesRequest)) @@ -898,7 +898,7 @@ func _CompassService_GetAllAssets_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllAssets", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllAssets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllAssets(ctx, req.(*GetAllAssetsRequest)) @@ -916,7 +916,7 @@ func _CompassService_GetAssetByID_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAssetByID", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAssetByID", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAssetByID(ctx, req.(*GetAssetByIDRequest)) @@ -934,7 +934,7 @@ func _CompassService_UpsertAsset_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpsertAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpsertAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpsertAsset(ctx, req.(*UpsertAssetRequest)) @@ -952,7 +952,7 @@ func _CompassService_UpsertPatchAsset_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpsertPatchAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpsertPatchAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpsertPatchAsset(ctx, req.(*UpsertPatchAssetRequest)) @@ -970,7 +970,7 @@ func _CompassService_DeleteAsset_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/DeleteAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/DeleteAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).DeleteAsset(ctx, req.(*DeleteAssetRequest)) @@ -988,7 +988,7 @@ func _CompassService_GetAssetStargazers_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAssetStargazers", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAssetStargazers", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAssetStargazers(ctx, req.(*GetAssetStargazersRequest)) @@ -1006,7 +1006,7 @@ func _CompassService_GetAssetVersionHistory_Handler(srv interface{}, ctx context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAssetVersionHistory", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAssetVersionHistory", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAssetVersionHistory(ctx, req.(*GetAssetVersionHistoryRequest)) @@ -1024,7 +1024,7 @@ func _CompassService_GetAssetByVersion_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAssetByVersion", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAssetByVersion", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAssetByVersion(ctx, req.(*GetAssetByVersionRequest)) @@ -1042,7 +1042,7 @@ func _CompassService_CreateAssetProbe_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateAssetProbe", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateAssetProbe", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateAssetProbe(ctx, req.(*CreateAssetProbeRequest)) @@ -1060,7 +1060,7 @@ func _CompassService_GetUserStarredAssets_Handler(srv interface{}, ctx context.C } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetUserStarredAssets", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetUserStarredAssets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetUserStarredAssets(ctx, req.(*GetUserStarredAssetsRequest)) @@ -1078,7 +1078,7 @@ func _CompassService_GetMyStarredAssets_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetMyStarredAssets", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetMyStarredAssets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetMyStarredAssets(ctx, req.(*GetMyStarredAssetsRequest)) @@ -1096,7 +1096,7 @@ func _CompassService_GetMyStarredAsset_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetMyStarredAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetMyStarredAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetMyStarredAsset(ctx, req.(*GetMyStarredAssetRequest)) @@ -1114,7 +1114,7 @@ func _CompassService_StarAsset_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/StarAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/StarAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).StarAsset(ctx, req.(*StarAssetRequest)) @@ -1132,7 +1132,7 @@ func _CompassService_UnstarAsset_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UnstarAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/UnstarAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UnstarAsset(ctx, req.(*UnstarAssetRequest)) @@ -1150,7 +1150,7 @@ func _CompassService_GetMyDiscussions_Handler(srv interface{}, ctx context.Conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetMyDiscussions", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetMyDiscussions", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetMyDiscussions(ctx, req.(*GetMyDiscussionsRequest)) @@ -1168,7 +1168,7 @@ func _CompassService_CreateTagAsset_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateTagAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateTagAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateTagAsset(ctx, req.(*CreateTagAssetRequest)) @@ -1186,7 +1186,7 @@ func _CompassService_GetTagByAssetAndTemplate_Handler(srv interface{}, ctx conte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetTagByAssetAndTemplate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetTagByAssetAndTemplate(ctx, req.(*GetTagByAssetAndTemplateRequest)) @@ -1204,7 +1204,7 @@ func _CompassService_UpdateTagAsset_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpdateTagAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpdateTagAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpdateTagAsset(ctx, req.(*UpdateTagAssetRequest)) @@ -1222,7 +1222,7 @@ func _CompassService_DeleteTagAsset_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/DeleteTagAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/DeleteTagAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).DeleteTagAsset(ctx, req.(*DeleteTagAssetRequest)) @@ -1240,7 +1240,7 @@ func _CompassService_GetAllTagsByAsset_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllTagsByAsset", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllTagsByAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllTagsByAsset(ctx, req.(*GetAllTagsByAssetRequest)) @@ -1258,7 +1258,7 @@ func _CompassService_GetAllTagTemplates_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetAllTagTemplates", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetAllTagTemplates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetAllTagTemplates(ctx, req.(*GetAllTagTemplatesRequest)) @@ -1276,7 +1276,7 @@ func _CompassService_CreateTagTemplate_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateTagTemplate", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateTagTemplate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateTagTemplate(ctx, req.(*CreateTagTemplateRequest)) @@ -1294,7 +1294,7 @@ func _CompassService_GetTagTemplate_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetTagTemplate", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetTagTemplate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetTagTemplate(ctx, req.(*GetTagTemplateRequest)) @@ -1312,7 +1312,7 @@ func _CompassService_UpdateTagTemplate_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpdateTagTemplate", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpdateTagTemplate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpdateTagTemplate(ctx, req.(*UpdateTagTemplateRequest)) @@ -1330,7 +1330,7 @@ func _CompassService_DeleteTagTemplate_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/DeleteTagTemplate", + FullMethod: "/raystack.compass.v1beta1.CompassService/DeleteTagTemplate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).DeleteTagTemplate(ctx, req.(*DeleteTagTemplateRequest)) @@ -1348,7 +1348,7 @@ func _CompassService_CreateNamespace_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/CreateNamespace", + FullMethod: "/raystack.compass.v1beta1.CompassService/CreateNamespace", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).CreateNamespace(ctx, req.(*CreateNamespaceRequest)) @@ -1366,7 +1366,7 @@ func _CompassService_GetNamespace_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/GetNamespace", + FullMethod: "/raystack.compass.v1beta1.CompassService/GetNamespace", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).GetNamespace(ctx, req.(*GetNamespaceRequest)) @@ -1384,7 +1384,7 @@ func _CompassService_UpdateNamespace_Handler(srv interface{}, ctx context.Contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/UpdateNamespace", + FullMethod: "/raystack.compass.v1beta1.CompassService/UpdateNamespace", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).UpdateNamespace(ctx, req.(*UpdateNamespaceRequest)) @@ -1402,7 +1402,7 @@ func _CompassService_ListNamespaces_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/odpf.compass.v1beta1.CompassService/ListNamespaces", + FullMethod: "/raystack.compass.v1beta1.CompassService/ListNamespaces", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CompassServiceServer).ListNamespaces(ctx, req.(*ListNamespacesRequest)) @@ -1414,7 +1414,7 @@ func _CompassService_ListNamespaces_Handler(srv interface{}, ctx context.Context // It's only intended for direct use with grpc.RegisterService, // and not to be introspected or modified (even as a copy) var CompassService_ServiceDesc = grpc.ServiceDesc{ - ServiceName: "odpf.compass.v1beta1.CompassService", + ServiceName: "raystack.compass.v1beta1.CompassService", HandlerType: (*CompassServiceServer)(nil), Methods: []grpc.MethodDesc{ { @@ -1587,5 +1587,5 @@ var CompassService_ServiceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "odpf/compass/v1beta1/service.proto", + Metadata: "raystack/compass/v1beta1/service.proto", } diff --git a/test/e2e_test/asset_test.go b/test/e2e_test/asset_test.go index 14211df0..ecc7915b 100644 --- a/test/e2e_test/asset_test.go +++ b/test/e2e_test/asset_test.go @@ -10,7 +10,7 @@ import ( "testing" "github.com/google/uuid" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" "github.com/stretchr/testify/suite" ) diff --git a/test/e2e_test/helper_test.go b/test/e2e_test/helper_test.go index e86bf24b..fb546ce3 100644 --- a/test/e2e_test/helper_test.go +++ b/test/e2e_test/helper_test.go @@ -10,7 +10,7 @@ import ( "io/ioutil" "net/http" - "github.com/odpf/compass/core/asset" + "github.com/raystack/compass/core/asset" ) var ( @@ -129,8 +129,8 @@ func (c *Client) makeRequest(method, url string, payload interface{}, data inter } req.Header.Set("Content-Type", "application/json") req.Header.Set("Accept", "application/json") - req.Header.Set(IDENTITY_HEADER_KEY_UUID, "compassendtoendtest@odpf.io") - req.Header.Set(IDENTITY_HEADER_KEY_EMAIL, "compassendtoendtest@odpf.io") + req.Header.Set(IDENTITY_HEADER_KEY_UUID, "compassendtoendtest@raystack.io") + req.Header.Set(IDENTITY_HEADER_KEY_EMAIL, "compassendtoendtest@raystack.io") for key, value := range c.headers { req.Header.Set(key, value)