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:
parent
db51ec15fc
commit
91102b12f3
11
nodeinfo.go
11
nodeinfo.go
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user