2022-07-24 20:33:39 +02:00

6 lines
51 B
Go

package domain
type Remote struct {
URL string
}