resource preliminary def

This commit is contained in:
ycc
2024-07-11 16:00:51 +02:00
parent e5c63bf430
commit ace8a7bf45
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
package oclib
type Data struct {
Resource
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

+11
View File
@@ -1 +1,12 @@
package oclib
type Resource struct {
Id string
Name string
ShortDescription string
Description string
Logo string
Owner string
OwnerLogo string
SourceUrl string
}