(ctx context.Context, s ...string)
| 28 | } |
| 29 | MappingManager interface { |
| 30 | MapStringsToUUIDs(ctx context.Context, s ...string) ([]uuid.UUID, error) |
| 31 | MapStringsToUUIDsReadOnly(ctx context.Context, s ...string) ([]uuid.UUID, error) |
| 32 | MapUUIDsToStrings(ctx context.Context, u ...uuid.UUID) ([]string, error) |
| 33 | } |
no outgoing calls