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

Method New

tailnet/controllers.go:171–173  ·  view source on GitHub ↗

New satisfies the method on the CoordinationController interface

(client CoordinatorClient)

Source from the content-addressed store, hash-verified

169
170// New satisfies the method on the CoordinationController interface
171func (c *BasicCoordinationController) New(client CoordinatorClient) CloserWaiter {
172 return c.NewCoordination(client)
173}
174
175// NewCoordination creates a BasicCoordination
176func (c *BasicCoordinationController) NewCoordination(client CoordinatorClient) *BasicCoordination {

Callers

nothing calls this directly

Calls 1

NewCoordinationMethod · 0.95

Tested by

no test coverage detected