Skip to content

Commit

Permalink
Merge pull request #110 from shogo82148/rename-container-id
Browse files Browse the repository at this point in the history
rename containerId to container_id
  • Loading branch information
shogo82148 authored Aug 28, 2020
2 parents e357e19 + 0dec62d commit 2027d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xray/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ type ECS struct {
// The container ID of the container running your application.
Container string `json:"container,omitempty"`

ContainerID string `json:"containerId,omitempty"`
ContainerID string `json:"container_id,omitempty"`
}

// EKS is information about an Amazon EKS container.
type EKS struct {
ClusterName string `json:"cluster_name,omitempty"`
Pod string `json:"pod,omitempty"`
ContainerID string `json:"containerId,omitempty"`
ContainerID string `json:"container_id,omitempty"`
}

// EC2 is information about an EC2 instance.
Expand Down

0 comments on commit 2027d6e

Please # to comment.