mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2025-01-09 18:00:56 +00:00
5 lines
77 B
Go
5 lines
77 B
Go
package blob
|
|
|
|
type Storage interface {
|
|
Write(path string, content []byte)
|
|
}
|