Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Db ¶
type Db interface { // 保存。 // 発行者と ID が既存の有効期限が切れていないものと重複する場合は失敗する。 SaveIfAbsent(elem *Element) (ok bool, err error) }
JWT の ID の格納庫。
func NewMemoryDb ¶
func NewMemoryDb() Db
Click to show internal directories.
Click to hide internal directories.