Add username api
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-25 20:55:15 -05:00
parent e5277c05a1
commit 8a216c7e82
20 changed files with 1252 additions and 22 deletions

View File

@@ -250,6 +250,15 @@ func (UnimplementedHandler) BatchUserThumbnails(ctx context.Context, req *BatchU
return r, ht.ErrNotImplemented
}
// BatchUsernames implements batchUsernames operation.
//
// Batch fetch usernames.
//
// POST /usernames
func (UnimplementedHandler) BatchUsernames(ctx context.Context, req *BatchUsernamesReq) (r *BatchUsernamesOK, _ error) {
return r, ht.ErrNotImplemented
}
// CreateMapfix implements createMapfix operation.
//
// Trigger the validator to create a mapfix.