Я собирался перейти на Go SDK для AWS EC2.
Я не понимаю, почему почти все структуры в SDK имеют этот тег: `locationName '
Например
Тип DescribeInstancesOutput struct {
// The token to use to retrieve the next page of results. This value is null
// when there are no more results to return.
NextToken *string `locationName:"nextToken" type:"string"`
// Zero or more reservations.
Reservations []*Reservation `***locationName***:"reservationSet" locationNameList:"item" type:"list"`
// contains filtered or unexported fields
}
Кто-нибудь знает назначение тегов?
Источник - https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#DescribeInstancesOutput