Documentation ¶
Overview ¶
Package nodeinfo contains types and a simple client for reading the standard NodeInfo protocol described by Diaspora1.
This package supports version 2.02 because that is the one most commonly used.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { Version string `json:"version"` Software Software `json:"software"` Protocols []string `json:"protocols"` Services Services `json:"services"` OpenRegistration bool `json:"openRegistration"` Usage Usage `json:"usage"` Metadata any `json:"metadata"` }
Node is the node information you are looking for.
type Services ¶
Services lists the third party services that this server can connect to with their application API.
Click to show internal directories.
Click to hide internal directories.