Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Empty ¶ added in v0.3.5
type Empty struct { }
type Migration ¶
type Migration interface { Up(ctx context.Context, ftr fdbclient.Transaction, rtr redis.Pipeliner) error Down(ctx context.Context, ftr fdbclient.Transaction, rtr redis.Pipeliner) error Version() uint32 }
func Migrations ¶
type SessionStorage ¶ added in v0.3.7
type SessionStorage struct{}
func (*SessionStorage) Down ¶ added in v0.3.7
func (i *SessionStorage) Down(context.Context, fdbclient.Transaction, redis.Pipeliner) error
func (*SessionStorage) Up ¶ added in v0.3.7
func (i *SessionStorage) Up(ctx context.Context, ftr fdbclient.Transaction, rtr redis.Pipeliner) error
func (*SessionStorage) Version ¶ added in v0.3.7
func (i *SessionStorage) Version() uint32
Click to show internal directories.
Click to hide internal directories.