Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consent ¶
func NewConsent ¶
type Db ¶
type Db interface { // 取得。 Get(acnt, ta string) (*Element, error) // 保存。 Save(elem *Element) error }
アカウントがどの TA にどの属性の提供を許可しているかという情報の格納庫。
func NewMemoryDb ¶
func NewMemoryDb() Db
Click to show internal directories.
Click to hide internal directories.