MCPcopy
hub / github.com/caddyserver/caddy / Next

Method Next

modules/caddytls/sessiontickets.go:239–239  ·  modules/caddytls/sessiontickets.go::STEKProvider.Next

Next returns the channel through which the next session ticket keys will be transmitted until doneChan is closed. Keys should be sent on keysChan as they are updated. When doneChan is closed, any resources allocated in Initialize() must be cleaned up.

(doneChan <-chan struct{})

Source from the content-addressed store, hash-verified

237 // When doneChan is closed, any resources allocated in
238 // Initialize() must be cleaned up.
239 Next(doneChan <-chan struct{}) (keysChan <-chan [][32]byte)
240}
241
242const (

Callers 15

loadModuleMapMethod · 0.65
parseACMEServerFunction · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65
UnmarshalCaddyfileMethod · 0.65

Implementers 2

standardSTEKProvidermodules/caddytls/standardstek/stek.go
Providermodules/caddytls/distributedstek/distr

Calls

no outgoing calls

Tested by 11

UnmarshalCaddyfileMethod · 0.52
TestParseOneAndImportFunction · 0.52
TestRecursiveImportFunction · 0.52
TestDirectiveImportFunction · 0.52
TestDispenser_Val_NextFunction · 0.52
TestDispenser_NextArgFunction · 0.52
TestDispenser_NextLineFunction · 0.52
TestDispenser_NextBlockFunction · 0.52
TestDispenser_ArgsFunction · 0.52