We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c0571 + 2c1feca commit 1f3f9fcCopy full SHA for 1f3f9fc
context.go
@@ -35,9 +35,10 @@ type Context struct {
35
// This type provides the representation of the `context.app` object as defined
36
// in https://segment.com/docs/spec/common/#context
37
type AppInfo struct {
38
- Name string `json:"name,omitempty"`
39
- Version string `json:"version,omitempty"`
40
- Build string `json:"build,omitempty"`
+ Name string `json:"name,omitempty"`
+ Version string `json:"version,omitempty"`
+ Build string `json:"build,omitempty"`
41
+ Namespace string `json:"namespace,omitempty"`
42
}
43
44
// This type provides the representation of the `context.campaign` object as
0 commit comments