Save persists the provided auth record, replacing any existing one with same ID.
(ctx context.Context, auth *Auth)
| 8 | List(ctx context.Context) ([]*Auth, error) |
| 9 | // Save persists the provided auth record, replacing any existing one with same ID. |
| 10 | Save(ctx context.Context, auth *Auth) (string, error) |
| 11 | // Delete removes the auth record identified by id. |
| 12 | Delete(ctx context.Context, id string) error |
| 13 | } |
no outgoing calls