Skip to content

Commit

Permalink
fix: support sumtypes of sumtypes on go2proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine committed Dec 11, 2024
1 parent 6d4332a commit 7af6302
Show file tree
Hide file tree
Showing 17 changed files with 1,311 additions and 609 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROTOS_OUT := "backend/protos/xyz/block/ftl/console/v1/console.pb.go " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/v1/schemaservice_pb.ts " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/schema/v1/schema_pb.ts " + \
CONSOLE_ROOT + "/src/protos/xyz/block/ftl/publish/v1/publish_pb.ts"
GO_SCHEMA_ROOTS := "./internal/schema.{Schema,ModuleRuntimeEvent,DatabaseRuntimeEvent,TopicRuntimeEvent,VerbRuntimeEvent}"
GO_SCHEMA_ROOTS := "./internal/schema.{Schema,ModuleRuntimeEvent,DatabaseRuntimeEvent,TopicRuntimeEvent,VerbRuntimeEvent,RuntimeEvent}"
# Configuration for building Docker images
DOCKER_IMAGES := '''
{
Expand Down
Loading

0 comments on commit 7af6302

Please sign in to comment.