You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/proto
RoccoSmit 9b1adfbbe9
feat: reintroducing thumbnails (#3821)
* Reintroducing thumbnails

* Aligned with linting rules

* making recomended code review change
- changed method names to start with lower case as they are not used outside of their package
- made receiver types for struct funcs to be pointers to not need to create copies

Trying to cover all linting issues
- converted slog warning to use attributes when logging warnings
- seperated imports to have package files in their own section

* Update go.mod

---------

Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
6 months ago
..
api/v1 feat: reintroducing thumbnails (#3821) 6 months ago
gen feat: reintroducing thumbnails (#3821) 6 months ago
store chore: tweak setting name 6 months ago
README.md
buf.gen.yaml
buf.lock
buf.yaml

README.md

Guide

Prerequisites

Generate

buf generate

Format

buf format -w