Explorar el Código

Add more NodeServices

master
Matt Baer hace 5 años
padre
commit
91102b12f3
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. +9
    -2
      nodeinfo.go

+ 9
- 2
nodeinfo.go Ver fichero

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


Cargando…
Cancelar
Guardar