Documentation
¶
Index ¶
- type SQLOption
- func LikeName(name string) SQLOption
- func WithDelete(deleted int) SQLOption
- func WithDocIDs(ids []string) SQLOption
- func WithFilePathMd5(filePathMd5 string) SQLOption
- func WithID(id uint32) SQLOption
- func WithIDs(ids []uint32) SQLOption
- func WithImportID(id string) SQLOption
- func WithKnowledgeID(id string) SQLOption
- func WithName(name string) SQLOption
- func WithOrgID(orgID string) SQLOption
- func WithPermit(orgID, userID string) SQLOption
- func WithStatusList(status []int) SQLOption
- func WithUserID(userID string) SQLOption
- func WithoutStatus(status int) SQLOption
- type SqlOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLOption ¶
func WithDelete ¶
func WithDocIDs ¶
func WithFilePathMd5 ¶
func WithImportID ¶
func WithKnowledgeID ¶
func WithStatusList ¶
func WithUserID ¶
func WithoutStatus ¶
type SqlOptions ¶
type SqlOptions []SQLOption
func SQLOptions ¶
func SQLOptions(opts ...SQLOption) SqlOptions
Click to show internal directories.
Click to hide internal directories.