MCPcopy
hub / github.com/assetnote/kiterunner / StatusCodeBlacklist

Struct StatusCodeBlacklist

pkg/kiterunner/validator.go:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219type StatusCodeBlacklist struct {
220 Codes map[int]interface{}
221}
222
223func NewStatusCodeBlacklist(valid []int) *StatusCodeBlacklist {
224 if len(valid) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected