-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
2,798 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
syntax = "proto3"; | ||
option go_package = "github.com/unpackdev/protos/dist/go/ast;ast_pb"; | ||
package unpack.v1.ast; | ||
|
||
import "ast/types.proto"; | ||
import "ast/src.proto"; | ||
import "ast/type_name.proto"; | ||
import "xds/type/v3/typed_struct.proto"; | ||
|
||
message InlineArray { | ||
int64 id = 1; | ||
unpack.v1.ast.NodeType node_type = 2; | ||
unpack.v1.ast.Src src = 3; | ||
bool is_empty = 4; | ||
repeated xds.type.v3.TypedStruct expressions = 5; | ||
repeated unpack.v1.ast.TypeDescription type_descriptions = 6; | ||
unpack.v1.ast.TypeDescription type_description = 7; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.