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>
2024-08-29 21:01:57 +08:00
..
api/v1 feat: reintroducing thumbnails (#3821) 2024-08-29 21:01:57 +08:00
gen feat: reintroducing thumbnails (#3821) 2024-08-29 21:01:57 +08:00
store chore: tweak setting name 2024-08-29 08:28:11 +08:00
buf.gen.yaml chore: update buf dependencies 2024-04-27 00:37:45 +08:00
buf.lock feat: implement highlight renderer 2024-01-15 22:54:18 +08:00
buf.yaml chore: tweak api definition 2024-04-27 22:02:15 +08:00
README.md chore: tweak readme 2024-02-23 08:25:54 +08:00

Guide

Prerequisites

Generate

buf generate

Format

buf format -w