Documentation
¶
Overview ¶
Code generated by construct, DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyTargetTypeChangeSet ¶
type MyTargetTypeChangeSet struct {
ID *uuid.UUID
Foo *string
Bar []byte
Baz *fixtures.MyEmbeddedType
LastTime **time.Time
LastUpdate *time.Time
Donuts []fixtures.Donut
}
func DiffMyTargetType ¶ added in v2.2.0
func DiffMyTargetType(source fixtures.MyType, target fixtures.MyType) (c MyTargetTypeChangeSet)
func MyTargetTypeToChangeSet ¶
func MyTargetTypeToChangeSet(r fixtures.MyType) (c MyTargetTypeChangeSet)
func (MyTargetTypeChangeSet) Empty ¶ added in v2.2.0
func (c MyTargetTypeChangeSet) Empty() bool
Click to show internal directories.
Click to hide internal directories.