zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Fix custom type name for reuse #198

Closed teraken0509 closed 5 years ago

teraken0509 commented 5 years ago

Abstract

Fix Custom data type PrecisionT to StrintD. (comes from: String & Int data type for datadog) Custom data type PrecisionT can reuse for other params. (like width/heght in #195 ). But reuse in other param, the data name would confuse users.