Versions in this module Expand all Collapse all v0 v0.1.1 Feb 24, 2025 Changes in this version + type BlobResponse struct + Height int + ID string + PreviewUrl string + Width int + type BlobSimilarResponse struct + Height int + ID string + PreviewUrl string + Similar []PostSimilarityListItem + Width int + type ErrorResponse struct + Code int + Message string + type LoginFormModel struct + Password string + Username string + type PostCountResponse struct + PostCount int + type PostCreateModel struct + BlobID string + SourceURL string + Tags []string + type PostListItem struct + ID string + ImagePath string + ImageThumbnailPath string + type PostPaginationResponse struct + CurrentPage int + PostCount int + Posts []PostListItem + Tags []TagListItem + TotalPage int + type PostReadModel struct + Height int + ID string + ImagePath string + ImagePreviewPath string + SourceURL string + Tags []TagListItem + UploadDate time.Time + Uploader string + Width int + type PostSimilarityListItem struct + Distance int + ID string + ImagePath string + ImageThumbnailPath string + type PostUpdateModel struct + SourceURL string + Tags []string + type SimilarResponse struct + Similar []PostSimilarityListItem + type TagAutocompleteListItem struct + Name string + type TagCreateModel struct + Name string + TagTypeID uint + type TagListItem struct + PostCount int + TagID string + TagName string + TagType string + type TagNoteUpdateModel struct + Note string + type TagReadModel struct + PostCount int + TagID string + TagName string + TagNote string + TagType string + type TagTypeCreateModel struct + Name string + type TagTypeListItem struct + ID uint + Name string + type TagUpdateModel struct + Name string + TagTypeID uint + type TokenResponse struct + Token string + type UserCreateModel struct + Email string + Password string + Username string + type UserProfileResponse struct + Email string + Username string + type UserUpdateModel struct + Email string + Username string + type UserUpdatePasswordModel struct + NewPassword string + OldPassword string