Ver código fonte

Add more NodeServices

master
Matt Baer 4 anos atrás
pai
commit
91102b12f3
1 arquivos alterados com 9 adições e 2 exclusões
  1. +9
    -2
      nodeinfo.go

+ 9
- 2
nodeinfo.go Ver arquivo

@@ -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 {


Carregando…
Cancelar
Salvar