Files
docker-cli/cli
Sebastiaan van Stijn 1e7add9f4b cli/internal/oauth/api: fix "unused-receiver" linting
cli/internal/oauth/api/api.go:227:7: unused-receiver: method receiver 'a' is not referenced in method's body, consider removing or renaming it as _ (revive)
    func (a API) GetAutoPAT(ctx context.Context, audience string, res TokenResponse) (string, error) {
          ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-17 15:24:54 +01:00
..
2025-02-03 12:21:00 +01:00
2024-10-19 00:48:16 +02:00
2025-02-17 15:24:52 +01:00