package access import "strings" func selfServiceProbeAPIKey(req ClosureRequest) string { return strings.TrimSpace(req.ProbeAPIKey) }