| 45 | ` |
| 46 | |
| 47 | type AddGraphSaltParams struct { |
| 48 | ID string |
| 49 | GraphID string |
| 50 | Value []byte |
| 51 | ExpiresAt time.Time |
| 52 | } |
| 53 | |
| 54 | func (q *Queries) AddGraphSalt(ctx context.Context, arg AddGraphSaltParams) error { |
| 55 | _, err := q.db.ExecContext(ctx, addGraphSalt, |
nothing calls this directly
no outgoing calls
no test coverage detected