Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
WithNotice(s string) ResponseOption {
33
return
func
(r *Response) { r.Notice = s }
34
}
35
36
func
WithBreadcrumbs(b ...Breadcrumb) ResponseOption {
37
return
func
(r *Response) { r.Breadcrumbs = b }
Callers
7
run
Method · 0.92
run
Method · 0.92
run
Method · 0.92
run
Method · 0.92
run
Method · 0.92
run
Method · 0.92
run
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected