Changeset 0.22.4 (#146)
This commit is contained in:
@@ -393,6 +393,7 @@ type AttachmentStore interface {
|
||||
GetByID(ctx context.Context, id string) (*models.Attachment, error)
|
||||
GetByChannel(ctx context.Context, channelID string) ([]models.Attachment, error)
|
||||
GetByMessage(ctx context.Context, messageID string) ([]models.Attachment, error)
|
||||
GetByProject(ctx context.Context, projectID string) ([]models.Attachment, error) // v0.22.4
|
||||
SetMessageID(ctx context.Context, attachmentID, messageID string) error
|
||||
UpdateMetadata(ctx context.Context, id string, metadata map[string]interface{}) error
|
||||
SetExtractedText(ctx context.Context, id string, text string) error
|
||||
|
||||
Reference in New Issue
Block a user