| 572 | } |
| 573 | |
| 574 | type WorkspaceBuildBaggage struct { |
| 575 | IP string |
| 576 | } |
| 577 | |
| 578 | func (b WorkspaceBuildBaggage) Props() ([]baggage.Property, error) { |
| 579 | ipProp, err := baggage.NewKeyValueProperty("ip", b.IP) |
nothing calls this directly
no outgoing calls
no test coverage detected