oc-lib/link.go
2024-07-16 11:05:11 +02:00

8 lines
73 B
Go

package oclib
type Link struct {
Source string
Destination string
}