proto + grpc handler
This commit is contained in:
parent
a72002540d
commit
37041fc8fe
15 changed files with 942 additions and 14 deletions
6
internal/interfaces/convert.go
Normal file
6
internal/interfaces/convert.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package interfaces
|
||||
|
||||
type Converter interface {
|
||||
MakeThumbnail() error
|
||||
ConvertToJpeg() error
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue