feat(bedrock): add guardrails and evaluation jobs #157
golangci-lint.yml
on: pull_request
golangci-lint
2m 19s
Annotations
10 errors
golangci-lint:
pkg/commands/list/list.go#L13
could not import github.com/ekristen/aws-nuke/resources (-: # github.com/ekristen/aws-nuke/resources
|
golangci-lint:
resources/bedrock-evaluation-jobs.go#L36
undefined: bedrock.ListEvaluationJobsInput
|
golangci-lint:
resources/bedrock-evaluation-jobs.go#L41
svc.ListEvaluationJobs undefined (type *bedrock.Bedrock has no field or method ListEvaluationJobs)
|
golangci-lint:
resources/bedrock-evaluation-jobs.go#L73
f.svc.StopEvaluationJob undefined (type *bedrock.Bedrock has no field or method StopEvaluationJob)
|
golangci-lint:
resources/bedrock-evaluation-jobs.go#L73
undefined: bedrock.StopEvaluationJobInput
|
golangci-lint:
resources/bedrock-evaluation-jobs.go#L93
undefined: bedrock.EvaluationJobStatusInProgress
|
golangci-lint:
resources/bedrock-guardrails.go#L34
undefined: bedrock.ListGuardrailsInput
|
golangci-lint:
resources/bedrock-guardrails.go#L39
svc.ListGuardrails undefined (type *bedrock.Bedrock has no field or method ListGuardrails)
|
golangci-lint:
resources/bedrock-guardrails.go#L68
f.svc.DeleteGuardrail undefined (type *bedrock.Bedrock has no field or method DeleteGuardrail)
|
golangci-lint:
resources/bedrock-guardrails.go#L68
undefined: bedrock.DeleteGuardrailInput) (typecheck)
|