Documentation ¶
Overview ¶
Code generated by generator, DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnotherType ¶
type AnotherTypeChangeSet ¶
type TestStruct ¶
type TestStruct struct { IntValue int StringValue string TypeValue AnotherType IntPtr *int StringPtr *string TypePtr *AnotherType ArrayInt []int ArrayObject []AnotherType }
type TestStructChangeSet ¶
type TestStructChangeSet struct { IntValue *int StringValue *string TypeValue *AnotherTypeChangeSet IntPtr *int StringPtr *string TypePtr *AnotherTypeChangeSet ArrayInt *global.ArrayDiff[int] ArrayObject *global.ArrayObjectDiff[AnotherType, AnotherTypeChangeSet] }
Click to show internal directories.
Click to hide internal directories.