Documentation ¶
Index ¶
- func Field[T any](object Object, fieldName string) (T, error)
- func HasField(object Object, fieldName string) bool
- func RelationColumnName(object Object) string
- func RelationTableName(schema string, left Object, right Object) string
- func RelativeDomainPath(object Object) string
- func SetField[T any](object Object, fieldName string, value T) error
- func SnakeDomainName(object Object) string
- func TableName(schema string, object Object) string
- func ToConcrete[T Object](object Object) (T, error)
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RelationColumnName ¶
func RelativeDomainPath ¶
func SnakeDomainName ¶
func ToConcrete ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.