feat: remove comment

This commit is contained in:
Kevin Franklin Kim 2024-03-14 16:03:01 +01:00
parent de5f5f0dd0
commit ce0e8e6d9d
No known key found for this signature in database

View File

@ -1,13 +1,5 @@
package v2
/*
*
promotion_id: "pi",
promotion_name: "pn",
creative_name: "cn",
creative_slot: "cs",
*/
type Item struct {
// Example: 12345
ID *string `json:"id,omitempty" mapstructure:"id,omitempty"`