11/*
2- Copyright 2024 The Crossplane Authors.
3- Licensed under the Apache License, Version 2.0 (the "License");
4- you may not use this file except in compliance with the License.
5- You may obtain a copy of the License at
6- http://www.apache.org/licenses/LICENSE-2.0
7- Unless required by applicable law or agreed to in writing, software
8- distributed under the License is distributed on an "AS IS" BASIS,
9- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10- See the License for the specific language governing permissions and
11- limitations under the License.
2+ Copyright 2024 The Crossplane Authors.
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
1212*/
1313
1414syntax = "proto3" ;
1515
16- import "google/protobuf/struct.proto" ;
17- import "google/protobuf/timestamp.proto" ;
18-
1916// buf:lint:ignore PACKAGE_DIRECTORY_MATCH
2017package changelogs.proto.v1alpha1 ;
2118
19+ import "google/protobuf/struct.proto" ;
20+ import "google/protobuf/timestamp.proto" ;
21+
2222option go_package = "github.com/crossplane/crossplane-runtime/v2/apis/changelogs/proto/v1alpha1" ;
2323
2424// ChangeLogService is a service that provides the ability to send change log
2525// entries.
2626service ChangeLogService {
2727 // SendChangeLog sends a change log entry to the change log service.
28- rpc SendChangeLog (SendChangeLogRequest ) returns (SendChangeLogResponse ) {}
28+ rpc SendChangeLog (SendChangeLogRequest ) returns (SendChangeLogResponse ) {}
2929}
3030
3131// SendChangeLogRequest represents a request to send a single change log entry.
@@ -85,4 +85,4 @@ enum OperationType {
8585// SendChangeLogResponse is the response returned by the ChangeLogService after
8686// a change log entry is sent. Currently, this is an empty message as the only
8787// useful information expected to sent back at this time will be through errors.
88- message SendChangeLogResponse {}
88+ message SendChangeLogResponse {}
0 commit comments