Documentation
¶
Index ¶
- type EzSqlxStore
- func (store *EzSqlxStore) Create(w http.ResponseWriter, assoc string) error
- func (store *EzSqlxStore) DeleteSession(sessionId string) error
- func (store *EzSqlxStore) DeleteSessionByAssoc(assoc string) error
- func (store *EzSqlxStore) GetByAssociation(assocValue string) (session interface{}, err error)
- func (store *EzSqlxStore) GetSessionByID(sessionId string, destination interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EzSqlxStore ¶
func CreateEZSqlxStore ¶
func CreateEZSqlxStore(options *ezsesh.EzOptions, database *sqlx.DB) *EzSqlxStore
func (*EzSqlxStore) Create ¶
func (store *EzSqlxStore) Create(w http.ResponseWriter, assoc string) error
func (*EzSqlxStore) DeleteSession ¶
func (store *EzSqlxStore) DeleteSession(sessionId string) error
func (*EzSqlxStore) DeleteSessionByAssoc ¶
func (store *EzSqlxStore) DeleteSessionByAssoc(assoc string) error
func (*EzSqlxStore) GetByAssociation ¶
func (store *EzSqlxStore) GetByAssociation(assocValue string) (session interface{}, err error)
func (*EzSqlxStore) GetSessionByID ¶
func (store *EzSqlxStore) GetSessionByID(sessionId string, destination interface{}) error
Click to show internal directories.
Click to hide internal directories.