package common import "github.com/google/uuid" type ImageResult struct { Id uuid.UUID Path string }