dal

package
v0.0.0-...-4b55e4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2015 License: MIT Imports: 5 Imported by: 0

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

func (*InviteeGateway) GetFromID

func (ig *InviteeGateway) GetFromID(id string) (proto.Invitee, error)

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

type SQLAdapter interface {
	Conn() *gorm.DB
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL