File tree Expand file tree Collapse file tree 13 files changed +57
-135
lines changed
pulsar/internal/pulsar_proto Expand file tree Collapse file tree 13 files changed +57
-135
lines changed Original file line number Diff line number Diff line change 1
- #
2
1
# Licensed to the Apache Software Foundation (ASF) under one
3
2
# or more contributor license agreements. See the NOTICE file
4
3
# distributed with this work for additional information
15
14
# KIND, either express or implied. See the License for the
16
15
# specific language governing permissions and limitations
17
16
# under the License.
18
- #
19
17
20
18
github :
21
19
description : " Apache Pulsar Go Client Library"
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@v3
32
- - run : make lint
32
+ - name : Check license header
33
+ run : docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v3 check
34
+ - name : Run golangci-lint
35
+ run : make lint
33
36
34
37
integration-tests :
35
38
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- #
2
1
# Licensed to the Apache Software Foundation (ASF) under one
3
2
# or more contributor license agreements. See the NOTICE file
4
3
# distributed with this work for additional information
15
14
# KIND, either express or implied. See the License for the
16
15
# specific language governing permissions and limitations
17
16
# under the License.
18
- #
19
17
20
18
# Explicit version of Pulsar and Golang images should be
21
19
# set via the Makefile or CLI
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- #
3
2
# Licensed to the Apache Software Foundation (ASF) under one
4
3
# or more contributor license agreements. See the NOTICE file
5
4
# distributed with this work for additional information
16
15
# KIND, either express or implied. See the License for the
17
16
# specific language governing permissions and limitations
18
17
# under the License.
19
- #
18
+
20
19
21
20
export CA_HOME=$( pwd)
22
21
echo $CA_HOME
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- #
3
2
# Licensed to the Apache Software Foundation (ASF) under one
4
3
# or more contributor license agreements. See the NOTICE file
5
4
# distributed with this work for additional information
16
15
# KIND, either express or implied. See the License for the
17
16
# specific language governing permissions and limitations
18
17
# under the License.
19
- #
18
+
20
19
21
20
PROJECT_DIR=$( git rev-parse --show-toplevel)
22
21
SOURCE_PATH=" $PROJECT_DIR /integration-tests/pb"
Original file line number Diff line number Diff line change 1
- /**
1
+ /*
2
2
* Licensed to the Apache Software Foundation (ASF) under one
3
3
* or more contributor license agreements. See the NOTICE file
4
4
* distributed with this work for additional information
16
16
* specific language governing permissions and limitations
17
17
* under the License.
18
18
*/
19
+
19
20
syntax = "proto3" ;
20
21
package prototest ;
21
22
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
syntax = "proto3" ;
2
21
package prototest ;
3
22
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
18
+ headerPath = " Apache-2.0-ASF.txt"
19
+
20
+ excludes = [
21
+ " *.txt" ,
22
+ ]
23
+
24
+ [mapping .DOUBLESLASH_STYLE ]
25
+ extensions = [" go" ]
Original file line number Diff line number Diff line change 1
- /**
1
+ /*
2
2
* Licensed to the Apache Software Foundation (ASF) under one
3
3
* or more contributor license agreements. See the NOTICE file
4
4
* distributed with this work for additional information
16
16
* specific language governing permissions and limitations
17
17
* under the License.
18
18
*/
19
+
19
20
syntax = "proto2" ;
20
21
21
22
package pulsar.proto ;
You can’t perform that action at this time.
0 commit comments