ソースを参照

Add more NodeServices

master
Matt Baer 5年前
コミット
91102b12f3
1個のファイルの変更9行の追加2行の削除
  1. +9
    -2
      nodeinfo.go

+ 9
- 2
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 {


読み込み中…
キャンセル
保存