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

Struct Posting

tests/smoke/boxes_test.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 resp := heyJSON(t, "box", "imbox")
57
58 type Posting struct {
59 ID int `json:"id"`
60 AppURL string `json:"app_url"`
61 Summary string `json:"summary"`
62 }
63 type BoxResponse struct {
64 Name string `json:"name"`
65 Kind string `json:"kind"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected