Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PGSqlDBContext ¶
type PGSqlDBContext struct {
// contains filtered or unexported fields
}
func NewPGSqlDBContext ¶
func NewPGSqlDBContext(dataSource string) (*PGSqlDBContext, error)
func (*PGSqlDBContext) GetGreeting ¶
func (ctx *PGSqlDBContext) GetGreeting(greetedPerson string) (*string, error)
func (*PGSqlDBContext) SaveGreeting ¶
func (ctx *PGSqlDBContext) SaveGreeting(greetedPerson string, greeting string) error
Click to show internal directories.
Click to hide internal directories.