(key string, value int)
| 110 | } |
| 111 | |
| 112 | func Int(key string, value int) Attribute { |
| 113 | return Attribute{Key: key, Value: value} |
| 114 | } |
| 115 | |
| 116 | func Int64(key string, value int64) Attribute { |
| 117 | return Attribute{Key: key, Value: value} |
no outgoing calls
no test coverage detected