Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = proxy.Plugin{ Name: "Ping", Init: func(ctx context.Context, p *proxy.Proxy) error { log := logr.FromContextOrDiscard(ctx) log.Info("Hello from Ping plugin!") event.Subscribe(p.Event(), 0, onPing()) return nil }, }
Plugin is a ping plugin that handles ping events.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.