MCPcopy
hub / github.com/google/seesaw / Publisher

Interface Publisher

ecu/stats.go:37–39  ·  view source on GitHub ↗

Publisher is an interface for a statistics publisher. Publishers are notified of updates to the statistics with the Update method.

Source from the content-addressed store, hash-verified

35// Publisher is an interface for a statistics publisher. Publishers are
36// notified of updates to the statistics with the Update method.
37type Publisher interface {
38 Update(s *Stats)
39}
40
41// Stats contains the statistics collected from the Seesaw Engine.
42type Stats struct {

Callers 1

runOnceMethod · 0.65

Implementers 1

Checkhealthcheck/core.go

Calls

no outgoing calls

Tested by

no test coverage detected