Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchemaSnapshot ¶ added in v0.14.0
type SchemaSnapshot struct { ID string `header:"id" json:"id"` Name string `header:"name" json:"name"` CreatedAt int64 `header:"created_at,timestamp(ms|utc|human)" json:"created_at"` UpdatedAt int64 `header:"updated_at,timestamp(ms|utc|human)" json:"updated_at"` // contains filtered or unexported fields }
SchemaSnapshot returns a table and json serializable schema snapshot.
func (*SchemaSnapshot) MarshalCSVValue ¶ added in v0.17.0
func (s *SchemaSnapshot) MarshalCSVValue() interface{}
func (*SchemaSnapshot) MarshalJSON ¶ added in v0.14.0
func (s *SchemaSnapshot) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.