MCPcopy Create free account
hub / github.com/basecamp/hey-cli / WithNotice

Function WithNotice

internal/output/envelope.go:32–34  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

30}
31
32func WithNotice(s string) ResponseOption {
33 return func(r *Response) { r.Notice = s }
34}
35
36func WithBreadcrumbs(b ...Breadcrumb) ResponseOption {
37 return func(r *Response) { r.Breadcrumbs = b }

Callers 7

runMethod · 0.92
runMethod · 0.92
runMethod · 0.92
runMethod · 0.92
runMethod · 0.92
runMethod · 0.92
runMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected