MCPcopy Create free account
hub / github.com/coder/coder / tallymanPublisher

Struct tallymanPublisher

enterprise/coderd/usage/publisher.go:50–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type tallymanPublisher struct {
51 ctx context.Context
52 ctxCancel context.CancelFunc
53 log slog.Logger
54 db database.Store
55 licenseKeys map[string]ed25519.PublicKey
56 done chan struct{}
57
58 // Configured with options:
59 ingestURL string
60 httpClient *http.Client
61 clock quartz.Clock
62 initialDelay time.Duration
63}
64
65var _ Publisher = &tallymanPublisher{}
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected