Documentation ¶ Index ¶ type Session func NewSession(dbKind sqlplugin.DbKind, cfg *config.SQL, resolver resolver.ServiceResolver) (*Session, error) func (s *Session) Close() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Session ¶ type Session struct { *sqlx.DB } func NewSession ¶ func NewSession( dbKind sqlplugin.DbKind, cfg *config.SQL, resolver resolver.ServiceResolver, ) (*Session, error) func (*Session) Close ¶ func (s *Session) Close() Source Files ¶ View all Source files session.go Click to show internal directories. Click to hide internal directories.