Skip to content

Commit

Permalink
rename containerId to container_id
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 28, 2020
1 parent e357e19 commit 0dec62d
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 0dec62d

Please # to comment.