Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { PostgresqlHost string PostgresqlPort string PostgresqlUser string PostgresqlPassword string PostgresqlDbname string PostgresqlSSLMode string PgDriver string }
Postgresql config
type NullFloat64 ¶
type NullFloat64 sql.NullFloat64
func (*NullFloat64) MarshalJSON ¶
func (n *NullFloat64) MarshalJSON() ([]byte, error)
func (*NullFloat64) UnmarshalJSON ¶
func (n *NullFloat64) UnmarshalJSON(bytes []byte) error
type NullString ¶
type NullString sql.NullString
func (*NullString) MarshalJSON ¶
func (n *NullString) MarshalJSON() ([]byte, error)
func (*NullString) UnmarshalJSON ¶
func (n *NullString) UnmarshalJSON(bytes []byte) error
Click to show internal directories.
Click to hide internal directories.