notify.moe/arn/Link.go

8 lines
178 B
Go
Raw Permalink Normal View History

2019-06-03 09:32:43 +00:00
package arn
// Link describes a single link to an external website.
type Link struct {
Title string `json:"title" editable:"true"`
URL string `json:"url" editable:"true"`
}