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

Struct fakeResumeTokenClient

tailnet/controllers_test.go:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966type fakeResumeTokenClient struct {
967 ctx context.Context
968 calls chan *fakeResumeTokenCall
969}
970
971func (f *fakeResumeTokenClient) RefreshResumeToken(_ context.Context, _ *proto.RefreshResumeTokenRequest) (*proto.RefreshResumeTokenResponse, error) {
972 call := &fakeResumeTokenCall{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected