Initial commit
This commit is contained in:
commit
c0cb826917
63 changed files with 2069 additions and 0 deletions
8
internal/application/common/image_result.go
Normal file
8
internal/application/common/image_result.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package common
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type ImageResult struct {
|
||||
Id uuid.UUID
|
||||
Path string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue