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/graphModels/source.go

8 lines
164 B
Go
Raw Normal View History

package graphModels
2024-02-16 14:16:50 +00:00
type AnthroveSource struct {
DisplayName string `json:"display_name"`
Domain string `json:"domain"`
Icon string `json:"icon"`
}