1 2 3 4 5 6
package image // Repo storage interface type Repo interface { AddNewFile(filename string, meta *PostMeta, timeout int) error }