MCPcopy Index your code
hub / github.com/coder/coder / inMemoryCoordClient

Struct inMemoryCoordClient

tailnet/controllers.go:559–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559type inMemoryCoordClient struct {
560 sync.Mutex
561 ctx context.Context
562 cancel context.CancelFunc
563 closed bool
564 logger slog.Logger
565 resps <-chan *proto.CoordinateResponse
566 reqs chan<- *proto.CoordinateRequest
567}
568
569func (c *inMemoryCoordClient) Close() error {
570 c.cancel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected