Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error represents a fedihelper specific error.
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
Transport handled signing outgoing requests to federated instances.
func New ¶
func New(clock pub.Clock, client pub.HttpClient, pubKeyID string, privkey crypto.PrivateKey) (*Transport, error)
New creates a new Transport module.
func (*Transport) InstanceGet ¶
Click to show internal directories.
Click to hide internal directories.