memos/plugin/http_getter/http_getter.go
boojack 2d49e96a8a
feat: get image blob in backend (#495)
* feat: get image blob in backend

* chore: update
2022-11-19 18:43:56 +08:00

5 lines
127 B
Go

// getter is using to get resources from url.
// * Get metadata for website;
// * Get image blob to avoid CORS;
package getter