aboutsummaryrefslogtreecommitdiff
path: root/internal/image/repo.go
blob: a65ad49138669e3aa3e8a379d209168863625535 (plain)
1
2
3
4
5
6
package image

// Repo storage interface
type Repo interface {
	AddNewFile(filename string, meta *PostMeta, timeout int) error
}