This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
otter-space-sdk/pkg/models/source.go
SoXX 76f3c8d97e refactor(model): changed types of model
Signed-off-by: SoXX <soxx@fenpa.ws>
2024-05-31 16:03:35 +02:00

8 lines
264 B
Go

package models
type AnthroveSource struct {
DisplayName AnthroveSourceDisplayName `json:"display_name" format:"string"`
Domain AnthroveSourceDomain `json:"domain" format:"string"`
Icon AnthroveSourceIcon `json:"icon" format:"string"`
}