package model type BinaryFile struct { Id string Name string Data []byte }