Documentation ¶ Index ¶ func Field[T any](object Object, fieldName string) (T, error) func HasField(object Object, fieldName string) bool func SetField[T any](object Object, fieldName string, value T) error func ToConcrete[T Object](object Object) (T, error) type Object Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Field ¶ func Field[T any](object Object, fieldName string) (T, error) func HasField ¶ func HasField(object Object, fieldName string) bool func SetField ¶ func SetField[T any](object Object, fieldName string, value T) error func ToConcrete ¶ func ToConcrete[T Object](object Object) (T, error) Types ¶ type Object ¶ type Object interface{} Source Files ¶ View all Source files object.go Directories ¶ Show internal Expand all Path Synopsis entity value_object Click to show internal directories. Click to hide internal directories.