Leon4gr45's picture
Upload folder using huggingface_hub
429334c verified
Raw
History Blame Contribute Delete
278 Bytes
package httpdriver
type StripeLogAttributeName string
const (
StripeEventIDAttributeName StripeLogAttributeName = "stripe_event_id"
StripeEventTypeAttributeName StripeLogAttributeName = "stripe_event_type"
AppIDAttributeName StripeLogAttributeName = "app_id"
)