Documentation
¶
Overview ¶
Package l4postgres allows the L4 multiplexing of Postgres connections
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchPostgres ¶
type MatchPostgres struct{}
MatchPostgres is able to match Postgres connections.
func (*MatchPostgres) CaddyModule ¶
func (*MatchPostgres) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*MatchPostgres) Match ¶
func (m *MatchPostgres) Match(cx *layer4.Connection) (bool, error)
Match returns true if the connection looks like the Postgres protocol.
func (*MatchPostgres) UnmarshalCaddyfile ¶
func (m *MatchPostgres) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
UnmarshalCaddyfile sets up the matcher from Caddyfile tokens.
Click to show internal directories.
Click to hide internal directories.