Add a note about where the protobuf comes from

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-08-31 15:09:09 -07:00
parent 191462b0f4
commit ec7f835b12
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ syntax = "proto3";
import "google/protobuf/struct.proto";
import "google/protobuf/duration.proto";
// Note that the authoritative Composition Functions protobuf definition lives
// at the below URL. Each SDK maintains and manually syncs its own copy.
// https://github.com/crossplane/crossplane/tree/master/apis/apiextensions/fn/proto
package proto.v1beta1;
option go_package = "github.com/crossplane/function-sdk-go/proto/v1beta1";