Documentation
¶
Index ¶
- func SQLOptions(opts ...SQLOption) sqlOptions
- type SQLOption
- func LikeDisplayName(displayName string) SQLOption
- func LikeDisplayNameOrModel(displayName string) SQLOption
- func WithDisplayName(DisplayName string) SQLOption
- func WithID(id uint32) SQLOption
- func WithIDs(ids []uint32) SQLOption
- func WithIsActive(isActive bool) SQLOption
- func WithModel(model string) SQLOption
- func WithModelType(modelType string) SQLOption
- func WithOrgID(orgID string) SQLOption
- func WithProvider(provider string) SQLOption
- func WithUpdateLock() 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 LikeDisplayName ¶
func LikeDisplayNameOrModel ¶
func WithDisplayName ¶
func WithIsActive ¶
func WithModelType ¶
func WithProvider ¶
func WithUpdateLock ¶
func WithUpdateLock() SQLOption
func WithUserID ¶
Click to show internal directories.
Click to hide internal directories.