Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabaseCmd ¶
DatabaseCmd encapsulates the commands for creating a database
Types ¶
type Database ¶ added in v0.14.0
type Database struct { 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"` Notes string `header:"notes" json:"notes"` // contains filtered or unexported fields }
Database returns a table-serializable database model.
func (*Database) MarshalJSON ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.