(ctx context.Context, u ...uuid.UUID)
| 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 | } |
| 34 | MapperProvider interface { |
| 35 | Mapper() *Mapper |
no outgoing calls
no test coverage detected