Documentation ¶ Index ¶ type CompatibilityComparer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CompatibilityComparer ¶ type CompatibilityComparer[T any] interface { fmt.Stringer // IsCompatible returns an error if the data in storage is not compatible with the runtime data // and return a new T to be stored into DB (if !=nil) IsCompatible(storage T) (*T, error) } Source Files ¶ View all Source files comparer.go Click to show internal directories. Click to hide internal directories.