oc-lib/link/link.go
2024-07-17 18:02:30 +02:00

8 lines
72 B
Go

package link
type Link struct {
Source string
Destination string
}