Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReflectTag ¶
gorm
func NewReflectTag ¶
func NewReflectTag() *ReflectTag
func (*ReflectTag) ParseTag ¶
func (gt *ReflectTag) ParseTag(tagstr string) *ReflectTag
type ReflectTags ¶
type ReflectTags struct {
// contains filtered or unexported fields
}
func NewReflectTags ¶
func NewReflectTags() *ReflectTags
func (*ReflectTags) Log ¶
func (tag *ReflectTags) Log()
func (*ReflectTags) ParseOne ¶
func (tag *ReflectTags) ParseOne(v any, FieldName string, tagName string)
func (*ReflectTags) ParseTags ¶
func (tag *ReflectTags) ParseTags(v interface{})
func (*ReflectTags) ToString ¶
func (tag *ReflectTags) ToString() string
Click to show internal directories.
Click to hide internal directories.