Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InviteeGateway ¶
type InviteeGateway struct {
// contains filtered or unexported fields
}
func NewInviteeGateway ¶
func NewInviteeGateway(sql SQLAdapter) *InviteeGateway
type PostgresAdapter ¶
type PostgresAdapter struct {
// contains filtered or unexported fields
}
func NewPostgresAdapter ¶
func NewPostgresAdapter(conn string) *PostgresAdapter
func (*PostgresAdapter) Conn ¶
func (ph *PostgresAdapter) Conn() *gorm.DB
type SQLAdapter ¶
Click to show internal directories.
Click to hide internal directories.