drone-email/pkg/domain/remote.go

6 lines
51 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type Remote struct {
URL string
}