Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotInitialize = errors.New("the search system has not been initialized")
)
Functions ¶
func Create ¶
func Create( UserID uint64, Language string, YourStart int, YourEnd int, YourSex int, MyAge int, MySex int, interests ...string, ) error
Create inserts a new record into the search table
Types ¶
type SearchResult ¶
type SearchSystem ¶
type SearchSystem struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.