NodeInfoServices

com.worxbend.codeberg4s.miscellaneous.NodeInfoServices
final case class NodeInfoServices

The third-party services this instance can exchange content with.

Both directions are empty on a stock Forgejo; the fields exist because the NodeInfo schema declares them, and an absent array is an empty one here rather than a None, per rule 2 of com.worxbend.codeberg4s.codec.WireConventions.

Value parameters

inbound

services the instance can receive content from

outbound

services the instance can publish content to

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product