chore: rename Coordinator to CoordinatorV1 (#11222)

Renames the tailnet.Coordinator to represent both v1 and v2 APIs, so that we can use this interface for the main atomic pointer.

Part of #10532
This commit is contained in:
Spike Curtis
2023-12-15 11:38:12 +04:00
committed by GitHub
parent 545cb9a7cc
commit ad3fed72bc
9 changed files with 37 additions and 29 deletions

View File

@ -215,7 +215,7 @@ type client struct {
t *testing.T
agentID uuid.UUID
manifest agentsdk.Manifest
coordinator tailnet.Coordinator
coordinator tailnet.CoordinatorV1
}
func (c *client) Manifest(_ context.Context) (agentsdk.Manifest, error) {