method

Store.TouchAPIKey

func (backend *Store) TouchAPIKey( ctx context.Context, id string, now time.Time, ) error

Public method Store.TouchAPIKey from github.com/riducms/ridu/adapters/postgres.

Source adapters/postgres/auth.go:472

@param ctx
The ctx value.
@param id
The id value.
@param now
The now value.
@returns
The declared result.

Related types

  • Store

    A PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.