Skip to content

Commit

Permalink
Merge pull request #10 from stackb/protoasset-dependencies
Browse files Browse the repository at this point in the history
Add ProtoAsset.dependencies
  • Loading branch information
pcj authored Jun 22, 2023
2 parents eb7e882 + a00c944 commit 972cfb5
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 71 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Stack.Build APIs

This repository contains protobuf definitions for stackb apis.
This repository contains protobuf definitions for stackb apis.
151 changes: 81 additions & 70 deletions build/stack/protobuf/package/v1alpha1/package.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/stack/protobuf/package/v1alpha1/package.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ message ProtoAsset {
string asset_url = 5;
// URL where the source file is stored.
string source_url = 6;
// list of direct dependencies with hashed form (e.g. 'google/protobuf/any.proto@protoreflecthash.v0:0e24bad962e415eb78b7e030d8037580cefbb3a8798865cdd026b549e7d7787b')
repeated string dependencies = 7;
}

// ProtoCompiler represents the tool used to generate proto descriptors.
Expand Down

0 comments on commit 972cfb5

Please sign in to comment.