MCPcopy Index your code
hub / github.com/coder/coder / WorkspaceBuildBaggage

Struct WorkspaceBuildBaggage

coderd/audit/request.go:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574type WorkspaceBuildBaggage struct {
575 IP string
576}
577
578func (b WorkspaceBuildBaggage) Props() ([]baggage.Property, error) {
579 ipProp, err := baggage.NewKeyValueProperty("ip", b.IP)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected