PhotoService

PhotoService
trait PhotoService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def photoGet(id: PhotoId): IO[PhotoServiceIssue, Photo]
def photoUpload(filename: String, data: Chunk[Byte], ownerId: Option[PhotoOwnerId], event: Option[PhotoEvent]): IO[PhotoServiceIssue, PhotoId]