core/timestamps.go

Summary

Maintainability
A
0 mins
Test Coverage
package core

// Timestamps represents the timestamps from the Moltin API
type Timestamps struct {
    CreatedAt string `json:"created_at,omitempty"`
}