Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server httpserver.Config Handler sharing.Config // ShutdownDelay is how long to wait until Shutdown is called. During // the delay the health endpoint should return 503s to allow a load // balancer time to re-route requests. ShutdownDelay time.Duration // Maxmind geolocation database path. GeoLocationDB string }
Config contains configurable values for sno registration Peer.
type Peer ¶
type Peer struct { Log *zap.Logger Mapper *objectmap.IPDB Server *httpserver.Server TXTRecords *sharing.TXTRecords // contains filtered or unexported fields }
Peer is the representation of a Linksharing service itself.
architecture: Peer
Directories ¶
Path | Synopsis |
---|---|
internal/signed
Package signed provides verification of requests signed with AWS Signature Version 4 machinery.
|
Package signed provides verification of requests signed with AWS Signature Version 4 machinery. |
Click to show internal directories.
Click to hide internal directories.