Documentation ¶
Index ¶
- type TSVector
- func (tsv TSVector) GormDataType() string
- func (tsv TSVector) GormValue(ctx context.Context, db *gorm.DB) clause.Expr
- func (tsv TSVector) Lexemes() map[string][]int
- func (tsv *TSVector) Scan(v interface{}) error
- func (tsv *TSVector) UnmarshalJSON(data []byte) error
- func (tsv TSVector) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TSVector ¶
type TSVector struct {
// contains filtered or unexported fields
}
func ToTSVector ¶
func (TSVector) GormDataType ¶
func (*TSVector) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.