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

View File

@ -1 +1,5 @@
package oclib package oclib
type Data struct {
Resource
}

BIN
doc/oclib.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

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