Skip to content

Commit 353a5b9

Browse files
committed
Add schema registry api
1 parent 9c185b6 commit 353a5b9

56 files changed

Lines changed: 18501 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// GENERATED CODE -- NO SERVICES IN PROTO
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// package: kurrentdb.protocol.v2.registry.errors
2+
// file: kurrentdb/protocols/v2/registry/errors.proto
3+
4+
/* tslint:disable */
5+
/* eslint-disable */
6+
7+
import * as jspb from "google-protobuf";
8+
import * as kurrentdb_protocols_v2_rpc_pb from "../../../../kurrentdb/protocols/v2/rpc_pb";
9+
10+
export enum RegistryError {
11+
REGISTRY_ERROR_UNSPECIFIED = 0,
12+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// source: kurrentdb/protocols/v2/registry/errors.proto
2+
/**
3+
* @fileoverview
4+
* @enhanceable
5+
* @suppress {missingRequire} reports error on implicit type usages.
6+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
7+
* field starts with 'MSG_' and isn't a translatable message.
8+
* @public
9+
*/
10+
// GENERATED CODE -- DO NOT EDIT!
11+
/* eslint-disable */
12+
// @ts-nocheck
13+
14+
var jspb = require('google-protobuf');
15+
var goog = jspb;
16+
var global = (function() {
17+
if (this) { return this; }
18+
if (typeof window !== 'undefined') { return window; }
19+
if (typeof global !== 'undefined') { return global; }
20+
if (typeof self !== 'undefined') { return self; }
21+
return Function('return this')();
22+
}.call(null));
23+
24+
var kurrentdb_protocols_v2_rpc_pb = require('../../../../kurrentdb/protocols/v2/rpc_pb.js');
25+
goog.object.extend(proto, kurrentdb_protocols_v2_rpc_pb);
26+
goog.exportSymbol('proto.kurrentdb.protocol.v2.registry.errors.RegistryError', null, global);
27+
/**
28+
* @enum {number}
29+
*/
30+
proto.kurrentdb.protocol.v2.registry.errors.RegistryError = {
31+
REGISTRY_ERROR_UNSPECIFIED: 0
32+
};
33+
34+
goog.object.extend(exports, proto.kurrentdb.protocol.v2.registry.errors);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// GENERATED CODE -- NO SERVICES IN PROTO

0 commit comments

Comments
 (0)