Documentation
¶
Index ¶
- func SQLOptions(opts ...SQLOption) sqlOptions
- type SQLOption
- func EndCreatedAt(endCreatedAt int64) SQLOption
- func EndUpdatedAt(endUpdatedAt int64) SQLOption
- func InAppIds(appIds []string) SQLOption
- func LikeName(name string) SQLOption
- func Private() SQLOption
- func StartCreatedAt(startCreatedAt int64) SQLOption
- func StartUpdatedAt(startUpdatedAt int64) SQLOption
- func WithApiKey(apiKey string) SQLOption
- func WithAppID(appID string) SQLOption
- func WithAppIDs(Ids []string) SQLOption
- func WithAppType(appType string) SQLOption
- func WithContent(content string) SQLOption
- func WithContents(contents []string) SQLOption
- func WithConversationID(id string) SQLOption
- func WithExcludeUserID(userID string) SQLOption
- func WithID(id uint32) SQLOption
- func WithIDs(Ids []string) SQLOption
- func WithName(name string) SQLOption
- func WithOrgID(orgID string) SQLOption
- func WithSearchType(userID, orgID, searchType string) SQLOption
- func WithSuffix(suffix string) SQLOption
- func WithTableID(tableID uint32) SQLOption
- func WithTableIDs(tableIDs []string) SQLOption
- func WithUserID(userID string) SQLOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SQLOptions ¶
func SQLOptions(opts ...SQLOption) sqlOptions
Types ¶
type SQLOption ¶
func EndCreatedAt ¶
func EndUpdatedAt ¶
func StartCreatedAt ¶
func StartUpdatedAt ¶
func WithApiKey ¶
func WithAppIDs ¶ added in v0.2.1
func WithAppType ¶
func WithContent ¶ added in v0.1.5
func WithContents ¶ added in v0.1.5
func WithConversationID ¶ added in v0.2.8
func WithExcludeUserID ¶
func WithSearchType ¶
func WithSuffix ¶ added in v0.1.7
func WithTableID ¶ added in v0.1.5
func WithTableIDs ¶ added in v0.1.5
func WithUserID ¶
Click to show internal directories.
Click to hide internal directories.