()
| 35 | } |
| 36 | |
| 37 | func (idx *UserIndex) GetUpdatedAt() time.Time { |
| 38 | return time.Unix(idx.UpdatedAt, 0) |
| 39 | } |
| 40 | |
| 41 | // WriteUserIndex uploads the provided index to the storage. |
| 42 | func WriteUserIndex(ctx context.Context, bkt objstore.Bucket, idx *UserIndex) error { |
no outgoing calls