Skip to content

Commit 403febb

Browse files
author
Bojan Djurkovic
committed
add proto generation to taskfile
1 parent 21fc799 commit 403febb

File tree

11 files changed

+314
-249
lines changed

11 files changed

+314
-249
lines changed

Taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ vars:
1010

1111
includes:
1212
install: taskfiles/install.yaml
13+
proto: taskfiles/proto.yaml
1314

1415
tasks:
1516
lint:

proto/gen/es/common/v1/errordetails_pb.ts renamed to proto/gen/es/redpanda/common/v1/errordetails_pb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// @generated by protoc-gen-es v1.6.0 with parameter "target=ts,import_extension=,js_import_style=legacy_commonjs"
2-
// @generated from file common/v1/errordetails.proto (package redpanda.common.v1, syntax proto3)
2+
// @generated from file redpanda/common/v1/errordetails.proto (package redpanda.common.v1, syntax proto3)
33
/* eslint-disable */
44
// @ts-nocheck
55

66
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
77
import { Any, Message, proto3 } from "@bufbuild/protobuf";
8-
import { Status } from "../../google/rpc/status_pb";
8+
import { Status } from "../../../google/rpc/status_pb";
99

1010
/**
1111
* AttemptInfo contains information about retryable actions and their specific attempts.

proto/gen/es/common/v1/page_token_pb.ts renamed to proto/gen/es/redpanda/common/v1/page_token_pb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @generated by protoc-gen-es v1.6.0 with parameter "target=ts,import_extension=,js_import_style=legacy_commonjs"
2-
// @generated from file common/v1/page_token.proto (package redpanda.common.v1, syntax proto3)
2+
// @generated from file redpanda/common/v1/page_token.proto (package redpanda.common.v1, syntax proto3)
33
/* eslint-disable */
44
// @ts-nocheck
55

proto/gen/go/common/v1/page_token.pb.go

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)