Add Todo React component schema and runtime
This commit is contained in:
@@ -39,6 +39,7 @@ enum FieldStorageKind {
|
||||
DERIVED = 2;
|
||||
LAZY = 3;
|
||||
EXTERNAL = 4;
|
||||
STATIC_FINAL = 5;
|
||||
}
|
||||
|
||||
message Ref {
|
||||
@@ -80,6 +81,7 @@ message ClassSchema {
|
||||
string proto_message = 8;
|
||||
repeated OperationServiceSchema operation_services = 9;
|
||||
repeated InterfaceImplementationSchema implements = 10;
|
||||
ConstructorSpec constructor = 11;
|
||||
}
|
||||
|
||||
message FieldSchema {
|
||||
@@ -163,6 +165,10 @@ message MigrationSpec {
|
||||
quixos.FunctionRef function = 3;
|
||||
}
|
||||
|
||||
message ConstructorSpec {
|
||||
quixos.FunctionRef function = 1;
|
||||
}
|
||||
|
||||
message OperationSchema {
|
||||
string name = 1;
|
||||
TypeRef input_type = 2;
|
||||
|
||||
Reference in New Issue
Block a user