This repository has been archived on 2021-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
my-bloody-hetzner-sb-notifier/writer/writer.go

8 lines
137 B
Go
Raw Normal View History

2018-10-26 22:31:39 +02:00
package writer
import "github.com/mrahbar/my-bloody-hetzner-sb-notifier/hetzner"
type Writer interface {
Print(deals hetzner.Deals)
}