oc-lib/resource.go

13 lines
240 B
Go
Raw Permalink Normal View History

2024-07-04 16:08:59 +02:00
package oclib
2024-07-11 16:00:51 +02:00
type Resource struct {
Id string
Name string
ShortDescription string
Description string
Logo string
Owner string
OwnerLogo string
SourceUrl string
}