Documentation
¶
Index ¶
- type Enter
- func (e Enter[T]) AnyToMap(obj any) map[string]string
- func (e Enter[T]) Clone(src any, dst any)
- func (e Enter[T]) CopyStruct(src, dst any)
- func (e Enter[T]) GetStructFields(obj any) []string
- func (e Enter[T]) GetStructJsonTags(obj any) []string
- func (e Enter[T]) Struct2Map(obj any) map[string]any
- func (e Enter[T]) Struct2MapString(obj any) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enter ¶
type Enter[D any] struct{}
func (Enter[T]) CopyStruct ¶
func (Enter[T]) GetStructFields ¶
func (Enter[T]) GetStructJsonTags ¶
func (Enter[T]) Struct2Map ¶
Struct2Map return map
Click to show internal directories.
Click to hide internal directories.