Added arn to the main repository
This commit is contained in:
7
arn/Link.go
Normal file
7
arn/Link.go
Normal file
@ -0,0 +1,7 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user