Skip to content

feat(queue): add GetInfo func #644

feat(queue): add GetInfo func

feat(queue): add GetInfo func #644

GitHub Actions / golangci failed Sep 25, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

vela/admin.go|1| : # github.com/go-vela/sdk-go/vela [github.com/go-vela/sdk-go/vela.test]
vela/queue_test.go|34 col 28| c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds)
vela/queue_test.go|55 col 26| c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds) (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in vela/admin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/admin.go#L1

: # github.com/go-vela/sdk-go/vela [github.com/go-vela/sdk-go/vela.test]
Raw output
vela/admin.go:1: : # github.com/go-vela/sdk-go/vela [github.com/go-vela/sdk-go/vela.test]

Check failure on line 34 in vela/queue_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/queue_test.go#L34

c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds)
Raw output
vela/queue_test.go:34:28: c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds)

Check failure on line 55 in vela/queue_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/queue_test.go#L55

c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds) (typecheck)
Raw output
vela/queue_test.go:55:26: c.Queue.GetQueueCreds undefined (type *QueueService has no field or method GetQueueCreds) (typecheck)
// Copyright (c) 2023 Target Brands, Inc. All rights reserved.