1
0
mirror of https://github.com/writeas/go-nodeinfo.git synced 2025-07-27 17:29:49 +00:00

Add more NodeServices

This commit is contained in:
Matt Baer 2018-08-09 13:14:10 -04:00
parent db51ec15fc
commit 91102b12f3

View File

@ -19,8 +19,15 @@ const (
ProtocolZot = "zot"
// Services that can be supported (inbound or outbound) by this node's API.
ServiceTwitter NodeService = "twitter"
ServiceTumblr = "tumblr"
ServiceAtom NodeService = "atom1.0"
ServiceGNUSocial = "gnusocial"
ServiceIMAP = "imap"
ServicePnut = "pnut"
ServicePOP3 = "pop3"
ServicePumpIO = "pumpio"
ServiceRSS = "rss2.0"
ServiceTwitter = "twitter"
ServiceTumblr = "tumblr"
)
type Config struct {