mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 11:48:28 -04:00
fd3cdb3d0b
# Description of Changes Host side changes for Wasm to work with `RawModuleDefV10` along with prior versions. Based on #https://github.com/clockworklabs/SpacetimeDB/pull/4098 # API and ABI breaking changes NA # Expected complexity level and risk 1.5 # Testing Existing test will cover for any regression. Not yet functional for `RawModuleDefV10`, so can not be tested now.
22 lines
835 B
C#
Generated
22 lines
835 B
C#
Generated
// THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
|
|
// WILL NOT BE SAVED. MODIFY TABLES IN YOUR MODULE SOURCE CODE INSTEAD.
|
|
|
|
#nullable enable
|
|
|
|
using System;
|
|
|
|
namespace SpacetimeDB.Internal
|
|
{
|
|
[SpacetimeDB.Type]
|
|
public partial record RawModuleDefV10Section : SpacetimeDB.TaggedEnum<(
|
|
Typespace Typespace,
|
|
System.Collections.Generic.List<RawTypeDefV10> Types,
|
|
System.Collections.Generic.List<RawTableDefV10> Tables,
|
|
System.Collections.Generic.List<RawReducerDefV10> Reducers,
|
|
System.Collections.Generic.List<RawProcedureDefV10> Procedures,
|
|
System.Collections.Generic.List<RawViewDefV10> Views,
|
|
System.Collections.Generic.List<RawScheduleDefV10> Schedules,
|
|
System.Collections.Generic.List<RawLifeCycleReducerDefV10> LifeCycleReducers
|
|
)>;
|
|
}
|