test

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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 AnotherType struct {
	AnotherA int
	AnotherB string
}

type AnotherTypeChangeSet

type AnotherTypeChangeSet struct {
	AnotherA *int
	AnotherB *string
}

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]
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL