Add watch stream protocol

This commit is contained in:
Timothy J. Aveni
2026-07-12 14:00:39 -07:00
parent 63a3d99588
commit 7c91982f8f
9 changed files with 253 additions and 12 deletions
+1
View File
@@ -854,3 +854,4 @@ export const CaminoService: GenService<{
},
}> = /*@__PURE__*/
serviceDesc(file_camino_api, 0);
+1
View File
@@ -180,3 +180,4 @@ export const field_ops: GenExtension<FieldOptions, FieldOps> = /*@__PURE__*/
*/
export const impl: GenExtension<MethodOptions$1, FunctionRef> = /*@__PURE__*/
extDesc(file_camino_options, 9);
+1
View File
@@ -695,3 +695,4 @@ export enum FieldImplementation {
*/
export const FieldImplementationSchema: GenEnum<FieldImplementation> = /*@__PURE__*/
enumDesc(file_camino_schema, 4);