Documentation ¶
Overview ¶
Package postgres implements the Service Manager storage interfaces for Postgresql Storage
Package postgres implements the Service Manager storage interfaces for Postgresql Storage
Index ¶
Constants ¶
View Source
const Storage = "postgres"
Storage defines the name of the PostgreSQL relational storage
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { ID string `db:"id"` Name string `db:"name"` Description sql.NullString `db:"description"` CreatedAt time.Time `db:"created_at"` UpdatedAt time.Time `db:"updated_at"` BrokerURL string `db:"broker_url"` Username string `db:"username"` Password string `db:"password"` Catalog sqlxtypes.JSONText `db:"catalog"` }
Broker dto
type Platform ¶
type Platform struct { ID string `db:"id"` Type string `db:"type"` Name string `db:"name"` Description sql.NullString `db:"description"` CreatedAt time.Time `db:"created_at"` UpdatedAt time.Time `db:"updated_at"` Username string `db:"username"` Password string `db:"password"` }
Platform dto
Click to show internal directories.
Click to hide internal directories.