Documentation ¶
Overview ¶
Package extension outlines the interfaces required for an ActivityStreams extension.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExtension ¶
func RegisterPluginProvider ¶
func RegisterPluginProvider(p PluginProvider)
func RegisteredPlugins ¶
func RegisteredPlugins() []string
Types ¶
type NamedPlugin ¶
type PluginProvider ¶
type PluginProvider interface { Add() <-chan NamedPlugin Remove() <-chan string // nil errors will be sent in response to successful calls to Add or Remove Err() chan<- error Done() <-chan struct{} }
type PropertyResolver ¶
type PropertyResolver interface { }
Click to show internal directories.
Click to hide internal directories.