miniflux-v2/ui
Frédéric Guillot c234903255 Rename Miniflux package name to follow Go module naming convention
For reference: https://go.dev/ref/mod#major-version-suffixes
2023-08-09 22:10:44 -07:00
..
form Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
session Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
view Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
about.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
api_key_create.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
api_key_list.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
api_key_remove.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
api_key_save.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
bookmark_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_create.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_edit.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_entries_all.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_feeds.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_list.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_mark_as_read.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_refresh.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_remove.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_save.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
category_update.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_bookmark.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_category.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_enclosure_save_position.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_feed.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_read.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_save.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_scraper.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_search.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_toggle_bookmark.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_unread.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
entry_update_status.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_edit.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_entries_all.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_icon.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_list.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_mark_as_read.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_refresh.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_remove.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
feed_update.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
handler.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
history_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
history_flush.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
integration_pocket.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
integration_show.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
integration_update.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
login_check.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
login_show.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
logout.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
middleware.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
oauth2.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
oauth2_callback.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
oauth2_redirect.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
oauth2_unlink.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
offline.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
opml_export.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
opml_import.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
opml_upload.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
pagination.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
proxy.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
search_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
session_list.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
session_remove.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
settings_show.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
settings_update.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
share.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
shared_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static_app_icon.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static_favicon.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static_javascript.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static_manifest.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
static_stylesheet.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
subscription_add.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
subscription_bookmarklet.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
subscription_choose.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
subscription_submit.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
ui.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
unread_entries.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
unread_mark_all_read.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_create.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_edit.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_list.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_remove.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_save.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00
user_update.go Rename Miniflux package name to follow Go module naming convention 2023-08-09 22:10:44 -07:00