srpmproc/internal/blob/blob.go

6 lines
77 B
Go
Raw Normal View History

package blob
type Storage interface {
Write(path string, content []byte)
}