MCPcopy
hub / github.com/IBM/sarama / DummyTokenProvider

Struct DummyTokenProvider

config_test.go:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type DummyTokenProvider struct{}
59
60func (t *DummyTokenProvider) Token() (*AccessToken, error) {
61 return &AccessToken{Token: "access-token-string"}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected